2 This file is in the public domain.
4 Descriptive text for the C preprocessor macros that
5 the distributed Autoconf macros can define.
6 No software package will use all of them; autoheader copies the ones
7 your configure.in uses into your configuration header file templates.
9 The entries are in sort -df order: alphabetical, case insensitive,
10 ignoring punctuation (such as underscores). Although this order
11 can split up related entries, it makes it easier to check whether
12 a given entry is in the file.
14 Leave the following blank line there!! Autoheader needs it. */
17 /* Define if on AIX 3.
18 System headers sometimes define this.
19 We just want to avoid a redefinition error message. */
24 /* Define if using alloca.c. */
27 /* Define if type char is unsigned and you are not using gcc. */
28 #ifndef __CHAR_UNSIGNED__
29 #undef __CHAR_UNSIGNED__
32 /* Define if the closedir function returns void instead of int. */
35 /* Define to empty if the keyword does not work. */
38 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
39 This function is required for alloca.c support on those systems. */
40 #undef CRAY_STACKSEG_END
42 /* Define for DGUX with <sys/dg_sys_info.h>. */
45 /* Define if you have <dirent.h>. */
48 /* Define to the type of elements in the array set by `getgroups'.
49 Usually this is either `int' or `gid_t'. */
52 /* Define if the `getloadavg' function needs to be run setuid or setgid. */
53 #undef GETLOADAVG_PRIVILEGED
55 /* Define if the `getpgrp' function takes no argument. */
58 /* Define to `int' if <sys/types.h> doesn't define. */
61 /* Define if you have alloca, as a function or macro. */
64 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
67 /* Define if you don't have vprintf but do have _doprnt. */
70 /* Define if your system has a working fnmatch function. */
73 /* Define if your system has its own `getloadavg' function. */
74 #undef HAVE_GETLOADAVG
76 /* Define if you have the getmntent function. */
79 /* Define if the `long double' type works. */
80 #undef HAVE_LONG_DOUBLE
82 /* Define if you support file names longer than 14 characters. */
83 #undef HAVE_LONG_FILE_NAMES
85 /* Define if you have a working `mmap' system call. */
88 /* Define if system calls automatically restart after interruption
90 #undef HAVE_RESTARTABLE_SYSCALLS
92 /* Define if your struct stat has st_blksize. */
93 #undef HAVE_ST_BLKSIZE
95 /* Define if your struct stat has st_blocks. */
98 /* Define if you have the strcoll function and it is properly defined. */
101 /* Define if your struct stat has st_rdev. */
104 /* Define if you have the strftime function. */
107 /* Define if you have the ANSI # stringizing operator in cpp. */
108 #undef HAVE_STRINGIZE
110 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
111 #undef HAVE_SYS_WAIT_H
113 /* Define if your struct tm has tm_zone. */
116 /* Define if you don't have tm_zone but do have the external array
120 /* Define if you have <unistd.h>. */
123 /* Define if utime(file, NULL) sets file's timestamp to the present. */
124 #undef HAVE_UTIME_NULL
126 /* Define if you have <vfork.h>. */
129 /* Define if you have the vprintf function. */
132 /* Define if you have the wait3 system call. */
135 /* Define as __inline if that's what the C compiler calls it. */
138 /* Define if int is 16 bits instead of 32. */
141 /* Define if long int is 64 bits. */
144 /* Define if major, minor, and makedev are declared in <mkdev.h>. */
145 #undef MAJOR_IN_MKDEV
147 /* Define if major, minor, and makedev are declared in <sysmacros.h>. */
148 #undef MAJOR_IN_SYSMACROS
150 /* Define if on MINIX. */
153 /* Define to `int' if <sys/types.h> doesn't define. */
156 /* Define if you don't have <dirent.h>, but have <ndir.h>. */
159 /* Define if you have <memory.h>, and <string.h> doesn't declare the
163 /* Define if your struct nlist has an n_un member. */
164 #undef NLIST_NAME_UNION
166 /* Define if you have <nlist.h>. */
169 /* Define if your C compiler doesn't accept -c and -o together. */
170 #undef NO_MINUS_C_MINUS_O
172 /* Define if your Fortran 77 compiler doesn't accept -c and -o together. */
173 #undef F77_NO_MINUS_C_MINUS_O
175 /* Define to `long' if <sys/types.h> doesn't define. */
178 /* Define to `int' if <sys/types.h> doesn't define. */
181 /* Define if the system does not provide POSIX.1 features except
182 with this defined. */
183 #undef _POSIX_1_SOURCE
185 /* Define if you need to in order for stat and other things to work. */
188 /* Define as the return type of signal handlers (int or void). */
191 /* Define to the type of arg1 for select(). */
192 #undef SELECT_TYPE_ARG1
194 /* Define to the type of args 2, 3 and 4 for select(). */
195 #undef SELECT_TYPE_ARG234
197 /* Define to the type of arg5 for select(). */
198 #undef SELECT_TYPE_ARG5
200 /* Define if the `setpgrp' function takes no argument. */
203 /* Define if the setvbuf function takes the buffering type as its second
204 argument and the buffer pointer as the third, as on System V
206 #undef SETVBUF_REVERSED
208 /* Define to `unsigned' if <sys/types.h> doesn't define. */
211 /* If using the C implementation of alloca, define if you know the
212 direction of stack growth for your system; otherwise it will be
213 automatically deduced at run-time.
214 STACK_DIRECTION > 0 => grows toward higher addresses
215 STACK_DIRECTION < 0 => grows toward lower addresses
216 STACK_DIRECTION = 0 => direction of growth unknown
218 #undef STACK_DIRECTION
220 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
221 #undef STAT_MACROS_BROKEN
223 /* Define if you have the ANSI C header files. */
226 /* Define on System V Release 4. */
229 /* Define if you don't have <dirent.h>, but have <sys/dir.h>. */
232 /* Define if you don't have <dirent.h>, but have <sys/ndir.h>. */
235 /* Define if `sys_siglist' is declared by <signal.h>. */
236 #undef SYS_SIGLIST_DECLARED
238 /* Define if you can safely include both <sys/time.h> and <time.h>. */
239 #undef TIME_WITH_SYS_TIME
241 /* Define if your <sys/time.h> declares struct tm. */
242 #undef TM_IN_SYS_TIME
244 /* Define to `int' if <sys/types.h> doesn't define. */
247 /* Define for Encore UMAX. */
250 /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
251 instead of <sys/cpustats.h>. */
254 /* Define if you do not have <strings.h>, index, bzero, etc.. */
257 /* Define vfork as fork if vfork does not work. */
260 /* Define if the closedir function returns void instead of int. */
263 /* Define if your processor stores words with the most significant
264 byte first (like Motorola and SPARC, unlike Intel and VAX). */
265 #undef WORDS_BIGENDIAN
267 /* Define if the X Window System is missing or not being used. */
268 #undef X_DISPLAY_MISSING
270 /* Define if lex declares yytext as a char [] by default. */
273 /* Define if lex declares yytext as a char * by default, not a char[]. */
274 #undef YYTEXT_POINTER
276 /* Define if lex declares yytext as a unsigned char [] by default. */
281 /* Leave that blank line there!! Autoheader needs it.
282 If you're adding to this file, keep in mind:
283 The entries are in sort -df order: alphabetical, case insensitive,
284 ignoring punctuation (such as underscores). */