comparison config.h.in @ 0:48d06780cf77

initial version
author Carl Byington <carl@five-ten-sg.com>
date Tue, 13 May 2008 14:03:10 -0700
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:48d06780cf77
1 /* config.h.in. Generated from configure.in by autoheader. */
2
3 /* Define to 1 if the `getpgrp' function requires zero arguments. */
4 #undef GETPGRP_VOID
5
6 /* Define to 1 if you have the <arpa/inet.h> header file. */
7 #undef HAVE_ARPA_INET_H
8
9 /* Define to 1 if you have the `daemon' function. */
10 #undef HAVE_DAEMON
11
12 /* Define to 1 if you have the <fcntl.h> header file. */
13 #undef HAVE_FCNTL_H
14
15 /* Define to 1 if you have the `fork' function. */
16 #undef HAVE_FORK
17
18 /* Define to 1 if you have the `gethostbyname' function. */
19 #undef HAVE_GETHOSTBYNAME
20
21 /* Define to 1 if you have the `inet_ntoa' function. */
22 #undef HAVE_INET_NTOA
23
24 /* Define to 1 if you have the <inttypes.h> header file. */
25 #undef HAVE_INTTYPES_H
26
27 /* Define to 1 if you have the <limits.h> header file. */
28 #undef HAVE_LIMITS_H
29
30 /* Define to 1 if you have the `memchr' function. */
31 #undef HAVE_MEMCHR
32
33 /* Define to 1 if you have the `memmove' function. */
34 #undef HAVE_MEMMOVE
35
36 /* Define to 1 if you have the <memory.h> header file. */
37 #undef HAVE_MEMORY_H
38
39 /* Define to 1 if you have the `memset' function. */
40 #undef HAVE_MEMSET
41
42 /* Define to 1 if you have the <netdb.h> header file. */
43 #undef HAVE_NETDB_H
44
45 /* Define to 1 if you have the <netinet/in.h> header file. */
46 #undef HAVE_NETINET_IN_H
47
48 /* Define if you have POSIX threads libraries and header files. */
49 #undef HAVE_PTHREAD
50
51 /* Define to 1 if you have the `regcomp' function. */
52 #undef HAVE_REGCOMP
53
54 /* Define to 1 if `stat' has the bug that it succeeds when given the
55 zero-length file name argument. */
56 #undef HAVE_STAT_EMPTY_STRING_BUG
57
58 /* Define to 1 if stdbool.h conforms to C99. */
59 #undef HAVE_STDBOOL_H
60
61 /* Define to 1 if you have the <stdint.h> header file. */
62 #undef HAVE_STDINT_H
63
64 /* Define to 1 if you have the <stdlib.h> header file. */
65 #undef HAVE_STDLIB_H
66
67 /* Define to 1 if you have the `strdup' function. */
68 #undef HAVE_STRDUP
69
70 /* Define to 1 if you have the <strings.h> header file. */
71 #undef HAVE_STRINGS_H
72
73 /* Define to 1 if you have the <string.h> header file. */
74 #undef HAVE_STRING_H
75
76 /* Define to 1 if you have the `strtol' function. */
77 #undef HAVE_STRTOL
78
79 /* Define to 1 if you have the <syslog.h> header file. */
80 #undef HAVE_SYSLOG_H
81
82 /* Define to 1 if you have the <sys/socket.h> header file. */
83 #undef HAVE_SYS_SOCKET_H
84
85 /* Define to 1 if you have the <sys/stat.h> header file. */
86 #undef HAVE_SYS_STAT_H
87
88 /* Define to 1 if you have the <sys/types.h> header file. */
89 #undef HAVE_SYS_TYPES_H
90
91 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
92 #undef HAVE_SYS_WAIT_H
93
94 /* Define to 1 if you have the <unistd.h> header file. */
95 #undef HAVE_UNISTD_H
96
97 /* Define to 1 if you have the `vfork' function. */
98 #undef HAVE_VFORK
99
100 /* Define to 1 if you have the <vfork.h> header file. */
101 #undef HAVE_VFORK_H
102
103 /* Define to 1 if `fork' works. */
104 #undef HAVE_WORKING_FORK
105
106 /* Define to 1 if `vfork' works. */
107 #undef HAVE_WORKING_VFORK
108
109 /* Define to 1 if the system has the type `_Bool'. */
110 #undef HAVE__BOOL
111
112 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
113 slash. */
114 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
115
116 /* Name of package */
117 #undef PACKAGE
118
119 /* Define to the address where bug reports for this package should be sent. */
120 #undef PACKAGE_BUGREPORT
121
122 /* Define to the full name of this package. */
123 #undef PACKAGE_NAME
124
125 /* Define to the full name and version of this package. */
126 #undef PACKAGE_STRING
127
128 /* Define to the one symbol short name of this package. */
129 #undef PACKAGE_TARNAME
130
131 /* Define to the version of this package. */
132 #undef PACKAGE_VERSION
133
134 /* Define to necessary symbol if this constant uses a non-standard name on
135 your system. */
136 #undef PTHREAD_CREATE_JOINABLE
137
138 /* Define to 1 if you have the ANSI C header files. */
139 #undef STDC_HEADERS
140
141 /* Version number of package */
142 #undef VERSION
143
144 /* Define to empty if `const' does not conform to ANSI C. */
145 #undef const
146
147 /* Define to `int' if <sys/types.h> does not define. */
148 #undef pid_t
149
150 /* Define as `fork' if `vfork' does not work. */
151 #undef vfork