|
57 | 57 | /* Undefine if you don't want local features. By default this is defined. */
|
58 | 58 | #undef CONFIG_LOCALE
|
59 | 59 |
|
60 |
| -/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP |
61 |
| - systems. This function is required for `alloca.c' support on those systems. |
62 |
| - */ |
63 |
| -#undef CRAY_STACKSEG_END |
64 |
| - |
65 | 60 | /* Define to a custom value for the ZSH_PATCHLEVEL parameter */
|
66 | 61 | #undef CUSTOM_PATCHLEVEL
|
67 | 62 |
|
68 |
| -/* Define to 1 if using `alloca.c'. */ |
| 63 | +/* Define to 1 if using 'alloca.c'. */ |
69 | 64 | #undef C_ALLOCA
|
70 | 65 |
|
71 | 66 | /* Define to 1 if you want to debug zsh. */
|
|
128 | 123 | /* Define if TIOCGWINSZ is defined in sys/ioctl.h but not in termios.h. */
|
129 | 124 | #undef GWINSZ_IN_SYS_IOCTL
|
130 | 125 |
|
131 |
| -/* Define to 1 if you have `alloca', as a function or macro. */ |
| 126 | +/* Define to 1 if you have 'alloca', as a function or macro. */ |
132 | 127 | #undef HAVE_ALLOCA
|
133 | 128 |
|
134 |
| -/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). |
135 |
| - */ |
| 129 | +/* Define to 1 if <alloca.h> works. */ |
136 | 130 | #undef HAVE_ALLOCA_H
|
137 | 131 |
|
138 | 132 | /* Define to 1 if you have the <bind/netdb.h> header file. */
|
|
1102 | 1096 | /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
|
1103 | 1097 | #undef STAT_MACROS_BROKEN
|
1104 | 1098 |
|
1105 |
| -/* Define to 1 if you have the ANSI C header files. */ |
| 1099 | +/* Define to 1 if all of the C90 standard headers exist (not just the ones |
| 1100 | + required in a freestanding environment). This macro is provided for |
| 1101 | + backward compatibility; new code need not use it. */ |
1106 | 1102 | #undef STDC_HEADERS
|
1107 | 1103 |
|
1108 | 1104 | /* Define to 1 if you use SYS style signal handling (and can block signals).
|
|
1121 | 1117 | /* Define if sys/time.h and sys/select.h cannot be both included. */
|
1122 | 1118 | #undef TIME_H_SELECT_H_CONFLICTS
|
1123 | 1119 |
|
1124 |
| -/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
| 1120 | +/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. This |
| 1121 | + macro is obsolete. */ |
1125 | 1122 | #undef TIME_WITH_SYS_TIME
|
1126 | 1123 |
|
1127 | 1124 | /* Define to 1 if all the kit for using /dev/ptmx for ptys is available. */
|
|
1191 | 1188 | /* Define to the base type of the third argument of accept */
|
1192 | 1189 | #undef ZSOCKLEN_T
|
1193 | 1190 |
|
1194 |
| -/* Enable large inode numbers on Mac OS X 10.5. */ |
1195 |
| -#ifndef _DARWIN_USE_64_BIT_INODE |
1196 |
| -# define _DARWIN_USE_64_BIT_INODE 1 |
1197 |
| -#endif |
1198 |
| - |
1199 | 1191 | /* Number of bits in a file offset, on hosts where this is settable. */
|
1200 | 1192 | #undef _FILE_OFFSET_BITS
|
1201 | 1193 |
|
|
1217 | 1209 | /* Define to `long int' if <sys/types.h> does not define. */
|
1218 | 1210 | #undef off_t
|
1219 | 1211 |
|
1220 |
| -/* Define to `int' if <sys/types.h> does not define. */ |
| 1212 | +/* Define as a signed integer type capable of holding a process identifier. */ |
1221 | 1213 | #undef pid_t
|
1222 | 1214 |
|
1223 | 1215 | /* Define to the type used in struct rlimit. */
|
|
0 commit comments