At the release of 1.0.1.
[python/dscho.git] / config.h.in
blobc34e6e652c44947a001dd6903a2dcc7a2df4046f
1 /* Include/config.h.in. Generated automatically from configure.in by autoheader. */
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
10 /* Define to empty if the keyword does not work. */
11 #undef const
13 /* Define if you have dirent.h. */
14 #undef DIRENT
16 /* Define to the type of elements in the array set by `getgroups'.
17 Usually this is either `int' or `gid_t'. */
18 #undef GETGROUPS_T
20 /* Define to `int' if <sys/types.h> doesn't define. */
21 #undef gid_t
23 /* Define if your struct tm has tm_zone. */
24 #undef HAVE_TM_ZONE
26 /* Define if you don't have tm_zone but do have the external array
27 tzname. */
28 #undef HAVE_TZNAME
30 /* Define if on MINIX. */
31 #undef _MINIX
33 /* Define to `int' if <sys/types.h> doesn't define. */
34 #undef mode_t
36 /* Define if you don't have dirent.h, but have ndir.h. */
37 #undef NDIR
39 /* Define to `long' if <sys/types.h> doesn't define. */
40 #undef off_t
42 /* Define to `int' if <sys/types.h> doesn't define. */
43 #undef pid_t
45 /* Define if the system does not provide POSIX.1 features except
46 with this defined. */
47 #undef _POSIX_1_SOURCE
49 /* Define if you need to in order for stat and other things to work. */
50 #undef _POSIX_SOURCE
52 /* Define as the return type of signal handlers (int or void). */
53 #undef RETSIGTYPE
55 /* Define to `unsigned' if <sys/types.h> doesn't define. */
56 #undef size_t
58 /* Define if you have the ANSI C header files. */
59 #undef STDC_HEADERS
61 /* Define if you don't have dirent.h, but have sys/dir.h. */
62 #undef SYSDIR
64 /* Define if you don't have dirent.h, but have sys/ndir.h. */
65 #undef SYSNDIR
67 /* Define if you can safely include both <sys/time.h> and <time.h>. */
68 #undef TIME_WITH_SYS_TIME
70 /* Define if your <sys/time.h> declares struct tm. */
71 #undef TM_IN_SYS_TIME
73 /* Define to `int' if <sys/types.h> doesn't define. */
74 #undef uid_t
76 /* Define if the closedir function returns void instead of int. */
77 #undef VOID_CLOSEDIR
79 /* Define if your <unistd.h> contains bad prototypes for exec*()
80 (as it does on SGI IRIX 4.x) */
81 #undef BAD_EXEC_PROTOTYPES
83 /* Define if getpgrp() must be called as getpgrp(0)
84 and (consequently) setpgrp() as setpgrp(0, 0). */
85 #undef GETPGRP_HAVE_ARGS
87 /* Define if your compiler supports function prototypes */
88 #undef HAVE_PROTOTYPES
90 /* Define for SOLARIS 2.x */
91 #undef SOLARIS
93 /* Define if it's a bad idea to include <sys/select.h> and <sys/time.h>
94 in the same file (as it is on SCO ODT 3.0) */
95 #undef SYS_SELECT_WITH_SYS_TIME
97 /* Define if you want to compile in rudimentary thread support */
98 #undef USE_THREAD
100 /* Define if you want to use the GNU readline library */
101 #undef WITH_READLINE
103 /* Define if you have clock. */
104 #undef HAVE_CLOCK
106 /* Define if you have ftime. */
107 #undef HAVE_FTIME
109 /* Define if you have getpeername. */
110 #undef HAVE_GETPEERNAME
112 /* Define if you have getpgrp. */
113 #undef HAVE_GETPGRP
115 /* Define if you have gettimeofday. */
116 #undef HAVE_GETTIMEOFDAY
118 /* Define if you have getwd. */
119 #undef HAVE_GETWD
121 /* Define if you have lstat. */
122 #undef HAVE_LSTAT
124 /* Define if you have readline. */
125 #undef HAVE_READLINE
127 /* Define if you have readlink. */
128 #undef HAVE_READLINK
130 /* Define if you have select. */
131 #undef HAVE_SELECT
133 /* Define if you have setpgid. */
134 #undef HAVE_SETPGID
136 /* Define if you have setpgrp. */
137 #undef HAVE_SETPGRP
139 /* Define if you have setsid. */
140 #undef HAVE_SETSID
142 /* Define if you have siginterrupt. */
143 #undef HAVE_SIGINTERRUPT
145 /* Define if you have symlink. */
146 #undef HAVE_SYMLINK
148 /* Define if you have tcgetpgrp. */
149 #undef HAVE_TCGETPGRP
151 /* Define if you have tcsetpgrp. */
152 #undef HAVE_TCSETPGRP
154 /* Define if you have times. */
155 #undef HAVE_TIMES
157 /* Define if you have uname. */
158 #undef HAVE_UNAME
160 /* Define if you have waitpid. */
161 #undef HAVE_WAITPID
163 /* Define if you have the <dlfcn.h> header file. */
164 #undef HAVE_DLFCN_H
166 /* Define if you have the <signal.h> header file. */
167 #undef HAVE_SIGNAL_H
169 /* Define if you have the <stdarg.h> header file. */
170 #undef HAVE_STDARG_H
172 /* Define if you have the <stdlib.h> header file. */
173 #undef HAVE_STDLIB_H
175 /* Define if you have the <sys/param.h> header file. */
176 #undef HAVE_SYS_PARAM_H
178 /* Define if you have the <sys/select.h> header file. */
179 #undef HAVE_SYS_SELECT_H
181 /* Define if you have the <sys/times.h> header file. */
182 #undef HAVE_SYS_TIMES_H
184 /* Define if you have the <sys/un.h> header file. */
185 #undef HAVE_SYS_UN_H
187 /* Define if you have the <sys/utsname.h> header file. */
188 #undef HAVE_SYS_UTSNAME_H
190 /* Define if you have the <unistd.h> header file. */
191 #undef HAVE_UNISTD_H
193 /* Define if you have the <utime.h> header file. */
194 #undef HAVE_UTIME_H
196 /* Define if you have the dl library (-ldl). */
197 #undef HAVE_LIBDL
199 /* Define if you have the mpc library (-lmpc). */
200 #undef HAVE_LIBMPC
202 /* Define if you have the nsl library (-lnsl). */
203 #undef HAVE_LIBNSL
205 /* Define if you have the seq library (-lseq). */
206 #undef HAVE_LIBSEQ
208 /* Define if you have the socket library (-lsocket). */
209 #undef HAVE_LIBSOCKET
211 /* Define if you have the sun library (-lsun). */
212 #undef HAVE_LIBSUN
214 /* Define if you have the thread library (-lthread). */
215 #undef HAVE_LIBTHREAD