|
| 1 | +/* NOTE: config.h.in is converted into config.h by the configure |
| 2 | + script in the toplevel directory. |
| 3 | +
|
| 4 | + On non-UNIX systems, manually copy config.h.in to config.h, and |
| 5 | + edit the latter to reflect the actual configuration of your system. |
| 6 | +
|
| 7 | + Then arrange that the symbol HAVE_CONFIG_H is defined during |
| 8 | + compilation (usually by passing an argument of the form |
| 9 | + `-DHAVE_CONFIG_H' to the compiler, but this is necessarily |
| 10 | + system-dependent). */ |
| 11 | + |
| 12 | + |
| 13 | +/* Types which have no traditional name -- edit the definition if necessary */ |
| 14 | + |
| 15 | +#define RETSIGTYPE int /* int or void: return of signal handlers */ |
| 16 | + |
| 17 | + |
| 18 | +/* Types which are often defined in <sys/types.h> -- either define as |
| 19 | + some variant of int or leave undefined. Uncomment a definition if |
| 20 | + your <sys/types.h> does not define the type */ |
| 21 | + |
| 22 | +/* #define mode_t int */ |
| 23 | +/* #define off_t long */ |
| 24 | +/* #define pid_t int */ |
| 25 | +/* #define size_t unsigned */ |
| 26 | +/* #define uid_t int */ |
| 27 | +/* #define gid_t int */ |
| 28 | + |
| 29 | + |
| 30 | +/* Feature test symbols -- either define as 1 or leave undefined */ |
| 31 | + |
| 32 | +/* symbol name: #define as 1 if: */ |
| 33 | + |
| 34 | +#undef STDC_HEADERS /* the standard C header files exist |
| 35 | + (in particular, <stdlib.h>, |
| 36 | + <stdarg.h>, <string.h> and <float.h>) */ |
| 37 | + |
| 38 | +#undef HAVE_DLFCN_H /* <dlfcn.h> exists */ |
| 39 | +#undef HAVE_SIGNAL_H /* <signal.h> exists */ |
| 40 | +#undef HAVE_STDARG_H /* <stdarg.h> exists (else need <varargs.h>) */ |
| 41 | +#undef HAVE_STDLIB_H /* <stdlib.h> exists */ |
| 42 | +#undef HAVE_UNISTD_H /* <unistd.h> exists */ |
| 43 | +#undef HAVE_UTIME_H /* <utime.h> exists */ |
| 44 | + |
| 45 | +#undef HAVE_SYS_PARAM_H /* <sys/param.h> exists */ |
| 46 | +#undef HAVE_SYS_SELECT_H /* <sys/select.h> exists */ |
| 47 | +#undef HAVE_SYS_TIMES_H /* <sys/times.h> exists */ |
| 48 | +#undef HAVE_SYS_TIME_H /* <sys/time.h> exists */ |
| 49 | +#undef HAVE_SYS_UTSNAME_H /* <sys/utsname.h> exists */ |
| 50 | +#undef HAVE_SYS_UN_H /* <sys/un.h> exists */ |
| 51 | + |
| 52 | +#undef TIME_WITH_SYS_TIME /* <sys/time.h> and <time.h> can be included |
| 53 | + together */ |
| 54 | + |
| 55 | +#undef HAVE_TM_ZONE /* struct tm has a tm_zone member */ |
| 56 | +#undef HAVE_TZNAME /* extern char *tzname[] exists */ |
| 57 | + |
| 58 | +#undef HAVE_CLOCK /* clock() exists */ |
| 59 | +#undef HAVE_FTIME /* ftime() exists */ |
| 60 | +#undef HAVE_GETPEERNAME /* getpeername() exists */ |
| 61 | +#undef HAVE_GETPGRP /* getpgrp() exists */ |
| 62 | +#undef HAVE_GETTIMEOFDAY /* gettimeofday() exists */ |
| 63 | +#undef HAVE_LSTAT /* lstat() exists */ |
| 64 | +#undef HAVE_PROTOTYPES /* the compiler understands prototypes */ |
| 65 | +#undef HAVE_READLINK /* readlink() exists */ |
| 66 | +#undef HAVE_SELECT /* select() exists */ |
| 67 | +#undef HAVE_SETPGID /* setpgid() exists */ |
| 68 | +#undef HAVE_SETPGRP /* setpgrp() exists */ |
| 69 | +#undef HAVE_SETSID /* setsid() exists */ |
| 70 | +#undef HAVE_SYMLINK /* symlink() exists */ |
| 71 | +#undef HAVE_SIGINTERRUPT /* siginterrupt() exists */ |
| 72 | +#undef HAVE_TCGETPGRP /* tcgetpgrp() exists */ |
| 73 | +#undef HAVE_TCSETPGRP /* tcsetpgrp() exists */ |
| 74 | +#undef HAVE_TIMES /* times() exists */ |
| 75 | +#undef HAVE_UNAME /* uname() exists */ |
| 76 | +#undef HAVE_WAITPID /* waitpid() exists */ |
| 77 | + |
| 78 | +#undef GETPGRP_HAVE_ARG /* getpgrp() must be called as getpgrp(0) |
| 79 | + (and setpgrp() as setpgrp(0, 0)) */ |
| 80 | + |
| 81 | +#undef WITH_READLINE /* GNU readline() should be used */ |
| 82 | +#undef USE_THREAD /* Build in thread support */ |
| 83 | +#undef SOLARIS /* This is SOLARIS 2.x */ |
0 commit comments