-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.h.in
361 lines (257 loc) · 8.71 KB
/
config.h.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
/* config.h.in. Generated from configure.in by autoheader. */
#ifndef CONFIG_H
#define CONFIG_H 1
/* define this to include support for RSA SecurID */
#undef ACECLNT
/* define this to include ACL support */
#undef ACLS
/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD
/* define this if your o/s is AIX */
#undef AIX
/* Define this if you have DES routines you can link to for ARAP (See the user
guide for more details) */
#undef ARAP_DES
/* define this to include debugging support */
#undef DBG
/* define this if your o/s is FreeBSD */
#undef FREEBSD
/* Define to 1 if you have the <crypt.h> header file. */
#undef HAVE_CRYPT_H
/* Define to 1 if you have the <ctype.h> header file. */
#undef HAVE_CTYPE_H
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* Define to 1 if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H
/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
/* Define to 1 if you have the `getdtablesize' function. */
#undef HAVE_GETDTABLESIZE
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* */
#undef HAVE_LIBWRAP
/* Define to 1 if you have the <malloc.h> header file. */
#undef HAVE_MALLOC_H
/* Define to 1 if you have the `memcpy' function. */
#undef HAVE_MEMCPY
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define to 1 if you have the `memset' function. */
#undef HAVE_MEMSET
/* define if your system has libpam */
#undef HAVE_PAM
/* Define to 1 if the system has the type `pid_t'. */
#undef HAVE_PID_T
/* Define if you have POSIX threads libraries and header files. */
#undef HAVE_PTHREAD
/* Define to 1 if you have the `random' function. */
#undef HAVE_RANDOM
/* Define to 1 if you have the <shadow.h> header file. */
#undef HAVE_SHADOW_H
/* Define to 1 if the system has the type `socklen_t'. */
#undef HAVE_SOCKLEN_T
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the `strchr' function. */
#undef HAVE_STRCHR
/* Define to 1 if you have the `strcspn' function. */
#undef HAVE_STRCSPN
/* Define to 1 if you have the `strerror' function. */
#undef HAVE_STRERROR
/* Define to 1 if cpp supports the ANSI # stringizing operator. */
#undef HAVE_STRINGIZE
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define to 1 if you have the `strrchr' function. */
#undef HAVE_STRRCHR
/* Define to 1 if you have the <sysexits.h> header file. */
#undef HAVE_SYSEXITS_H
/* Define to 1 if you have the <syslog.h> header file. */
#undef HAVE_SYSLOG_H
/* Define to 1 if you have the <sys/resource.h> header file. */
#undef HAVE_SYS_RESOURCE_H
/* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define to 1 if you have the <sys/wait.h> header file. */
#undef HAVE_SYS_WAIT_H
/* Define to 1 if you have the <termios.h> header file. */
#undef HAVE_TERMIOS_H
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to 1 if you have the <utmpx.h> header file. */
#undef HAVE_UTMPX_H
/* Define to 1 if you have the <utmp.h> header file. */
#undef HAVE_UTMP_H
/* Define to 1 if you have the `wait3' function. */
#undef HAVE_WAIT3
/* Define to 1 if you have the `wait4' function. */
#undef HAVE_WAIT4
/* Define to 1 if you have the `waitpid' function. */
#undef HAVE_WAITPID
/* Define to 1 if you have the <wait.h> header file. */
#undef HAVE_WAIT_H
/* define this if your o/s is HPux */
#undef HPUX
/* define this to include libwrap (tcp_wrappers) support */
#undef LIBWRAP
/* define this if your o/s is Linux */
#undef LINUX
/* Define to 1 if `sizeof (long int)' = 8. Obsolete, use `SIZEOF_LONG_INT'. */
#undef LONG_64_BITS
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#undef LT_OBJDIR
/* define this to include MAXSESS support to enforce a limit on maximum
sessions per user */
#undef MAXSESS
/* define this to include support to finger NASes for the number of sessions a
user is using */
#undef MAXSESS_FINGER
/* define this if your o/s is MIPS */
#undef MIPS
/* Define this if you need MSCHAP support */
#undef MSCHAP
/* Define this if you have DES routines you can link to for MSCHAP (See the
user guide for more details) */
#undef MSCHAP_DES
/* define this if your o/s is NetBSD */
#undef NETBSD
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* define this to include profiling */
#undef PROFILE
/* Define to 1 if the C compiler supports function prototypes. */
#undef PROTOTYPES
/* Define to necessary symbol if this constant uses a non-standard name on
your system. */
#undef PTHREAD_CREATE_JOINABLE
/* define this if your o/s needs children reaped even though the SIGCHLD
default is SIG_IGN */
#undef REAPCHILD
/* define this if your o/s needs children reaped even with an explicit SIG_IGN
*/
#undef REAPSIGIGN
/* define this if you find that your daemon quits after being sent more than
one SIGUSR1. Some systems need to explicitly re-arm signals after they've
been used once */
#undef REARMSIGNAL
/* Define as the return type of signal handlers (`int' or `void'). */
#undef RETSIGTYPE
/* Define to 1 if the `setpgrp' function takes no argument. */
#undef SETPGRP_VOID
/* define if your system has a shadow password file */
#undef SHADOW_PASSWORDS
/* The size of `long int', as computed by sizeof. */
#undef SIZEOF_LONG_INT
/* define this to include support for skey */
#undef SKEY
/* define this if your o/s is Solaris */
#undef SOLARIS
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* define this to a GID for setgid() at run-time */
#undef TACPLUS_GROUPID
/* define this to a UID for setuid() at run-time */
#undef TACPLUS_USERID
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME
/* define this to include user-specific enable password support */
#undef UENABLE
/* define this if your waitpid() takes an union wait status pointer */
#undef UNIONWAIT
/* define this to set pedantic gcc warnings */
#undef WARN
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
# define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
# undef WORDS_BIGENDIAN
# endif
#endif
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
`char[]'. */
#undef YYTEXT_POINTER
/* Define like PROTOTYPES; this can be used by system headers. */
#undef __PROTOTYPES
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
/* Define to `__inline__' or `__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
#ifndef __cplusplus
#undef inline
#endif
/* UENABLE requires ACLS */
#ifdef UENABLE
# ifndef ACLS
# define ACLS 1
# endif
#endif
/* MAXSESS_FINGER requires MAXSESS */
#ifdef MAXSESS_FINGER
# ifndef MAXSESS
# define MAXSESS 1
# endif
#endif
/* Some, eg: solaris 2.6, dont have socklen_t */
#ifndef HAVE_SOCKLEN_T
# define socklen_t int
#endif
/* host specifics */
/* Define this if your password file does not contain age and comment fields. */
#define NO_PWAGE
#if AIX
/*
* The only way to properly compile BSD stuff on AIX is to define a
* "bsdcc" compiler on your system. See /usr/lpp/bos/bsdport on your
* system for details. People who do NOT do this tell me that the code
* still compiles but that it then doesn't behave correctly e.g. child
* processes are not reaped correctly. Don't expect much sympathy if
* you do this.
*/
# define _BSD 1
# define _BSD_INCLUDES
# define NO_PWAGE
#endif /* AIX */
#if LINUX
# define NO_PWAGE
# include <unistd.h>
# ifdef GLIBC
# define CONST_SYSERRLIST
# endif
#endif /* LINUX */
#if NETBSD
# define NO_PWAGE
# define CONST_SYSERRLIST
#endif
#if FREEBSD
# define CONST_SYSERRLIST
# define NO_PWAGE
#endif
#if BSDI
# define NO_PWAGE
#endif
#endif /* CONFIG_H */