]>
Commit | Line | Data |
---|---|---|
33aa0cbb | 1 | /* config.in. Generated from configure.ac by autoheader. */ |
c906108c | 2 | |
edc5d9ec HPN |
3 | /* Define to 1 if translation of program messages to the user's native |
4 | language is requested. */ | |
33aa0cbb | 5 | #undef ENABLE_NLS |
c906108c | 6 | |
33aa0cbb PB |
7 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
8 | #undef HAVE_DLFCN_H | |
c906108c | 9 | |
33aa0cbb PB |
10 | /* Define to 1 if you have the <errno.h> header file. */ |
11 | #undef HAVE_ERRNO_H | |
c906108c | 12 | |
33aa0cbb PB |
13 | /* Define to 1 if you have the <fcntl.h> header file. */ |
14 | #undef HAVE_FCNTL_H | |
c906108c | 15 | |
33aa0cbb PB |
16 | /* Define to 1 if you have the <fpu_control.h> header file. */ |
17 | #undef HAVE_FPU_CONTROL_H | |
c906108c | 18 | |
33aa0cbb PB |
19 | /* Define to 1 if you have the `ftruncate' function. */ |
20 | #undef HAVE_FTRUNCATE | |
c906108c | 21 | |
33aa0cbb PB |
22 | /* Define to 1 if you have the `getrusage' function. */ |
23 | #undef HAVE_GETRUSAGE | |
24 | ||
33aa0cbb PB |
25 | /* Define to 1 if you have the <inttypes.h> header file. */ |
26 | #undef HAVE_INTTYPES_H | |
c906108c | 27 | |
33aa0cbb PB |
28 | /* Define to 1 if you have the `nsl' library (-lnsl). */ |
29 | #undef HAVE_LIBNSL | |
c906108c | 30 | |
33aa0cbb PB |
31 | /* Define to 1 if you have the `socket' library (-lsocket). */ |
32 | #undef HAVE_LIBSOCKET | |
c906108c | 33 | |
33aa0cbb PB |
34 | /* Define to 1 if you have the `lstat' function. */ |
35 | #undef HAVE_LSTAT | |
c906108c | 36 | |
33aa0cbb PB |
37 | /* Define to 1 if you have the <memory.h> header file. */ |
38 | #undef HAVE_MEMORY_H | |
c906108c | 39 | |
33aa0cbb | 40 | /* Define to 1 if you have the `mmap' function. */ |
764f1408 FCE |
41 | #undef HAVE_MMAP |
42 | ||
33aa0cbb | 43 | /* Define to 1 if you have the `munmap' function. */ |
c906108c SS |
44 | #undef HAVE_MUNMAP |
45 | ||
a13852d9 MF |
46 | /* Define to 1 if you have the `posix_fallocate' function. */ |
47 | #undef HAVE_POSIX_FALLOCATE | |
48 | ||
33aa0cbb | 49 | /* Define to 1 if you have the `sigaction' function. */ |
c906108c SS |
50 | #undef HAVE_SIGACTION |
51 | ||
75005b3a MF |
52 | /* Define to 1 if the system has the type `socklen_t'. */ |
53 | #undef HAVE_SOCKLEN_T | |
54 | ||
33aa0cbb PB |
55 | /* Define to 1 if you have the <stdint.h> header file. */ |
56 | #undef HAVE_STDINT_H | |
57 | ||
58 | /* Define to 1 if you have the <stdlib.h> header file. */ | |
59 | #undef HAVE_STDLIB_H | |
60 | ||
33aa0cbb PB |
61 | /* Define to 1 if you have the <strings.h> header file. */ |
62 | #undef HAVE_STRINGS_H | |
c906108c | 63 | |
33aa0cbb PB |
64 | /* Define to 1 if you have the <string.h> header file. */ |
65 | #undef HAVE_STRING_H | |
c906108c | 66 | |
75005b3a | 67 | /* Define to 1 if `struct stat' is a member of `st_atime'. */ |
33aa0cbb | 68 | #undef HAVE_STRUCT_STAT_ST_ATIME |
c906108c | 69 | |
75005b3a | 70 | /* Define to 1 if `struct stat' is a member of `st_blksize'. */ |
33aa0cbb | 71 | #undef HAVE_STRUCT_STAT_ST_BLKSIZE |
c906108c | 72 | |
75005b3a | 73 | /* Define to 1 if `struct stat' is a member of `st_blocks'. */ |
33aa0cbb | 74 | #undef HAVE_STRUCT_STAT_ST_BLOCKS |
c906108c | 75 | |
75005b3a | 76 | /* Define to 1 if `struct stat' is a member of `st_ctime'. */ |
33aa0cbb | 77 | #undef HAVE_STRUCT_STAT_ST_CTIME |
c906108c | 78 | |
75005b3a | 79 | /* Define to 1 if `struct stat' is a member of `st_dev'. */ |
33aa0cbb | 80 | #undef HAVE_STRUCT_STAT_ST_DEV |
c906108c | 81 | |
75005b3a | 82 | /* Define to 1 if `struct stat' is a member of `st_gid'. */ |
33aa0cbb | 83 | #undef HAVE_STRUCT_STAT_ST_GID |
c906108c | 84 | |
75005b3a | 85 | /* Define to 1 if `struct stat' is a member of `st_ino'. */ |
33aa0cbb | 86 | #undef HAVE_STRUCT_STAT_ST_INO |
c906108c | 87 | |
75005b3a | 88 | /* Define to 1 if `struct stat' is a member of `st_mode'. */ |
33aa0cbb | 89 | #undef HAVE_STRUCT_STAT_ST_MODE |
c906108c | 90 | |
75005b3a | 91 | /* Define to 1 if `struct stat' is a member of `st_mtime'. */ |
33aa0cbb | 92 | #undef HAVE_STRUCT_STAT_ST_MTIME |
c906108c | 93 | |
75005b3a | 94 | /* Define to 1 if `struct stat' is a member of `st_nlink'. */ |
33aa0cbb | 95 | #undef HAVE_STRUCT_STAT_ST_NLINK |
c906108c | 96 | |
75005b3a | 97 | /* Define to 1 if `struct stat' is a member of `st_rdev'. */ |
33aa0cbb | 98 | #undef HAVE_STRUCT_STAT_ST_RDEV |
c906108c | 99 | |
75005b3a | 100 | /* Define to 1 if `struct stat' is a member of `st_size'. */ |
33aa0cbb PB |
101 | #undef HAVE_STRUCT_STAT_ST_SIZE |
102 | ||
75005b3a | 103 | /* Define to 1 if `struct stat' is a member of `st_uid'. */ |
33aa0cbb PB |
104 | #undef HAVE_STRUCT_STAT_ST_UID |
105 | ||
106 | /* Define to 1 if you have the <sys/mman.h> header file. */ | |
764f1408 FCE |
107 | #undef HAVE_SYS_MMAN_H |
108 | ||
33aa0cbb | 109 | /* Define to 1 if you have the <sys/resource.h> header file. */ |
c906108c SS |
110 | #undef HAVE_SYS_RESOURCE_H |
111 | ||
33aa0cbb | 112 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
764f1408 FCE |
113 | #undef HAVE_SYS_STAT_H |
114 | ||
33aa0cbb PB |
115 | /* Define to 1 if you have the <sys/times.h> header file. */ |
116 | #undef HAVE_SYS_TIMES_H | |
117 | ||
118 | /* Define to 1 if you have the <sys/time.h> header file. */ | |
c906108c SS |
119 | #undef HAVE_SYS_TIME_H |
120 | ||
33aa0cbb PB |
121 | /* Define to 1 if you have the <sys/types.h> header file. */ |
122 | #undef HAVE_SYS_TYPES_H | |
c906108c | 123 | |
33aa0cbb PB |
124 | /* Define to 1 if you have the `time' function. */ |
125 | #undef HAVE_TIME | |
126 | ||
127 | /* Define to 1 if you have the <time.h> header file. */ | |
c906108c SS |
128 | #undef HAVE_TIME_H |
129 | ||
33aa0cbb PB |
130 | /* Define to 1 if you have the `truncate' function. */ |
131 | #undef HAVE_TRUNCATE | |
132 | ||
133 | /* Define to 1 if you have the <unistd.h> header file. */ | |
c906108c SS |
134 | #undef HAVE_UNISTD_H |
135 | ||
faa743bb RM |
136 | /* Define to 1 if you have the <windows.h> header file. */ |
137 | #undef HAVE_WINDOWS_H | |
138 | ||
33aa0cbb PB |
139 | /* Define to 1 if you have the `__setfpucw' function. */ |
140 | #undef HAVE___SETFPUCW | |
697afb65 | 141 | |
faa743bb RM |
142 | /* Define to the sub-directory in which libtool stores uninstalled libraries. |
143 | */ | |
144 | #undef LT_OBJDIR | |
145 | ||
5f3ef9d0 JB |
146 | /* Name of this package. */ |
147 | #undef PACKAGE | |
148 | ||
33aa0cbb PB |
149 | /* Define to the address where bug reports for this package should be sent. */ |
150 | #undef PACKAGE_BUGREPORT | |
697afb65 | 151 | |
33aa0cbb PB |
152 | /* Define to the full name of this package. */ |
153 | #undef PACKAGE_NAME | |
697afb65 | 154 | |
33aa0cbb PB |
155 | /* Define to the full name and version of this package. */ |
156 | #undef PACKAGE_STRING | |
697afb65 | 157 | |
33aa0cbb PB |
158 | /* Define to the one symbol short name of this package. */ |
159 | #undef PACKAGE_TARNAME | |
697afb65 | 160 | |
81ecdfbb RW |
161 | /* Define to the home page for this package. */ |
162 | #undef PACKAGE_URL | |
163 | ||
33aa0cbb PB |
164 | /* Define to the version of this package. */ |
165 | #undef PACKAGE_VERSION | |
697afb65 | 166 | |
6efef468 JM |
167 | /* Additional package description */ |
168 | #undef PKGVERSION | |
169 | ||
170 | /* Bug reporting address */ | |
171 | #undef REPORT_BUGS_TO | |
172 | ||
33aa0cbb PB |
173 | /* Define as the return type of signal handlers (`int' or `void'). */ |
174 | #undef RETSIGTYPE | |
697afb65 | 175 | |
33aa0cbb PB |
176 | /* Define to 1 if you have the ANSI C header files. */ |
177 | #undef STDC_HEADERS | |
2232061b MF |
178 | |
179 | /* Enable extensions on AIX 3, Interix. */ | |
180 | #ifndef _ALL_SOURCE | |
181 | # undef _ALL_SOURCE | |
182 | #endif | |
183 | /* Enable GNU extensions on systems that have them. */ | |
184 | #ifndef _GNU_SOURCE | |
185 | # undef _GNU_SOURCE | |
186 | #endif | |
187 | /* Enable threading extensions on Solaris. */ | |
188 | #ifndef _POSIX_PTHREAD_SEMANTICS | |
189 | # undef _POSIX_PTHREAD_SEMANTICS | |
190 | #endif | |
191 | /* Enable extensions on HP NonStop. */ | |
192 | #ifndef _TANDEM_SOURCE | |
193 | # undef _TANDEM_SOURCE | |
194 | #endif | |
195 | /* Enable general extensions on Solaris. */ | |
196 | #ifndef __EXTENSIONS__ | |
197 | # undef __EXTENSIONS__ | |
198 | #endif | |
199 | ||
200 | ||
201 | /* Define to 1 if on MINIX. */ | |
202 | #undef _MINIX | |
203 | ||
204 | /* Define to 2 if the system does not provide POSIX.1 features except with | |
205 | this defined. */ | |
206 | #undef _POSIX_1_SOURCE | |
207 | ||
208 | /* Define to 1 if you need to in order for `stat' and other things to work. */ | |
209 | #undef _POSIX_SOURCE | |
ae7d0cac MF |
210 | |
211 | #include "tconfig.h" |