summaryrefslogtreecommitdiffstats
path: root/japanese/epic4/files/patch-defs.h
blob: 5f866bf880bc39daacb38ade5e9ce3e6208d25e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
--- include/defs.h.orig	Mon Dec  4 03:44:17 2000
+++ include/defs.h	Mon Dec  4 03:44:17 2000
@@ -0,0 +1,261 @@
+/* include/defs.h.  Generated automatically by configure.  */
+/* include/defs.h.in.  Generated automatically from configure.in by autoheader.  */
+
+/* Define if on AIX 3.
+   System headers sometimes define this.
+   We just want to avoid a redefinition error message.  */
+#ifndef _ALL_SOURCE
+/* #undef _ALL_SOURCE */
+#endif
+
+/* Define if using alloca.c.  */
+/* #undef C_ALLOCA */
+
+/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
+   This function is required for alloca.c support on those systems.  */
+/* #undef CRAY_STACKSEG_END */
+
+/* Define if the `getpgrp' function takes no argument.  */
+#define GETPGRP_VOID 1
+
+/* Define to `int' if <sys/types.h> doesn't define.  */
+/* #undef gid_t */
+
+/* Define if you have alloca, as a function or macro.  */
+#define HAVE_ALLOCA 1
+
+/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
+#define HAVE_ALLOCA_H 1
+
+/* Define to `int' if <sys/types.h> doesn't define.  */
+/* #undef mode_t */
+
+/* Define if your C compiler doesn't accept -c and -o together.  */
+/* #undef NO_MINUS_C_MINUS_O */
+
+/* Define if your Fortran 77 compiler doesn't accept -c and -o together. */
+/* #undef F77_NO_MINUS_C_MINUS_O */
+
+/* Define to `int' if <sys/types.h> doesn't define.  */
+/* #undef pid_t */
+
+/* Define if you need to in order for stat and other things to work.  */
+/* #undef _POSIX_SOURCE */
+
+/* Define as the return type of signal handlers (int or void).  */
+#define RETSIGTYPE void
+
+/* Define to the type of arg1 for select(). */
+/* #undef SELECT_TYPE_ARG1 */
+
+/* Define to the type of args 2, 3 and 4 for select(). */
+/* #undef SELECT_TYPE_ARG234 */
+
+/* Define to the type of arg5 for select(). */
+/* #undef SELECT_TYPE_ARG5 */
+
+/* Define to `unsigned' if <sys/types.h> doesn't define.  */
+/* #undef size_t */
+
+/* If using the C implementation of alloca, define if you know the
+   direction of stack growth for your system; otherwise it will be
+   automatically deduced at run-time.
+ STACK_DIRECTION > 0 => grows toward higher addresses
+ STACK_DIRECTION < 0 => grows toward lower addresses
+ STACK_DIRECTION = 0 => direction of growth unknown
+ */
+/* #undef STACK_DIRECTION */
+
+/* Define if you have the ANSI C header files.  */
+#define STDC_HEADERS 1
+
+/* Define if `sys_siglist' is declared by <signal.h>.  */
+#define SYS_SIGLIST_DECLARED 1
+
+/* Define if you can safely include both <sys/time.h> and <time.h>.  */
+#define TIME_WITH_SYS_TIME 1
+
+/* Define to `int' if <sys/types.h> doesn't define.  */
+/* #undef uid_t */
+
+/* Define this if you have fpathconf(2) */
+#define HAVE_FPATHCONF 1
+
+/* define this if you have getpass(3) */
+#define HAVE_GETPASS 1
+
+/* define this if you have getpgid(2) */
+#define HAVE_GETPGID 1
+
+/* define this if you have gettimeofday(2) */
+#define HAVE_GETTIMEOFDAY 1
+
+/* Define this if you have killpg(2) */
+#define HAVE_KILLPG 1
+
+/* define this if you have memmove(3) */
+#define HAVE_MEMMOVE 1
+
+/* define this if you have scandir(3) */
+#define HAVE_SCANDIR 1
+
+/* define this if you have setenv(3) */
+#define HAVE_SETENV 1
+
+/* define this if you have setsid(2) */
+#define HAVE_SETSID 1
+
+/* define this if you have snprintf(3) */
+#define HAVE_SNPRINTF 1
+
+/* define this if you have strerror(3) */
+#define HAVE_STRERROR 1
+
+/* define if you have strtoul(3) */
+#define HAVE_STRTOUL 1
+
+/* define this if you have sysconf(3) */
+#define HAVE_SYSCONF 1
+
+/* define this if you have uname(2) */
+#define HAVE_UNAME 1
+
+/* define this if you have vsnprintf(3) */
+#define HAVE_VSNPRINTF 1
+
+/* Define this if you have SUN_LEN in <sys/un.h> */
+/* #undef HAVE_SUN_LEN */
+
+/* define this if you don't have struct linger */
+/* #undef NO_STRUCT_LINGER */
+
+/* define if allow sys/time.h with time.h */
+#define TIME_WITH_SYS_TIME 1
+
+/* Define this if your getpgrp is broken posix */
+#define GETPGRP_VOID 1
+
+/* define this if an unsigned long is 32 bits */
+/* #undef UNSIGNED_LONG32 */
+
+/* define this if an unsigned int is 32 bits */
+#define UNSIGNED_INT32 1
+
+/* define this if you are unsure what is is 32 bits */
+/* #undef UNKNOWN_32INT */
+
+/* Define this if you have inet_aton(). */
+#define HAVE_INET_ATON 1
+
+/* Define this if you need to include sys/select.h */
+/* #undef NEED_SYS_SELECT_H */
+
+/*
+ * SOCKS 4 && 5 support.
+ */
+/* #undef SOCKS */
+/* #undef USE_SOCKS */
+/* #undef USE_SOCKS5 */
+/* #undef connect */
+/* #undef getsockname */
+/* #undef bind */
+/* #undef accept */
+/* #undef listen */
+/* #undef select */
+/* #undef dup */
+/* #undef dup2 */
+/* #undef fclose */
+/* #undef gethostbyname */
+/* #undef read */
+/* #undef recv */
+/* #undef recvfrom */
+/* #undef rresvport */
+/* #undef send */
+/* #undef sendto */
+/* #undef shutdown */
+/* #undef write */
+/* #undef Rconnect */
+/* #undef Rgetsockname */
+/* #undef Rgetpeername */
+/* #undef Rbind */
+/* #undef Raccept */
+/* #undef Rlisten */
+/* #undef Rselect */
+
+/* Define this if you have setsid() */
+#define HAVE_SETSID 1
+
+/* Define this if you have tparm(2) */
+#define HAVE_TPARM 1
+
+/* Define this if you have getlogin(3) */
+#define HAVE_GETLOGIN 1
+
+/* Define this if you have terminfo support */
+#define HAVE_TERMINFO 1
+
+/* Define this if you have fchdir() */
+#define HAVE_FCHDIR 1
+
+/* Define this if you have realpath() */
+#define HAVE_REALPATH 1
+
+/* Define this if you have strlcpy() */
+/* #undef HAVE_STRLCPY */
+
+/* Define this if you have strlcat() */
+/* #undef HAVE_STRLCAT */
+
+/* Define this if you have stpcpy() */
+#define HAVE_STPCPY 1
+
+/* The number of bytes in a unsigned int.  */
+#define SIZEOF_UNSIGNED_INT 4
+
+/* The number of bytes in a unsigned long.  */
+/* #undef SIZEOF_UNSIGNED_LONG */
+
+/* Define if you have the <dirent.h> header file.  */
+#define HAVE_DIRENT_H 1
+
+/* Define if you have the <fcntl.h> header file.  */
+#define HAVE_FCNTL_H 1
+
+/* Define if you have the <ndir.h> header file.  */
+/* #undef HAVE_NDIR_H */
+
+/* Define if you have the <netdb.h> header file.  */
+#define HAVE_NETDB_H 1
+
+/* Define if you have the <regex.h> header file.  */
+#define HAVE_REGEX_H 1
+
+/* Define if you have the <sys/dir.h> header file.  */
+/* #undef HAVE_SYS_DIR_H */
+
+/* Define if you have the <sys/fcntl.h> header file.  */
+#define HAVE_SYS_FCNTL_H 1
+
+/* Define if you have the <sys/file.h> header file.  */
+#define HAVE_SYS_FILE_H 1
+
+/* Define if you have the <sys/filio.h> header file.  */
+/* #undef HAVE_SYS_FILIO_H */
+
+/* Define if you have the <sys/ndir.h> header file.  */
+/* #undef HAVE_SYS_NDIR_H */
+
+/* Define if you have the <sys/select.h> header file.  */
+#define HAVE_SYS_SELECT_H 1
+
+/* Define if you have the <sys/syslimits.h> header file.  */
+/* #undef HAVE_SYS_SYSLIMITS_H */
+
+/* Define if you have the <sys/time.h> header file.  */
+#define HAVE_SYS_TIME_H 1
+
+/* Define if you have the <sys/un.h> header file.  */
+#define HAVE_SYS_UN_H 1
+
+/* Define if you have the <termcap.h> header file.  */
+#define HAVE_TERMCAP_H 1
OpenPOWER on IntegriCloud