/[LeafOK_CVS]/pvpgn-1.7.4/src/config.h.in
ViewVC logotype

Contents of /pvpgn-1.7.4/src/config.h.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Sat Jul 12 10:07:41 2008 UTC (17 years, 8 months ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -0 lines
Update

1 /* config.h.in. Generated automatically from configure.in by autoheader. */
2
3 /* Define if on AIX 3.
4 System headers sometimes define this.
5 We just want to avoid a redefinition error message. */
6 #ifndef _ALL_SOURCE
7 #undef _ALL_SOURCE
8 #endif
9
10 /* Define if the closedir function returns void instead of int. */
11 #undef CLOSEDIR_VOID
12
13 /* Define to empty if the keyword does not work. */
14 #undef const
15
16 /* Define if you don't have vprintf but do have _doprnt. */
17 #undef HAVE_DOPRNT
18
19 /* Define if you have a working `mmap' system call. */
20 #undef HAVE_MMAP
21
22 /* Define if you have the strftime function. */
23 #undef HAVE_STRFTIME
24
25 /* Define if you have the vprintf function. */
26 #undef HAVE_VPRINTF
27
28 /* Define as __inline if that's what the C compiler calls it. */
29 #undef inline
30
31 /* Define if on MINIX. */
32 #undef _MINIX
33
34 /* Define to `long' if <sys/types.h> doesn't define. */
35 #undef off_t
36
37 /* Define to `int' if <sys/types.h> doesn't define. */
38 #undef pid_t
39
40 /* Define if the system does not provide POSIX.1 features except
41 with this defined. */
42 #undef _POSIX_1_SOURCE
43
44 /* Define if you need to in order for stat and other things to work. */
45 #undef _POSIX_SOURCE
46
47 /* Define as the return type of signal handlers (int or void). */
48 #undef RETSIGTYPE
49
50 /* Define if the `setpgrp' function takes no argument. */
51 #undef SETPGRP_VOID
52
53 /* Define to `unsigned' if <sys/types.h> doesn't define. */
54 #undef size_t
55
56 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
57 #undef STAT_MACROS_BROKEN
58
59 /* Define if you have the ANSI C header files. */
60 #undef STDC_HEADERS
61
62 /* Define if you can safely include both <sys/time.h> and <time.h>. */
63 #undef TIME_WITH_SYS_TIME
64
65 /* Define if your <sys/time.h> declares struct tm. */
66 #undef TM_IN_SYS_TIME
67
68 /* The number of bytes in a unsigned char. */
69 #undef SIZEOF_UNSIGNED_CHAR
70
71 /* The number of bytes in a unsigned int. */
72 #undef SIZEOF_UNSIGNED_INT
73
74 /* The number of bytes in a unsigned long. */
75 #undef SIZEOF_UNSIGNED_LONG
76
77 /* The number of bytes in a unsigned long long. */
78 #undef SIZEOF_UNSIGNED_LONG_LONG
79
80 /* The number of bytes in a unsigned short. */
81 #undef SIZEOF_UNSIGNED_SHORT
82
83 /* Define if you have the _mkdir function. */
84 #undef HAVE__MKDIR
85
86 /* Define if you have the _vsnprintf function. */
87 #undef HAVE__VSNPRINTF
88
89 /* Define if you have the bcopy function. */
90 #undef HAVE_BCOPY
91
92 /* Define if you have the chdir function. */
93 #undef HAVE_CHDIR
94
95 /* Define if you have the difftime function. */
96 #undef HAVE_DIFFTIME
97
98 /* Define if you have the epoll_create function. */
99 #undef HAVE_EPOLL_CREATE
100
101 /* Define if you have the fork function. */
102 #undef HAVE_FORK
103
104 /* Define if you have the ftime function. */
105 #undef HAVE_FTIME
106
107 /* Define if you have the getenv function. */
108 #undef HAVE_GETENV
109
110 /* Define if you have the getgid function. */
111 #undef HAVE_GETGID
112
113 /* Define if you have the getgrnam function. */
114 #undef HAVE_GETGRNAM
115
116 /* Define if you have the gethostbyname function. */
117 #undef HAVE_GETHOSTBYNAME
118
119 /* Define if you have the gethostname function. */
120 #undef HAVE_GETHOSTNAME
121
122 /* Define if you have the getlogin function. */
123 #undef HAVE_GETLOGIN
124
125 /* Define if you have the getopt function. */
126 #undef HAVE_GETOPT
127
128 /* Define if you have the getpagesize function. */
129 #undef HAVE_GETPAGESIZE
130
131 /* Define if you have the getpid function. */
132 #undef HAVE_GETPID
133
134 /* Define if you have the getpwnam function. */
135 #undef HAVE_GETPWNAM
136
137 /* Define if you have the getrlimit function. */
138 #undef HAVE_GETRLIMIT
139
140 /* Define if you have the getservbyname function. */
141 #undef HAVE_GETSERVBYNAME
142
143 /* Define if you have the gettimeofday function. */
144 #undef HAVE_GETTIMEOFDAY
145
146 /* Define if you have the getuid function. */
147 #undef HAVE_GETUID
148
149 /* Define if you have the index function. */
150 #undef HAVE_INDEX
151
152 /* Define if you have the inet_aton function. */
153 #undef HAVE_INET_ATON
154
155 /* Define if you have the inet_ntoa function. */
156 #undef HAVE_INET_NTOA
157
158 /* Define if you have the ioctl function. */
159 #undef HAVE_IOCTL
160
161 /* Define if you have the kqueue function. */
162 #undef HAVE_KQUEUE
163
164 /* Define if you have the memcpy function. */
165 #undef HAVE_MEMCPY
166
167 /* Define if you have the memmove function. */
168 #undef HAVE_MEMMOVE
169
170 /* Define if you have the memset function. */
171 #undef HAVE_MEMSET
172
173 /* Define if you have the mkdir function. */
174 #undef HAVE_MKDIR
175
176 /* Define if you have the mktime function. */
177 #undef HAVE_MKTIME
178
179 /* Define if you have the pipe function. */
180 #undef HAVE_PIPE
181
182 /* Define if you have the poll function. */
183 #undef HAVE_POLL
184
185 /* Define if you have the pow function. */
186 #undef HAVE_POW
187
188 /* Define if you have the recv function. */
189 #undef HAVE_RECV
190
191 /* Define if you have the recvfrom function. */
192 #undef HAVE_RECVFROM
193
194 /* Define if you have the rindex function. */
195 #undef HAVE_RINDEX
196
197 /* Define if you have the select function. */
198 #undef HAVE_SELECT
199
200 /* Define if you have the send function. */
201 #undef HAVE_SEND
202
203 /* Define if you have the sendto function. */
204 #undef HAVE_SENDTO
205
206 /* Define if you have the setgid function. */
207 #undef HAVE_SETGID
208
209 /* Define if you have the setitimer function. */
210 #undef HAVE_SETITIMER
211
212 /* Define if you have the setpgid function. */
213 #undef HAVE_SETPGID
214
215 /* Define if you have the setpgrp function. */
216 #undef HAVE_SETPGRP
217
218 /* Define if you have the setsid function. */
219 #undef HAVE_SETSID
220
221 /* Define if you have the setuid function. */
222 #undef HAVE_SETUID
223
224 /* Define if you have the sigaction function. */
225 #undef HAVE_SIGACTION
226
227 /* Define if you have the sigaddset function. */
228 #undef HAVE_SIGADDSET
229
230 /* Define if you have the sigprocmask function. */
231 #undef HAVE_SIGPROCMASK
232
233 /* Define if you have the socket function. */
234 #undef HAVE_SOCKET
235
236 /* Define if you have the strcasecmp function. */
237 #undef HAVE_STRCASECMP
238
239 /* Define if you have the strchr function. */
240 #undef HAVE_STRCHR
241
242 /* Define if you have the strdup function. */
243 #undef HAVE_STRDUP
244
245 /* Define if you have the strerror function. */
246 #undef HAVE_STRERROR
247
248 /* Define if you have the stricmp function. */
249 #undef HAVE_STRICMP
250
251 /* Define if you have the strncasecmp function. */
252 #undef HAVE_STRNCASECMP
253
254 /* Define if you have the strnicmp function. */
255 #undef HAVE_STRNICMP
256
257 /* Define if you have the strrchr function. */
258 #undef HAVE_STRRCHR
259
260 /* Define if you have the strsep function. */
261 #undef HAVE_STRSEP
262
263 /* Define if you have the strtoul function. */
264 #undef HAVE_STRTOUL
265
266 /* Define if you have the uname function. */
267 #undef HAVE_UNAME
268
269 /* Define if you have the vsnprintf function. */
270 #undef HAVE_VSNPRINTF
271
272 /* Define if you have the wait function. */
273 #undef HAVE_WAIT
274
275 /* Define if you have the waitpid function. */
276 #undef HAVE_WAITPID
277
278 /* Define if you have the <arpa/inet.h> header file. */
279 #undef HAVE_ARPA_INET_H
280
281 /* Define if you have the <assert.h> header file. */
282 #undef HAVE_ASSERT_H
283
284 /* Define if you have the <dir.h> header file. */
285 #undef HAVE_DIR_H
286
287 /* Define if you have the <direct.h> header file. */
288 #undef HAVE_DIRECT_H
289
290 /* Define if you have the <dirent.h> header file. */
291 #undef HAVE_DIRENT_H
292
293 /* Define if you have the <fcntl.h> header file. */
294 #undef HAVE_FCNTL_H
295
296 /* Define if you have the <grp.h> header file. */
297 #undef HAVE_GRP_H
298
299 /* Define if you have the <limits.h> header file. */
300 #undef HAVE_LIMITS_H
301
302 /* Define if you have the <malloc.h> header file. */
303 #undef HAVE_MALLOC_H
304
305 /* Define if you have the <memory.h> header file. */
306 #undef HAVE_MEMORY_H
307
308 /* Define if you have the <ndir.h> header file. */
309 #undef HAVE_NDIR_H
310
311 /* Define if you have the <netdb.h> header file. */
312 #undef HAVE_NETDB_H
313
314 /* Define if you have the <netinet/in.h> header file. */
315 #undef HAVE_NETINET_IN_H
316
317 /* Define if you have the <poll.h> header file. */
318 #undef HAVE_POLL_H
319
320 /* Define if you have the <pwd.h> header file. */
321 #undef HAVE_PWD_H
322
323 /* Define if you have the <stdarg.h> header file. */
324 #undef HAVE_STDARG_H
325
326 /* Define if you have the <stddef.h> header file. */
327 #undef HAVE_STDDEF_H
328
329 /* Define if you have the <stdint.h> header file. */
330 #undef HAVE_STDINT_H
331
332 /* Define if you have the <string.h> header file. */
333 #undef HAVE_STRING_H
334
335 /* Define if you have the <strings.h> header file. */
336 #undef HAVE_STRINGS_H
337
338 /* Define if you have the <stropts.h> header file. */
339 #undef HAVE_STROPTS_H
340
341 /* Define if you have the <sys/dir.h> header file. */
342 #undef HAVE_SYS_DIR_H
343
344 /* Define if you have the <sys/epoll.h> header file. */
345 #undef HAVE_SYS_EPOLL_H
346
347 /* Define if you have the <sys/event.h> header file. */
348 #undef HAVE_SYS_EVENT_H
349
350 /* Define if you have the <sys/file.h> header file. */
351 #undef HAVE_SYS_FILE_H
352
353 /* Define if you have the <sys/ioctl.h> header file. */
354 #undef HAVE_SYS_IOCTL_H
355
356 /* Define if you have the <sys/mman.h> header file. */
357 #undef HAVE_SYS_MMAN_H
358
359 /* Define if you have the <sys/ndir.h> header file. */
360 #undef HAVE_SYS_NDIR_H
361
362 /* Define if you have the <sys/param.h> header file. */
363 #undef HAVE_SYS_PARAM_H
364
365 /* Define if you have the <sys/poll.h> header file. */
366 #undef HAVE_SYS_POLL_H
367
368 /* Define if you have the <sys/resource.h> header file. */
369 #undef HAVE_SYS_RESOURCE_H
370
371 /* Define if you have the <sys/select.h> header file. */
372 #undef HAVE_SYS_SELECT_H
373
374 /* Define if you have the <sys/socket.h> header file. */
375 #undef HAVE_SYS_SOCKET_H
376
377 /* Define if you have the <sys/stat.h> header file. */
378 #undef HAVE_SYS_STAT_H
379
380 /* Define if you have the <sys/stropts.h> header file. */
381 #undef HAVE_SYS_STROPTS_H
382
383 /* Define if you have the <sys/time.h> header file. */
384 #undef HAVE_SYS_TIME_H
385
386 /* Define if you have the <sys/timeb.h> header file. */
387 #undef HAVE_SYS_TIMEB_H
388
389 /* Define if you have the <sys/types.h> header file. */
390 #undef HAVE_SYS_TYPES_H
391
392 /* Define if you have the <sys/utsname.h> header file. */
393 #undef HAVE_SYS_UTSNAME_H
394
395 /* Define if you have the <sys/wait.h> header file. */
396 #undef HAVE_SYS_WAIT_H
397
398 /* Define if you have the <termios.h> header file. */
399 #undef HAVE_TERMIOS_H
400
401 /* Define if you have the <time.h> header file. */
402 #undef HAVE_TIME_H
403
404 /* Define if you have the <unistd.h> header file. */
405 #undef HAVE_UNISTD_H
406
407 /* Define if you have the <varargs.h> header file. */
408 #undef HAVE_VARARGS_H
409
410 /* Define if mkdir takes only one argument. */
411 #undef MKDIR_TAKES_ONE_ARG
412
413

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1