Skip to content

Commit b22ff73

Browse files
committed
modified: config.h.in
modified: configure
1 parent 3ba23c1 commit b22ff73

File tree

2 files changed

+5672
-4017
lines changed

2 files changed

+5672
-4017
lines changed

module/config.h.in

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,10 @@
5757
/* Undefine if you don't want local features. By default this is defined. */
5858
#undef CONFIG_LOCALE
5959

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-
6560
/* Define to a custom value for the ZSH_PATCHLEVEL parameter */
6661
#undef CUSTOM_PATCHLEVEL
6762

68-
/* Define to 1 if using `alloca.c'. */
63+
/* Define to 1 if using 'alloca.c'. */
6964
#undef C_ALLOCA
7065

7166
/* Define to 1 if you want to debug zsh. */
@@ -128,11 +123,10 @@
128123
/* Define if TIOCGWINSZ is defined in sys/ioctl.h but not in termios.h. */
129124
#undef GWINSZ_IN_SYS_IOCTL
130125

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. */
132127
#undef HAVE_ALLOCA
133128

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. */
136130
#undef HAVE_ALLOCA_H
137131

138132
/* Define to 1 if you have the <bind/netdb.h> header file. */
@@ -1102,7 +1096,9 @@
11021096
/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
11031097
#undef STAT_MACROS_BROKEN
11041098

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. */
11061102
#undef STDC_HEADERS
11071103

11081104
/* Define to 1 if you use SYS style signal handling (and can block signals).
@@ -1121,7 +1117,8 @@
11211117
/* Define if sys/time.h and sys/select.h cannot be both included. */
11221118
#undef TIME_H_SELECT_H_CONFLICTS
11231119

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. */
11251122
#undef TIME_WITH_SYS_TIME
11261123

11271124
/* Define to 1 if all the kit for using /dev/ptmx for ptys is available. */
@@ -1191,11 +1188,6 @@
11911188
/* Define to the base type of the third argument of accept */
11921189
#undef ZSOCKLEN_T
11931190

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-
11991191
/* Number of bits in a file offset, on hosts where this is settable. */
12001192
#undef _FILE_OFFSET_BITS
12011193

@@ -1217,7 +1209,7 @@
12171209
/* Define to `long int' if <sys/types.h> does not define. */
12181210
#undef off_t
12191211

1220-
/* Define to `int' if <sys/types.h> does not define. */
1212+
/* Define as a signed integer type capable of holding a process identifier. */
12211213
#undef pid_t
12221214

12231215
/* Define to the type used in struct rlimit. */

0 commit comments

Comments
 (0)