ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libspf/config.h.in
Revision: 1.2
Committed: Thu Oct 30 03:09:36 2008 UTC (15 years, 6 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +42 -30 lines
Log Message:
hell

File Contents

# Content
1 /* config.h.in. Generated from configure.in by autoheader. */
2
3 /* Define to 1 if you have the <arpa/inet.h,> header file. */
4 #undef HAVE_ARPA_INET_H_
5
6 /* Define to 1 if you have the <dlfcn.h> header file. */
7 #undef HAVE_DLFCN_H
8
9 /* Define to 1 if you have the <error.h,> header file. */
10 #undef HAVE_ERROR_H_
11
12 /* Define to 1 if you have the `gethostbyname,' function. */
13 #undef HAVE_GETHOSTBYNAME_
14
15 /* Define to 1 if you have the `gethostbyname_r' function. */
16 #undef HAVE_GETHOSTBYNAME_R
17
18 /* Have pwd.h */
19 #undef HAVE_GRP_H
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 `bind' library (-lbind). */
28 #undef HAVE_LIBBIND
29
30 /* Define to 1 if you have the `c' library (-lc). */
31 #undef HAVE_LIBC
32
33 /* Define to 1 if you have the `nsl' library (-lnsl). */
34 #undef HAVE_LIBNSL
35
36 /* Define to 1 if you have the `resolv' library (-lresolv). */
37 #undef HAVE_LIBRESOLV
38
39 /* Define to 1 if you have the `socket' library (-lsocket). */
40 #undef HAVE_LIBSOCKET
41
42 /* Define to 1 if you have the `localtime_r,' function. */
43 #undef HAVE_LOCALTIME_R_
44
45 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
46 to 0 otherwise. */
47 #undef HAVE_MALLOC
48
49 /* Define to 1 if you have the <memory.h> header file. */
50 #undef HAVE_MEMORY_H
51
52 /* Define to 1 if you have the `memset,' function. */
53 #undef HAVE_MEMSET_
54
55 /* Define to 1 if you have the `mkdir' function. */
56 #undef HAVE_MKDIR
57
58 /* Define to 1 if you have the <netdb.h,> header file. */
59 #undef HAVE_NETDB_H_
60
61 /* Define to 1 if you have the <netinet/in.h,> header file. */
62 #undef HAVE_NETINET_IN_H_
63
64 /* Define to 1 if you have the <pthread.h> header file. */
65 #undef HAVE_PTHREAD_H
66
67 /* Have pwd.h */
68 #undef HAVE_PWD_H
69
70 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
71 and to 0 otherwise. */
72 #undef HAVE_REALLOC
73
74 /* Define to 1 if you have the `res_query' function. */
75 #undef HAVE_RES_QUERY
76
77 /* Define to 1 if you have the <stdint.h> header file. */
78 #undef HAVE_STDINT_H
79
80 /* Define to 1 if you have the <stdlib.h> header file. */
81 #undef HAVE_STDLIB_H
82
83 /* Define to 1 if you have the <stdlib.h,> header file. */
84 #undef HAVE_STDLIB_H_
85
86 /* Define to 1 if you have the `strcasecmp,' function. */
87 #undef HAVE_STRCASECMP_
88
89 /* Define to 1 if you have the `strchr,' function. */
90 #undef HAVE_STRCHR_
91
92 /* Define to 1 if you have the `strdup,' function. */
93 #undef HAVE_STRDUP_
94
95 /* Define to 1 if you have the `strftime' function. */
96 #undef HAVE_STRFTIME
97
98 /* Define to 1 if you have the <strings.h> header file. */
99 #undef HAVE_STRINGS_H
100
101 /* Define to 1 if you have the <strings.h,> header file. */
102 #undef HAVE_STRINGS_H_
103
104 /* Define to 1 if you have the <string.h> header file. */
105 #undef HAVE_STRING_H
106
107 /* Define to 1 if you have the <string.h,> header file. */
108 #undef HAVE_STRING_H_
109
110 /* Define to 1 if you have the `strrchr,' function. */
111 #undef HAVE_STRRCHR_
112
113 /* Define to 1 if you have the `strstr,' function. */
114 #undef HAVE_STRSTR_
115
116 /* Define to 1 if you have the <sys/socket.h> header file. */
117 #undef HAVE_SYS_SOCKET_H
118
119 /* Define to 1 if you have the <sys/stat.h> header file. */
120 #undef HAVE_SYS_STAT_H
121
122 /* Define to 1 if you have the <sys/types.h> header file. */
123 #undef HAVE_SYS_TYPES_H
124
125 /* Define to 1 if the system has the type `time_t'. */
126 #undef HAVE_TIME_T
127
128 /* Define to 1 if you have the <unistd.h> header file. */
129 #undef HAVE_UNISTD_H
130
131 /* Define to 1 if you have the <unistd.h,> header file. */
132 #undef HAVE_UNISTD_H_
133
134 /* Define to 1 if the system has the type `u_char'. */
135 #undef HAVE_U_CHAR
136
137 /* Define to 1 if declarations in headers are surrounded by
138 __{BEGIN,END}_DECLS */
139 #undef HAVE__BEGIN_DECLS
140
141 /* "Define to 1 if __FUNCTION__ is defined" */
142 #undef HAVE___FUNCTION__
143
144 /* "Define to 1 if __func__ is defined" */
145 #undef HAVE___FUNC__
146
147 /* Define to the address where bug reports for this package should be sent. */
148 #undef PACKAGE_BUGREPORT
149
150 /* Define to the full name of this package. */
151 #undef PACKAGE_NAME
152
153 /* Define to the full name and version of this package. */
154 #undef PACKAGE_STRING
155
156 /* Define to the one symbol short name of this package. */
157 #undef PACKAGE_TARNAME
158
159 /* Define to the version of this package. */
160 #undef PACKAGE_VERSION
161
162 /* Check to fix sizeof bug that can't print %d */
163 #undef SIZEOF_INT
164
165 /* Define to 1 if you have the ANSI C header files. */
166 #undef STDC_HEADERS
167
168 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
169 #undef TM_IN_SYS_TIME
170
171 /* "Darwin/OSX" */
172 #undef _WITH_DARWINPPC
173
174 /* "FreeBSD" */
175 #undef _WITH_FREEBSD
176
177 /* "OpenBSD" */
178 #undef _WITH_OPENBSD
179
180 /* Define to 1 if type `char' is unsigned and you are not using gcc. */
181 #ifndef __CHAR_UNSIGNED__
182 # undef __CHAR_UNSIGNED__
183 #endif
184
185 /* Define to empty if `const' does not conform to ANSI C. */
186 #undef const
187
188 /* Define to `__inline__' or `__inline' if that's what the C compiler
189 calls it, or to nothing if 'inline' is not supported under any name. */
190 #ifndef __cplusplus
191 #undef inline
192 #endif
193
194 /* Define to rpl_malloc if the replacement function should be used. */
195 #undef malloc
196
197 /* Define to rpl_realloc if the replacement function should be used. */
198 #undef realloc
199
200 /* Define to `unsigned int' if <sys/types.h> does not define. */
201 #undef size_t