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 #undef __CHAR_UNSIGNED__
30 /* Define if the closedir function returns void instead of int. */
33 /* Define to empty if the keyword does not work. */
36 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
37 This function is required for alloca.c support on those systems. */
38 #undef CRAY_STACKSEG_END
40 /* Define for DGUX with <sys/dg_sys_info.h>. */
43 /* Define if you have <dirent.h>. */
46 /* Define to the type of elements in the array set by `getgroups'.
47 Usually this is either `int' or `gid_t'. */
50 /* Define if the `getloadavg' function needs to be run setuid or setgid. */
51 #undef GETLOADAVG_PRIVILEGED
53 /* Define to `int' if <sys/types.h> doesn't define. */
56 /* Define if you have alloca, as a function or macro. */
59 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
62 /* Define if you don't have vprintf but do have _doprnt. */
65 /* Define if your system has its own `getloadavg' function. */
66 #undef HAVE_GETLOADAVG
68 /* Define if you have the getmntent function. */
71 /* Define if the `long double' type works. */
72 #undef HAVE_LONG_DOUBLE
74 /* Define if you support file names longer than 14 characters. */
75 #undef HAVE_LONG_FILE_NAMES
77 /* Define if you have a working `mmap' system call. */
80 /* Define if system calls automatically restart after interruption
82 #undef HAVE_RESTARTABLE_SYSCALLS
84 /* Define if your struct stat has st_blksize. */
85 #undef HAVE_ST_BLKSIZE
87 /* Define if your struct stat has st_blocks. */
90 /* Define if you have the strcoll function and it is properly defined. */
93 /* Define if your struct stat has st_rdev. */
96 /* Define if you have the strftime function. */
99 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
100 #undef HAVE_SYS_WAIT_H
102 /* Define if your struct tm has tm_zone. */
105 /* Define if you don't have tm_zone but do have the external array
109 /* Define if you have <unistd.h>. */
112 /* Define if utime(file, NULL) sets file's timestamp to the present. */
113 #undef HAVE_UTIME_NULL
115 /* Define if you have <vfork.h>. */
118 /* Define if you have the vprintf function. */
121 /* Define if you have the wait3 system call. */
124 /* Define as __inline if that's what the C compiler calls it. */
127 /* Define if int is 16 bits instead of 32. */
130 /* Define if long int is 64 bits. */
133 /* Define if major, minor, and makedev are declared in <mkdev.h>. */
134 #undef MAJOR_IN_MKDEV
136 /* Define if major, minor, and makedev are declared in <sysmacros.h>. */
137 #undef MAJOR_IN_SYSMACROS
139 /* Define if on MINIX. */
142 /* Define to `int' if <sys/types.h> doesn't define. */
145 /* Define if you don't have <dirent.h>, but have <ndir.h>. */
148 /* Define if you have <memory.h>, and <string.h> doesn't declare the
152 /* Define if your struct nlist has an n_un member. */
153 #undef NLIST_NAME_UNION
155 /* Define if you have <nlist.h>. */
158 /* Define if your C compiler doesn't accept -c and -o together. */
159 #undef NO_MINUS_C_MINUS_O
161 /* Define to `long' if <sys/types.h> doesn't define. */
164 /* Define to `int' if <sys/types.h> doesn't define. */
167 /* Define if the system does not provide POSIX.1 features except
168 with this defined. */
169 #undef _POSIX_1_SOURCE
171 /* Define if you need to in order for stat and other things to work. */
174 /* Define as the return type of signal handlers (int or void). */
177 /* Define if the setvbuf function takes the buffering type as its second
178 argument and the buffer pointer as the third, as on System V
180 #undef SETVBUF_REVERSED
182 /* Define to `unsigned' if <sys/types.h> doesn't define. */
185 /* If using the C implementation of alloca, define if you know the
186 direction of stack growth for your system; otherwise it will be
187 automatically deduced at run-time.
188 STACK_DIRECTION > 0 => grows toward higher addresses
189 STACK_DIRECTION < 0 => grows toward lower addresses
190 STACK_DIRECTION = 0 => direction of growth unknown
192 #undef STACK_DIRECTION
194 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
195 #undef STAT_MACROS_BROKEN
197 /* Define if you have the ANSI C header files. */
200 /* Define on System V Release 4. */
203 /* Define if you don't have <dirent.h>, but have <sys/dir.h>. */
206 /* Define if you don't have <dirent.h>, but have <sys/ndir.h>. */
209 /* Define if `sys_siglist' is declared by <signal.h>. */
210 #undef SYS_SIGLIST_DECLARED
212 /* Define if you can safely include both <sys/time.h> and <time.h>. */
213 #undef TIME_WITH_SYS_TIME
215 /* Define if your <sys/time.h> declares struct tm. */
216 #undef TM_IN_SYS_TIME
218 /* Define to `int' if <sys/types.h> doesn't define. */
221 /* Define for Encore UMAX. */
224 /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
225 instead of <sys/cpustats.h>. */
228 /* Define if you do not have <strings.h>, index, bzero, etc.. */
231 /* Define vfork as fork if vfork does not work. */
234 /* Define if the closedir function returns void instead of int. */
237 /* Define if your processor stores words with the most significant
238 byte first (like Motorola and SPARC, unlike Intel and VAX). */
239 #undef WORDS_BIGENDIAN
241 /* Define if lex declares yytext as a char * by default, not a char[]. */
242 #undef YYTEXT_POINTER
245 /* Leave that blank line there!! Autoheader needs it.
246 If you're adding to this file, keep in mind:
247 The entries are in sort -df order: alphabetical, case insensitive,
248 ignoring punctuation (such as underscores). */