48
|
1 /* acconfig.h
|
|
2 This file is in the public domain.
|
|
3
|
|
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.
|
|
8
|
|
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.
|
|
13
|
|
14 Leave the following blank line there!! Autoheader needs it. */
|
|
15
|
|
16
|
|
17 /* Define if on AIX 3.
|
|
18 System headers sometimes define this.
|
|
19 We just want to avoid a redefinition error message. */
|
|
20 #ifndef _ALL_SOURCE
|
|
21 #undef _ALL_SOURCE
|
|
22 #endif
|
|
23
|
|
24 /* Define if using alloca.c. */
|
|
25 #undef C_ALLOCA
|
|
26
|
|
27 /* Define if type char is unsigned and you are not using gcc. */
|
|
28 #undef __CHAR_UNSIGNED__
|
|
29
|
|
30 /* Define to empty if the keyword does not work. */
|
|
31 #undef const
|
|
32
|
|
33 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
|
|
34 This function is required for alloca.c support on those systems. */
|
|
35 #undef CRAY_STACKSEG_END
|
|
36
|
|
37 /* Define for DGUX with <sys/dg_sys_info.h>. */
|
|
38 #undef DGUX
|
|
39
|
|
40 /* Define if you have dirent.h. */
|
|
41 #undef DIRENT
|
|
42
|
|
43 /* Define to the type of elements in the array set by `getgroups'.
|
|
44 Usually this is either `int' or `gid_t'. */
|
|
45 #undef GETGROUPS_T
|
|
46
|
|
47 /* Define if the `getloadavg' function needs to be run setuid or setgid. */
|
|
48 #undef GETLOADAVG_PRIVILEGED
|
|
49
|
|
50 /* Define to `int' if <sys/types.h> doesn't define. */
|
|
51 #undef gid_t
|
|
52
|
|
53 /* Define if you have alloca.h and it should be used (not Ultrix). */
|
|
54 #undef HAVE_ALLOCA_H
|
|
55
|
|
56 /* Define if you don't have vprintf but do have _doprnt. */
|
|
57 #undef HAVE_DOPRNT
|
|
58
|
|
59 /* Define if your system has its own `getloadavg' function. */
|
|
60 #undef HAVE_GETLOADAVG
|
|
61
|
|
62 /* Define if the `long double' type works. */
|
|
63 #undef HAVE_LONG_DOUBLE
|
|
64
|
|
65 /* Define if you support file names longer than 14 characters. */
|
|
66 #undef HAVE_LONG_FILE_NAMES
|
|
67
|
|
68 /* Define if you have a working `mmap' system call. */
|
|
69 #undef HAVE_MMAP
|
|
70
|
|
71 /* Define if you have netdb.h (and thus the rexec function). */
|
|
72 #undef HAVE_NETDB_H
|
|
73
|
|
74 /* Define if system calls automatically restart after interruption
|
|
75 by a signal. */
|
|
76 #undef HAVE_RESTARTABLE_SYSCALLS
|
|
77
|
|
78 /* Define if your struct stat has st_blksize. */
|
|
79 #undef HAVE_ST_BLKSIZE
|
|
80
|
|
81 /* Define if your struct stat has st_blocks. */
|
|
82 #undef HAVE_ST_BLOCKS
|
|
83
|
|
84 /* Define if you have the strcoll function and it is properly defined. */
|
|
85 #undef HAVE_STRCOLL
|
|
86
|
|
87 /* Define if your struct stat has st_rdev. */
|
|
88 #undef HAVE_ST_RDEV
|
|
89
|
|
90 /* Define if you have sys/mtio.h. */
|
|
91 #undef HAVE_SYS_MTIO_H
|
|
92
|
|
93 /* Define if you have a <sys/wait.h> with `union wait'. */
|
|
94 #undef HAVE_SYS_WAIT
|
|
95
|
|
96 /* Define if your struct tm has tm_zone. */
|
|
97 #undef HAVE_TM_ZONE
|
|
98
|
|
99 /* Define if you don't have tm_zone but do have the external array
|
|
100 tzname. */
|
|
101 #undef HAVE_TZNAME
|
|
102
|
|
103 /* Define if `union wait' is the type of the first arg to wait functions. */
|
|
104 #undef HAVE_UNION_WAIT
|
|
105
|
|
106 /* Define if you have unistd.h. */
|
|
107 #undef HAVE_UNISTD_H
|
|
108
|
|
109 /* Define if utime(file, NULL) sets file's timestamp to the present. */
|
|
110 #undef HAVE_UTIME_NULL
|
|
111
|
|
112 /* Define if you have vfork.h. */
|
|
113 #undef HAVE_VFORK_H
|
|
114
|
|
115 /* Define if you have the vprintf function. */
|
|
116 #undef HAVE_VPRINTF
|
|
117
|
|
118 /* Define if you have the wait3 system call. */
|
|
119 #undef HAVE_WAIT3
|
|
120
|
|
121 /* Define if you have the POSIX.1 `waitpid' function. */
|
|
122 #undef HAVE_WAITPID
|
|
123
|
|
124 /* Define as __inline if that's what the C compiler calls it. */
|
|
125 #undef inline
|
|
126
|
|
127 /* Define if int is 16 bits instead of 32. */
|
|
128 #undef INT_16_BITS
|
|
129
|
|
130 /* Define if long int is 64 bits. */
|
|
131 #undef LONG_64_BITS
|
|
132
|
|
133 /* Define if major, minor, and makedev are declared in mkdev.h. */
|
|
134 #undef MAJOR_IN_MKDEV
|
|
135
|
|
136 /* Define if major, minor, and makedev are declared in sysmacros.h. */
|
|
137 #undef MAJOR_IN_SYSMACROS
|
|
138
|
|
139 /* Define if on MINIX. */
|
|
140 #undef _MINIX
|
|
141
|
|
142 /* Define to `int' if <sys/types.h> doesn't define. */
|
|
143 #undef mode_t
|
|
144
|
|
145 /* Define if you don't have dirent.h, but have ndir.h. */
|
|
146 #undef NDIR
|
|
147
|
|
148 /* Define if you have memory.h, and string.h doesn't declare the
|
|
149 mem* functions. */
|
|
150 #undef NEED_MEMORY_H
|
|
151
|
|
152 /* Define if your struct nlist has an n_un member. */
|
|
153 #undef NLIST_NAME_UNION
|
|
154
|
|
155 /* Define if you have nlist.h. */
|
|
156 #undef NLIST_STRUCT
|
|
157
|
|
158 /* Define if you can't use the address of an argument to a function
|
|
159 as the start of an array. */
|
|
160 #undef NO_ARG_ARRAY
|
|
161
|
|
162 /* Define if your C compiler doesn't accept -c and -o together. */
|
|
163 #undef NO_MINUS_C_MINUS_O
|
|
164
|
|
165 /* Define if you have neither a remote shell nor the rexec function. */
|
|
166 #undef NO_REMOTE
|
|
167
|
|
168 /* Define to `long' if <sys/types.h> doesn't define. */
|
|
169 #undef off_t
|
|
170
|
|
171 /* Define to `int' if <sys/types.h> doesn't define. */
|
|
172 #undef pid_t
|
|
173
|
|
174 /* Define if the system does not provide POSIX.1 features except
|
|
175 with this defined. */
|
|
176 #undef _POSIX_1_SOURCE
|
|
177
|
|
178 /* Define if you need to in order for stat and other things to work. */
|
|
179 #undef _POSIX_SOURCE
|
|
180
|
|
181 /* Define as the return type of signal handlers (int or void). */
|
|
182 #undef RETSIGTYPE
|
|
183
|
|
184 /* Define if the setvbuf function takes the buffering type as its second
|
|
185 argument and the buffer pointer as the third, as on System V
|
|
186 before release 3. */
|
|
187 #undef SETVBUF_REVERSED
|
|
188
|
|
189 /* Define to `unsigned' if <sys/types.h> doesn't define. */
|
|
190 #undef size_t
|
|
191
|
|
192 /* If using the C implementation of alloca, define if you know the
|
|
193 direction of stack growth for your system; otherwise it will be
|
|
194 automatically deduced at run-time.
|
|
195 STACK_DIRECTION > 0 => grows toward higher addresses
|
|
196 STACK_DIRECTION < 0 => grows toward lower addresses
|
|
197 STACK_DIRECTION = 0 => direction of growth unknown
|
|
198 */
|
|
199 #undef STACK_DIRECTION
|
|
200
|
|
201 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
|
|
202 #undef STAT_MACROS_BROKEN
|
|
203
|
|
204 /* Define if you have the ANSI C header files. */
|
|
205 #undef STDC_HEADERS
|
|
206
|
|
207 /* Define on System V Release 4. */
|
|
208 #undef SVR4
|
|
209
|
|
210 /* Define if you don't have dirent.h, but have sys/dir.h. */
|
|
211 #undef SYSDIR
|
|
212
|
|
213 /* Define if you don't have dirent.h, but have sys/ndir.h. */
|
|
214 #undef SYSNDIR
|
|
215
|
|
216 /* Define if `sys_siglist' is declared by <signal.h>. */
|
|
217 #undef SYS_SIGLIST_DECLARED
|
|
218
|
|
219 /* Define if you can safely include both <sys/time.h> and <time.h>. */
|
|
220 #undef TIME_WITH_SYS_TIME
|
|
221
|
|
222 /* Define if your <sys/time.h> declares struct tm. */
|
|
223 #undef TM_IN_SYS_TIME
|
|
224
|
|
225 /* Define to `int' if <sys/types.h> doesn't define. */
|
|
226 #undef uid_t
|
|
227
|
|
228 /* Define for Encore UMAX. */
|
|
229 #undef UMAX
|
|
230
|
|
231 /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
|
|
232 instead of <sys/cpustats.h>. */
|
|
233 #undef UMAX4_3
|
|
234
|
|
235 /* Define if you do not have strings.h, index, bzero, etc.. */
|
|
236 #undef USG
|
|
237
|
|
238 /* Define vfork as fork if vfork does not work. */
|
|
239 #undef vfork
|
|
240
|
|
241 /* Define if the closedir function returns void instead of int. */
|
|
242 #undef VOID_CLOSEDIR
|
|
243
|
|
244 /* Define if your processor stores words with the most significant
|
|
245 byte first (like Motorola and SPARC, unlike Intel and VAX). */
|
|
246 #undef WORDS_BIGENDIAN
|
|
247
|
|
248 /* Define if lex declares yytext as a char * by default, not a char[]. */
|
|
249 #undef YYTEXT_POINTER
|
|
250
|
|
251
|
|
252 /* Leave that blank line there!! Autoheader needs it.
|
|
253 If you're adding to this file, keep in mind:
|
|
254 The entries are in sort -df order: alphabetical, case insensitive,
|
|
255 ignoring punctuation (such as underscores). */
|