| Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 1 | /* config.h.in. Generated automatically from configure.in by autoheader. */ |
| 2 | |
| Guido van Rossum | fe16cc0 | 1994-05-06 14:16:30 +0000 | [diff] [blame^] | 3 | /* Define if on Macintosh, compiling with any C compiler. */ |
| Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 4 | #define macintosh |
| 5 | |
| Guido van Rossum | fe16cc0 | 1994-05-06 14:16:30 +0000 | [diff] [blame^] | 6 | #define HAVE_STDARG_PROTOTYPES 1 |
| 7 | |
| Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 8 | /* Define if on AIX 3. |
| 9 | System headers sometimes define this. |
| 10 | We just want to avoid a redefinition error message. */ |
| 11 | #ifndef _ALL_SOURCE |
| 12 | #undef _ALL_SOURCE |
| 13 | #endif |
| 14 | |
| 15 | /* Define to empty if the keyword does not work. */ |
| 16 | #undef const |
| 17 | |
| 18 | /* Define if you have dirent.h. */ |
| 19 | #undef DIRENT |
| 20 | |
| 21 | /* Define to the type of elements in the array set by `getgroups'. |
| 22 | Usually this is either `int' or `gid_t'. */ |
| 23 | #undef GETGROUPS_T |
| 24 | |
| 25 | /* Define to `int' if <sys/types.h> doesn't define. */ |
| 26 | #undef gid_t |
| 27 | |
| 28 | /* Define if your struct tm has tm_zone. */ |
| 29 | #undef HAVE_TM_ZONE |
| 30 | |
| 31 | /* Define if you don't have tm_zone but do have the external array |
| 32 | tzname. */ |
| 33 | #undef HAVE_TZNAME |
| 34 | |
| 35 | /* Define if on MINIX. */ |
| 36 | #undef _MINIX |
| 37 | |
| 38 | /* Define to `int' if <sys/types.h> doesn't define. */ |
| 39 | #undef mode_t |
| 40 | |
| 41 | /* Define if you don't have dirent.h, but have ndir.h. */ |
| 42 | #undef NDIR |
| 43 | |
| 44 | /* Define to `long' if <sys/types.h> doesn't define. */ |
| 45 | #undef off_t |
| 46 | |
| 47 | /* Define to `int' if <sys/types.h> doesn't define. */ |
| 48 | #undef pid_t |
| 49 | |
| 50 | /* Define if the system does not provide POSIX.1 features except |
| 51 | with this defined. */ |
| 52 | #undef _POSIX_1_SOURCE |
| 53 | |
| 54 | /* Define if you need to in order for stat and other things to work. */ |
| 55 | #undef _POSIX_SOURCE |
| 56 | |
| 57 | /* Define as the return type of signal handlers (int or void). */ |
| 58 | #define RETSIGTYPE void |
| 59 | |
| 60 | /* Define to `unsigned' if <sys/types.h> doesn't define. */ |
| 61 | #undef size_t |
| 62 | |
| 63 | /* Define if you have the ANSI C header files. */ |
| 64 | #define STDC_HEADERS |
| 65 | |
| 66 | /* Define if you don't have dirent.h, but have sys/dir.h. */ |
| 67 | #undef SYSDIR |
| 68 | |
| 69 | /* Define if you don't have dirent.h, but have sys/ndir.h. */ |
| 70 | #undef SYSNDIR |
| 71 | |
| 72 | /* Define if you can safely include both <sys/time.h> and <time.h>. */ |
| 73 | #undef TIME_WITH_SYS_TIME |
| 74 | |
| 75 | /* Define if your <sys/time.h> declares struct tm. */ |
| 76 | #undef TM_IN_SYS_TIME |
| 77 | |
| 78 | /* Define to `int' if <sys/types.h> doesn't define. */ |
| 79 | #undef uid_t |
| 80 | |
| 81 | /* Define if the closedir function returns void instead of int. */ |
| 82 | #undef VOID_CLOSEDIR |
| 83 | |
| 84 | /* Define if your <unistd.h> contains bad prototypes for exec*() |
| 85 | (as it does on SGI IRIX 4.x) */ |
| 86 | #undef BAD_EXEC_PROTOTYPES |
| 87 | |
| 88 | /* Define if getpgrp() must be called as getpgrp(0) |
| 89 | and (consequently) setpgrp() as setpgrp(0, 0). */ |
| 90 | #undef GETPGRP_HAVE_ARGS |
| 91 | |
| 92 | /* Define if your compiler supports function prototypes */ |
| 93 | #define HAVE_PROTOTYPES |
| 94 | |
| 95 | /* Define if you can safely include both <sys/select.h> and <sys/time.h> |
| 96 | (which you can't on SCO ODT 3.0). */ |
| 97 | #undef SYS_SELECT_WITH_SYS_TIME |
| 98 | |
| 99 | /* Define if you want to compile in rudimentary thread support */ |
| 100 | #undef WITH_THREAD |
| 101 | |
| 102 | /* Define if you want to use the GNU readline library */ |
| 103 | #undef WITH_READLINE |
| 104 | |
| 105 | /* Define if you have clock. */ |
| 106 | #define HAVE_CLOCK 1 |
| 107 | |
| 108 | /* Define if you have ftime. */ |
| 109 | #undef HAVE_FTIME |
| 110 | |
| 111 | /* Define if you have getpeername. */ |
| 112 | #undef HAVE_GETPEERNAME |
| 113 | |
| 114 | /* Define if you have getpgrp. */ |
| 115 | #undef HAVE_GETPGRP |
| 116 | |
| 117 | /* Define if you have gettimeofday. */ |
| 118 | #undef HAVE_GETTIMEOFDAY |
| 119 | |
| 120 | /* Define if you have getwd. */ |
| 121 | #define HAVE_GETWD 1 |
| 122 | |
| 123 | /* Define if you have lstat. */ |
| 124 | #undef HAVE_LSTAT |
| 125 | |
| 126 | /* Define if you have readline. */ |
| 127 | #undef HAVE_READLINE |
| 128 | |
| 129 | /* Define if you have readlink. */ |
| 130 | #undef HAVE_READLINK |
| 131 | |
| 132 | /* Define if you have select. */ |
| 133 | #undef HAVE_SELECT |
| 134 | |
| 135 | /* Define if you have setpgid. */ |
| 136 | #undef HAVE_SETPGID |
| 137 | |
| 138 | /* Define if you have setpgrp. */ |
| 139 | #undef HAVE_SETPGRP |
| 140 | |
| 141 | /* Define if you have setsid. */ |
| 142 | #undef HAVE_SETSID |
| 143 | |
| Guido van Rossum | fe16cc0 | 1994-05-06 14:16:30 +0000 | [diff] [blame^] | 144 | /* Define if you have setvbuf. */ |
| 145 | #define HAVE_SETVBUF 1 |
| 146 | |
| Guido van Rossum | ce9739b | 1994-01-05 16:17:15 +0000 | [diff] [blame] | 147 | /* Define if you have siginterrupt. */ |
| 148 | #undef HAVE_SIGINTERRUPT |
| 149 | |
| 150 | /* Define if you have symlink. */ |
| 151 | #undef HAVE_SYMLINK |
| 152 | |
| 153 | /* Define if you have tcgetpgrp. */ |
| 154 | #undef HAVE_TCGETPGRP |
| 155 | |
| 156 | /* Define if you have tcsetpgrp. */ |
| 157 | #undef HAVE_TCSETPGRP |
| 158 | |
| 159 | /* Define if you have times. */ |
| 160 | #undef HAVE_TIMES |
| 161 | |
| 162 | /* Define if you have uname. */ |
| 163 | #undef HAVE_UNAME |
| 164 | |
| 165 | /* Define if you have waitpid. */ |
| 166 | #undef HAVE_WAITPID |
| 167 | |
| 168 | /* Define if you have the <dlfcn.h> header file. */ |
| 169 | #undef HAVE_DLFCN_H |
| 170 | |
| 171 | /* Define if you have the <signal.h> header file. */ |
| 172 | #define HAVE_SIGNAL_H 1 |
| 173 | |
| 174 | /* Define if you have the <stdarg.h> header file. */ |
| 175 | #define HAVE_STDARG_H 1 |
| 176 | |
| 177 | /* Define if you have the <stdlib.h> header file. */ |
| 178 | #define HAVE_STDLIB_H 1 |
| 179 | |
| 180 | /* Define if you have the <sys/audioio.h> header file. */ |
| 181 | #undef HAVE_SYS_AUDIOIO_H |
| 182 | |
| 183 | /* Define if you have the <sys/param.h> header file. */ |
| 184 | #undef HAVE_SYS_PARAM_H |
| 185 | |
| 186 | /* Define if you have the <sys/select.h> header file. */ |
| 187 | #undef HAVE_SYS_SELECT_H |
| 188 | |
| 189 | /* Define if you have the <sys/times.h> header file. */ |
| 190 | #undef HAVE_SYS_TIMES_H |
| 191 | |
| 192 | /* Define if you have the <sys/un.h> header file. */ |
| 193 | #undef HAVE_SYS_UN_H |
| 194 | |
| 195 | /* Define if you have the <sys/utsname.h> header file. */ |
| 196 | #undef HAVE_SYS_UTSNAME_H |
| 197 | |
| 198 | /* Define if you have the <thread.h> header file. */ |
| 199 | #undef HAVE_THREAD_H |
| 200 | |
| 201 | /* Define if you have the <unistd.h> header file. */ |
| 202 | #undef HAVE_UNISTD_H |
| 203 | |
| 204 | /* Define if you have the <utime.h> header file. */ |
| 205 | #undef HAVE_UTIME_H |
| 206 | |
| 207 | /* Define if you have the dl library (-ldl). */ |
| 208 | #undef HAVE_LIBDL |
| 209 | |
| 210 | /* Define if you have the mpc library (-lmpc). */ |
| 211 | #undef HAVE_LIBMPC |
| 212 | |
| 213 | /* Define if you have the nsl library (-lnsl). */ |
| 214 | #undef HAVE_LIBNSL |
| 215 | |
| 216 | /* Define if you have the seq library (-lseq). */ |
| 217 | #undef HAVE_LIBSEQ |
| 218 | |
| 219 | /* Define if you have the socket library (-lsocket). */ |
| 220 | #undef HAVE_LIBSOCKET |
| 221 | |
| 222 | /* Define if you have the sun library (-lsun). */ |
| 223 | #undef HAVE_LIBSUN |
| 224 | |
| 225 | /* Define if you have the thread library (-lthread). */ |
| 226 | #undef HAVE_LIBTHREAD |