xref: /freebsd/crypto/heimdal/include/config.h.in (revision 6a068746777241722b2b32c5d0bc443a2a64d80b)
1*ae771770SStanislav Sedov/* include/config.h.in.  Generated from configure.ac by autoheader.  */
2b528cefcSMark Murray
35e9cd1aeSAssar Westerlund#ifndef RCSID
44137ff4cSJacques Vidrine#define RCSID(msg) \
58373020dSJacques Vidrinestatic /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
65e9cd1aeSAssar Westerlund#endif
7b528cefcSMark Murray
85e9cd1aeSAssar Westerlund/* Maximum values on all known systems */
95e9cd1aeSAssar Westerlund#define MaxHostNameLen (64+4)
105e9cd1aeSAssar Westerlund#define MaxPathLen (1024+4)
11b528cefcSMark Murray
12b528cefcSMark Murray
13b528cefcSMark Murray
14c19800e8SDoug Rabson#ifdef BUILD_KRB5_LIB
15*ae771770SStanislav Sedov#ifndef KRB5_LIB
16c19800e8SDoug Rabson#ifdef _WIN32_
17*ae771770SStanislav Sedov#define KRB5_LIB_FUNCTION __declspec(dllexport)
18*ae771770SStanislav Sedov#define KRB5_LIB_CALL __stdcall
19*ae771770SStanislav Sedov#define KRB5_LIB_VARIABLE __declspec(dllexport)
20c19800e8SDoug Rabson#else
21c19800e8SDoug Rabson#define KRB5_LIB_FUNCTION
22*ae771770SStanislav Sedov#define KRB5_LIB_CALL
23*ae771770SStanislav Sedov#define KRB5_LIB_VARIABLE
24c19800e8SDoug Rabson#endif
25c19800e8SDoug Rabson#endif
26c19800e8SDoug Rabson#endif
27c19800e8SDoug Rabson
28c19800e8SDoug Rabson
29c19800e8SDoug Rabson#ifdef BUILD_ROKEN_LIB
30*ae771770SStanislav Sedov#ifndef ROKEN_LIB
31c19800e8SDoug Rabson#ifdef _WIN32_
32*ae771770SStanislav Sedov#define ROKEN_LIB_FUNCTION __declspec(dllexport)
33*ae771770SStanislav Sedov#define ROKEN_LIB_CALL __stdcall
34*ae771770SStanislav Sedov#define ROKEN_LIB_VARIABLE __declspec(dllexport)
35c19800e8SDoug Rabson#else
36c19800e8SDoug Rabson#define ROKEN_LIB_FUNCTION
37*ae771770SStanislav Sedov#define ROKEN_LIB_CALL
38*ae771770SStanislav Sedov#define ROKEN_LIB_VARIABLE
39*ae771770SStanislav Sedov#endif
40*ae771770SStanislav Sedov#endif
41*ae771770SStanislav Sedov#endif
42*ae771770SStanislav Sedov
43*ae771770SStanislav Sedov
44*ae771770SStanislav Sedov#ifdef BUILD_GSSAPI_LIB
45*ae771770SStanislav Sedov#ifndef GSSAPI_LIB
46*ae771770SStanislav Sedov#ifdef _WIN32_
47*ae771770SStanislav Sedov#define GSSAPI_LIB_FUNCTION __declspec(dllexport)
48*ae771770SStanislav Sedov#define GSSAPI_LIB_CALL __stdcall
49*ae771770SStanislav Sedov#define GSSAPI_LIB_VARIABLE __declspec(dllexport)
50*ae771770SStanislav Sedov#else
51*ae771770SStanislav Sedov#define GSSAPI_LIB_FUNCTION
52*ae771770SStanislav Sedov#define GSSAPI_LIB_CALL
53*ae771770SStanislav Sedov#define GSSAPI_LIB_VARIABLE
54c19800e8SDoug Rabson#endif
55c19800e8SDoug Rabson#endif
56c19800e8SDoug Rabson#endif
57c19800e8SDoug Rabson
58c19800e8SDoug Rabson
595e9cd1aeSAssar Westerlund/* Define if you want authentication support in telnet. */
605e9cd1aeSAssar Westerlund#undef AUTHENTICATION
61b528cefcSMark Murray
628373020dSJacques Vidrine/* path to bin */
638373020dSJacques Vidrine#undef BINDIR
648373020dSJacques Vidrine
655e9cd1aeSAssar Westerlund/* Define if realloc(NULL) doesn't work. */
665e9cd1aeSAssar Westerlund#undef BROKEN_REALLOC
67b528cefcSMark Murray
685e9cd1aeSAssar Westerlund/* Define if you want support for DCE/DFS PAG's. */
695e9cd1aeSAssar Westerlund#undef DCE
70b528cefcSMark Murray
715e9cd1aeSAssar Westerlund/* Define if you want to use DES encryption in telnet. */
725e9cd1aeSAssar Westerlund#undef DES_ENCRYPTION
73b528cefcSMark Murray
745e9cd1aeSAssar Westerlund/* Define this to enable diagnostics in telnet. */
755e9cd1aeSAssar Westerlund#undef DIAGNOSTICS
76b528cefcSMark Murray
77*ae771770SStanislav Sedov/* Define to enable DIGEST. */
78*ae771770SStanislav Sedov#undef DIGEST
79*ae771770SStanislav Sedov
80c19800e8SDoug Rabson/* Define if want to use the weak AFS string to key functions. */
81c19800e8SDoug Rabson#undef ENABLE_AFS_STRING_TO_KEY
82c19800e8SDoug Rabson
83c19800e8SDoug Rabson/* Define if you want have a thread safe libraries */
84c19800e8SDoug Rabson#undef ENABLE_PTHREAD_SUPPORT
85c19800e8SDoug Rabson
865e9cd1aeSAssar Westerlund/* Define if you want encryption support in telnet. */
875e9cd1aeSAssar Westerlund#undef ENCRYPTION
88b528cefcSMark Murray
895e9cd1aeSAssar Westerlund/* define if sys/param.h defines the endiness */
905e9cd1aeSAssar Westerlund#undef ENDIANESS_IN_SYS_PARAM_H
91b528cefcSMark Murray
925e9cd1aeSAssar Westerlund/* Define this if you want support for broken ENV_{VAR,VAL} telnets. */
935e9cd1aeSAssar Westerlund#undef ENV_HACK
9413e3f4d6SMark Murray
955e9cd1aeSAssar Westerlund/* define if prototype of gethostbyaddr is compatible with struct hostent
965e9cd1aeSAssar Westerlund   *gethostbyaddr(const void *, size_t, int) */
975e9cd1aeSAssar Westerlund#undef GETHOSTBYADDR_PROTO_COMPATIBLE
9813e3f4d6SMark Murray
995e9cd1aeSAssar Westerlund/* define if prototype of gethostbyname is compatible with struct hostent
1005e9cd1aeSAssar Westerlund   *gethostbyname(const char *) */
1015e9cd1aeSAssar Westerlund#undef GETHOSTBYNAME_PROTO_COMPATIBLE
10213e3f4d6SMark Murray
1035e9cd1aeSAssar Westerlund/* define if prototype of getservbyname is compatible with struct servent
1045e9cd1aeSAssar Westerlund   *getservbyname(const char *, const char *) */
1055e9cd1aeSAssar Westerlund#undef GETSERVBYNAME_PROTO_COMPATIBLE
10613e3f4d6SMark Murray
1075e9cd1aeSAssar Westerlund/* define if prototype of getsockname is compatible with int getsockname(int,
1085e9cd1aeSAssar Westerlund   struct sockaddr*, socklen_t*) */
1095e9cd1aeSAssar Westerlund#undef GETSOCKNAME_PROTO_COMPATIBLE
110b528cefcSMark Murray
1118373020dSJacques Vidrine/* Define if you have the `altzone' variable. */
1128373020dSJacques Vidrine#undef HAVE_ALTZONE
1138373020dSJacques Vidrine
114c19800e8SDoug Rabson/* Define to 1 if you have the `arc4random' function. */
115c19800e8SDoug Rabson#undef HAVE_ARC4RANDOM
1168373020dSJacques Vidrine
1178373020dSJacques Vidrine/* Define to 1 if you have the <arpa/ftp.h> header file. */
118b528cefcSMark Murray#undef HAVE_ARPA_FTP_H
119b528cefcSMark Murray
1208373020dSJacques Vidrine/* Define to 1 if you have the <arpa/inet.h> header file. */
121b528cefcSMark Murray#undef HAVE_ARPA_INET_H
122b528cefcSMark Murray
1238373020dSJacques Vidrine/* Define to 1 if you have the <arpa/nameser.h> header file. */
124b528cefcSMark Murray#undef HAVE_ARPA_NAMESER_H
125b528cefcSMark Murray
1268373020dSJacques Vidrine/* Define to 1 if you have the <arpa/telnet.h> header file. */
127b528cefcSMark Murray#undef HAVE_ARPA_TELNET_H
128b528cefcSMark Murray
129*ae771770SStanislav Sedov/* Define to 1 if you have the <asl.h> header file. */
130*ae771770SStanislav Sedov#undef HAVE_ASL_H
131*ae771770SStanislav Sedov
1328373020dSJacques Vidrine/* Define to 1 if you have the `asnprintf' function. */
1335e9cd1aeSAssar Westerlund#undef HAVE_ASNPRINTF
1345e9cd1aeSAssar Westerlund
1358373020dSJacques Vidrine/* Define to 1 if you have the `asprintf' function. */
1365e9cd1aeSAssar Westerlund#undef HAVE_ASPRINTF
1375e9cd1aeSAssar Westerlund
1388373020dSJacques Vidrine/* Define to 1 if you have the `atexit' function. */
1394137ff4cSJacques Vidrine#undef HAVE_ATEXIT
1404137ff4cSJacques Vidrine
141*ae771770SStanislav Sedov/* Define to 1 if you have the `backtrace' function. */
142*ae771770SStanislav Sedov#undef HAVE_BACKTRACE
143*ae771770SStanislav Sedov
1448373020dSJacques Vidrine/* Define to 1 if you have the <bind/bitypes.h> header file. */
145b528cefcSMark Murray#undef HAVE_BIND_BITYPES_H
146b528cefcSMark Murray
1478373020dSJacques Vidrine/* Define to 1 if you have the <bsdsetjmp.h> header file. */
148b528cefcSMark Murray#undef HAVE_BSDSETJMP_H
149b528cefcSMark Murray
1508373020dSJacques Vidrine/* Define to 1 if you have the `bswap16' function. */
151adb0ddaeSAssar Westerlund#undef HAVE_BSWAP16
152adb0ddaeSAssar Westerlund
1538373020dSJacques Vidrine/* Define to 1 if you have the `bswap32' function. */
154adb0ddaeSAssar Westerlund#undef HAVE_BSWAP32
155adb0ddaeSAssar Westerlund
1568373020dSJacques Vidrine/* Define to 1 if you have the <capability.h> header file. */
157b528cefcSMark Murray#undef HAVE_CAPABILITY_H
158b528cefcSMark Murray
159*ae771770SStanislav Sedov/* whether capng is available for privilege reduction */
160*ae771770SStanislav Sedov#undef HAVE_CAPNG
161*ae771770SStanislav Sedov
1628373020dSJacques Vidrine/* Define to 1 if you have the `cap_set_proc' function. */
1635e9cd1aeSAssar Westerlund#undef HAVE_CAP_SET_PROC
1645e9cd1aeSAssar Westerlund
1658373020dSJacques Vidrine/* Define to 1 if you have the `cgetent' function. */
1665e9cd1aeSAssar Westerlund#undef HAVE_CGETENT
1675e9cd1aeSAssar Westerlund
1688373020dSJacques Vidrine/* Define if you have the function `chown'. */
1695e9cd1aeSAssar Westerlund#undef HAVE_CHOWN
1705e9cd1aeSAssar Westerlund
171c19800e8SDoug Rabson/* Define if you have the function `closefrom'. */
172c19800e8SDoug Rabson#undef HAVE_CLOSEFROM
173c19800e8SDoug Rabson
174*ae771770SStanislav Sedov/* Define to 1 if you have the <CommonCrypto/CommonCryptor.h> header file. */
175*ae771770SStanislav Sedov#undef HAVE_COMMONCRYPTO_COMMONCRYPTOR_H
176*ae771770SStanislav Sedov
177*ae771770SStanislav Sedov/* Define to 1 if you have the <CommonCrypto/CommonDigest.h> header file. */
178*ae771770SStanislav Sedov#undef HAVE_COMMONCRYPTO_COMMONDIGEST_H
179*ae771770SStanislav Sedov
1808373020dSJacques Vidrine/* Define to 1 if you have the <config.h> header file. */
1815e9cd1aeSAssar Westerlund#undef HAVE_CONFIG_H
1825e9cd1aeSAssar Westerlund
1838373020dSJacques Vidrine/* Define if you have the function `copyhostent'. */
1845e9cd1aeSAssar Westerlund#undef HAVE_COPYHOSTENT
1855e9cd1aeSAssar Westerlund
1868373020dSJacques Vidrine/* Define to 1 if you have the `crypt' function. */
1875e9cd1aeSAssar Westerlund#undef HAVE_CRYPT
1885e9cd1aeSAssar Westerlund
1898373020dSJacques Vidrine/* Define to 1 if you have the <crypt.h> header file. */
190b528cefcSMark Murray#undef HAVE_CRYPT_H
191b528cefcSMark Murray
1928373020dSJacques Vidrine/* Define to 1 if you have the <curses.h> header file. */
193b528cefcSMark Murray#undef HAVE_CURSES_H
194b528cefcSMark Murray
1958373020dSJacques Vidrine/* Define if you have the function `daemon'. */
1965e9cd1aeSAssar Westerlund#undef HAVE_DAEMON
1975e9cd1aeSAssar Westerlund
1984137ff4cSJacques Vidrine/* define if you have a berkeley db1/2 library */
1994137ff4cSJacques Vidrine#undef HAVE_DB1
2004137ff4cSJacques Vidrine
201*ae771770SStanislav Sedov/* define if you have a berkeley db3/4/5 library */
2024137ff4cSJacques Vidrine#undef HAVE_DB3
2034137ff4cSJacques Vidrine
2048373020dSJacques Vidrine/* Define to 1 if you have the <db3/db.h> header file. */
2058373020dSJacques Vidrine#undef HAVE_DB3_DB_H
2068373020dSJacques Vidrine
2078373020dSJacques Vidrine/* Define to 1 if you have the <db4/db.h> header file. */
2088373020dSJacques Vidrine#undef HAVE_DB4_DB_H
2098373020dSJacques Vidrine
210*ae771770SStanislav Sedov/* Define to 1 if you have the <db5/db.h> header file. */
211*ae771770SStanislav Sedov#undef HAVE_DB5_DB_H
212*ae771770SStanislav Sedov
213*ae771770SStanislav Sedov/* Define if you have user supplied header location */
214*ae771770SStanislav Sedov#undef HAVE_DBHEADER
215*ae771770SStanislav Sedov
2168373020dSJacques Vidrine/* Define to 1 if you have the `dbm_firstkey' function. */
2175e9cd1aeSAssar Westerlund#undef HAVE_DBM_FIRSTKEY
2185e9cd1aeSAssar Westerlund
2198373020dSJacques Vidrine/* Define to 1 if you have the <dbm.h> header file. */
2205e9cd1aeSAssar Westerlund#undef HAVE_DBM_H
2215e9cd1aeSAssar Westerlund
2228373020dSJacques Vidrine/* Define to 1 if you have the `dbopen' function. */
2235e9cd1aeSAssar Westerlund#undef HAVE_DBOPEN
224b528cefcSMark Murray
2258373020dSJacques Vidrine/* Define to 1 if you have the `db_create' function. */
2265e9cd1aeSAssar Westerlund#undef HAVE_DB_CREATE
2275e9cd1aeSAssar Westerlund
2288373020dSJacques Vidrine/* Define to 1 if you have the <db.h> header file. */
2295e9cd1aeSAssar Westerlund#undef HAVE_DB_H
2305e9cd1aeSAssar Westerlund
2314137ff4cSJacques Vidrine/* define if you have ndbm compat in db */
2324137ff4cSJacques Vidrine#undef HAVE_DB_NDBM
233b528cefcSMark Murray
234c19800e8SDoug Rabson/* Define to 1 if you have the declaration of `altzone', and to 0 if you
235c19800e8SDoug Rabson   don't. */
236c19800e8SDoug Rabson#undef HAVE_DECL_ALTZONE
237c19800e8SDoug Rabson
238c19800e8SDoug Rabson/* Define to 1 if you have the declaration of `environ', and to 0 if you
239c19800e8SDoug Rabson   don't. */
240c19800e8SDoug Rabson#undef HAVE_DECL_ENVIRON
241c19800e8SDoug Rabson
242c19800e8SDoug Rabson/* Define to 1 if you have the declaration of `h_errlist', and to 0 if you
243c19800e8SDoug Rabson   don't. */
244c19800e8SDoug Rabson#undef HAVE_DECL_H_ERRLIST
245c19800e8SDoug Rabson
246c19800e8SDoug Rabson/* Define to 1 if you have the declaration of `h_errno', and to 0 if you
247c19800e8SDoug Rabson   don't. */
248c19800e8SDoug Rabson#undef HAVE_DECL_H_ERRNO
249c19800e8SDoug Rabson
250c19800e8SDoug Rabson/* Define to 1 if you have the declaration of `h_nerr', and to 0 if you don't.
251c19800e8SDoug Rabson   */
252c19800e8SDoug Rabson#undef HAVE_DECL_H_NERR
253c19800e8SDoug Rabson
254c19800e8SDoug Rabson/* Define to 1 if you have the declaration of `optarg', and to 0 if you don't.
255c19800e8SDoug Rabson   */
256c19800e8SDoug Rabson#undef HAVE_DECL_OPTARG
257c19800e8SDoug Rabson
258c19800e8SDoug Rabson/* Define to 1 if you have the declaration of `opterr', and to 0 if you don't.
259c19800e8SDoug Rabson   */
260c19800e8SDoug Rabson#undef HAVE_DECL_OPTERR
261c19800e8SDoug Rabson
262c19800e8SDoug Rabson/* Define to 1 if you have the declaration of `optind', and to 0 if you don't.
263c19800e8SDoug Rabson   */
264c19800e8SDoug Rabson#undef HAVE_DECL_OPTIND
265c19800e8SDoug Rabson
266c19800e8SDoug Rabson/* Define to 1 if you have the declaration of `optopt', and to 0 if you don't.
267c19800e8SDoug Rabson   */
268c19800e8SDoug Rabson#undef HAVE_DECL_OPTOPT
269c19800e8SDoug Rabson
270c19800e8SDoug Rabson/* Define to 1 if you have the declaration of `timezone', and to 0 if you
271c19800e8SDoug Rabson   don't. */
272c19800e8SDoug Rabson#undef HAVE_DECL_TIMEZONE
273c19800e8SDoug Rabson
274c19800e8SDoug Rabson/* Define to 1 if you have the declaration of `_res', and to 0 if you don't.
275c19800e8SDoug Rabson   */
276c19800e8SDoug Rabson#undef HAVE_DECL__RES
277c19800e8SDoug Rabson
278c19800e8SDoug Rabson/* Define to 1 if you have the declaration of `__progname', and to 0 if you
279c19800e8SDoug Rabson   don't. */
280c19800e8SDoug Rabson#undef HAVE_DECL___PROGNAME
281c19800e8SDoug Rabson
2828373020dSJacques Vidrine/* Define to 1 if you have the <dirent.h> header file. */
283b528cefcSMark Murray#undef HAVE_DIRENT_H
284b528cefcSMark Murray
285*ae771770SStanislav Sedov/* have a dirfd function/macro */
286*ae771770SStanislav Sedov#undef HAVE_DIRFD
287*ae771770SStanislav Sedov
288*ae771770SStanislav Sedov/* Define if DIR has field dd_fd. */
289*ae771770SStanislav Sedov#undef HAVE_DIR_DD_FD
290*ae771770SStanislav Sedov
291*ae771770SStanislav Sedov/* Define to 1 if you have the `dispatch_async_f' function. */
292*ae771770SStanislav Sedov#undef HAVE_DISPATCH_ASYNC_F
293*ae771770SStanislav Sedov
294*ae771770SStanislav Sedov/* Define to 1 if you have the <dispatch/dispatch.h> header file. */
295*ae771770SStanislav Sedov#undef HAVE_DISPATCH_DISPATCH_H
296*ae771770SStanislav Sedov
2978373020dSJacques Vidrine/* Define to 1 if you have the <dlfcn.h> header file. */
298b528cefcSMark Murray#undef HAVE_DLFCN_H
299b528cefcSMark Murray
3008373020dSJacques Vidrine/* Define to 1 if you have the `dlopen' function. */
3015e9cd1aeSAssar Westerlund#undef HAVE_DLOPEN
3025e9cd1aeSAssar Westerlund
303*ae771770SStanislav Sedov/* Define to 1 if you have the <dns.h> header file. */
304*ae771770SStanislav Sedov#undef HAVE_DNS_H
305*ae771770SStanislav Sedov
306*ae771770SStanislav Sedov/* Define to 1 if you have the `dns_search' function. */
307*ae771770SStanislav Sedov#undef HAVE_DNS_SEARCH
308*ae771770SStanislav Sedov
3098373020dSJacques Vidrine/* Define to 1 if you have the `dn_expand' function. */
3105e9cd1aeSAssar Westerlund#undef HAVE_DN_EXPAND
3115e9cd1aeSAssar Westerlund
312c19800e8SDoug Rabson/* Define to 1 if you have the `door_create' function. */
313c19800e8SDoug Rabson#undef HAVE_DOOR_CREATE
314c19800e8SDoug Rabson
3158373020dSJacques Vidrine/* Define if you have the function `ecalloc'. */
3164137ff4cSJacques Vidrine#undef HAVE_ECALLOC
3174137ff4cSJacques Vidrine
3188373020dSJacques Vidrine/* Define if you have the function `emalloc'. */
3194137ff4cSJacques Vidrine#undef HAVE_EMALLOC
3204137ff4cSJacques Vidrine
3218373020dSJacques Vidrine/* Define if you have the function `erealloc'. */
3224137ff4cSJacques Vidrine#undef HAVE_EREALLOC
3234137ff4cSJacques Vidrine
3248373020dSJacques Vidrine/* Define if you have the function `err'. */
3255e9cd1aeSAssar Westerlund#undef HAVE_ERR
326b528cefcSMark Murray
3278373020dSJacques Vidrine/* Define to 1 if you have the <errno.h> header file. */
328b528cefcSMark Murray#undef HAVE_ERRNO_H
329b528cefcSMark Murray
3308373020dSJacques Vidrine/* Define if you have the function `errx'. */
3315e9cd1aeSAssar Westerlund#undef HAVE_ERRX
3325e9cd1aeSAssar Westerlund
3338373020dSJacques Vidrine/* Define to 1 if you have the <err.h> header file. */
3345e9cd1aeSAssar Westerlund#undef HAVE_ERR_H
3355e9cd1aeSAssar Westerlund
3368373020dSJacques Vidrine/* Define if you have the function `estrdup'. */
3374137ff4cSJacques Vidrine#undef HAVE_ESTRDUP
3384137ff4cSJacques Vidrine
339*ae771770SStanislav Sedov/* Define to 1 if you have the <execinfo.h> header file. */
340*ae771770SStanislav Sedov#undef HAVE_EXECINFO_H
341*ae771770SStanislav Sedov
3428373020dSJacques Vidrine/* Define if you have the function `fchown'. */
3435e9cd1aeSAssar Westerlund#undef HAVE_FCHOWN
3445e9cd1aeSAssar Westerlund
3458373020dSJacques Vidrine/* Define to 1 if you have the `fcntl' function. */
3465e9cd1aeSAssar Westerlund#undef HAVE_FCNTL
3475e9cd1aeSAssar Westerlund
3488373020dSJacques Vidrine/* Define to 1 if you have the <fcntl.h> header file. */
349b528cefcSMark Murray#undef HAVE_FCNTL_H
350b528cefcSMark Murray
3518373020dSJacques Vidrine/* Define if you have the function `flock'. */
3525e9cd1aeSAssar Westerlund#undef HAVE_FLOCK
3535e9cd1aeSAssar Westerlund
3548373020dSJacques Vidrine/* Define if you have the function `fnmatch'. */
3555e9cd1aeSAssar Westerlund#undef HAVE_FNMATCH
3565e9cd1aeSAssar Westerlund
3578373020dSJacques Vidrine/* Define to 1 if you have the <fnmatch.h> header file. */
358b528cefcSMark Murray#undef HAVE_FNMATCH_H
359b528cefcSMark Murray
360c19800e8SDoug Rabson/* Have -framework Security */
361c19800e8SDoug Rabson#undef HAVE_FRAMEWORK_SECURITY
3625e9cd1aeSAssar Westerlund
3638373020dSJacques Vidrine/* Define to 1 if you have the `freeaddrinfo' function. */
3645e9cd1aeSAssar Westerlund#undef HAVE_FREEADDRINFO
3655e9cd1aeSAssar Westerlund
3668373020dSJacques Vidrine/* Define if you have the function `freehostent'. */
3675e9cd1aeSAssar Westerlund#undef HAVE_FREEHOSTENT
3685e9cd1aeSAssar Westerlund
3698373020dSJacques Vidrine/* Define to 1 if you have the `gai_strerror' function. */
3705e9cd1aeSAssar Westerlund#undef HAVE_GAI_STRERROR
3715e9cd1aeSAssar Westerlund
372*ae771770SStanislav Sedov/* Define if os support gcd. */
373*ae771770SStanislav Sedov#undef HAVE_GCD
374*ae771770SStanislav Sedov
3758373020dSJacques Vidrine/* Define to 1 if you have the <gdbm/ndbm.h> header file. */
3765e9cd1aeSAssar Westerlund#undef HAVE_GDBM_NDBM_H
3775e9cd1aeSAssar Westerlund
3788373020dSJacques Vidrine/* Define to 1 if you have the `getaddrinfo' function. */
3795e9cd1aeSAssar Westerlund#undef HAVE_GETADDRINFO
3805e9cd1aeSAssar Westerlund
3818373020dSJacques Vidrine/* Define to 1 if you have the `getconfattr' function. */
3825e9cd1aeSAssar Westerlund#undef HAVE_GETCONFATTR
3835e9cd1aeSAssar Westerlund
3848373020dSJacques Vidrine/* Define if you have the function `getcwd'. */
3855e9cd1aeSAssar Westerlund#undef HAVE_GETCWD
3865e9cd1aeSAssar Westerlund
3878373020dSJacques Vidrine/* Define if you have the function `getdtablesize'. */
3885e9cd1aeSAssar Westerlund#undef HAVE_GETDTABLESIZE
3895e9cd1aeSAssar Westerlund
3908373020dSJacques Vidrine/* Define if you have the function `getegid'. */
3915e9cd1aeSAssar Westerlund#undef HAVE_GETEGID
3925e9cd1aeSAssar Westerlund
3938373020dSJacques Vidrine/* Define if you have the function `geteuid'. */
3945e9cd1aeSAssar Westerlund#undef HAVE_GETEUID
3955e9cd1aeSAssar Westerlund
3968373020dSJacques Vidrine/* Define if you have the function `getgid'. */
3975e9cd1aeSAssar Westerlund#undef HAVE_GETGID
3985e9cd1aeSAssar Westerlund
3998373020dSJacques Vidrine/* Define to 1 if you have the `gethostbyname' function. */
4005e9cd1aeSAssar Westerlund#undef HAVE_GETHOSTBYNAME
4015e9cd1aeSAssar Westerlund
4028373020dSJacques Vidrine/* Define to 1 if you have the `gethostbyname2' function. */
4035e9cd1aeSAssar Westerlund#undef HAVE_GETHOSTBYNAME2
4045e9cd1aeSAssar Westerlund
4058373020dSJacques Vidrine/* Define if you have the function `gethostname'. */
4065e9cd1aeSAssar Westerlund#undef HAVE_GETHOSTNAME
4075e9cd1aeSAssar Westerlund
4088373020dSJacques Vidrine/* Define if you have the function `getifaddrs'. */
4095e9cd1aeSAssar Westerlund#undef HAVE_GETIFADDRS
4105e9cd1aeSAssar Westerlund
4118373020dSJacques Vidrine/* Define if you have the function `getipnodebyaddr'. */
4125e9cd1aeSAssar Westerlund#undef HAVE_GETIPNODEBYADDR
4135e9cd1aeSAssar Westerlund
4148373020dSJacques Vidrine/* Define if you have the function `getipnodebyname'. */
4155e9cd1aeSAssar Westerlund#undef HAVE_GETIPNODEBYNAME
4165e9cd1aeSAssar Westerlund
4178373020dSJacques Vidrine/* Define to 1 if you have the `getlogin' function. */
4185e9cd1aeSAssar Westerlund#undef HAVE_GETLOGIN
4195e9cd1aeSAssar Westerlund
4205e9cd1aeSAssar Westerlund/* Define if you have a working getmsg. */
4215e9cd1aeSAssar Westerlund#undef HAVE_GETMSG
4225e9cd1aeSAssar Westerlund
4238373020dSJacques Vidrine/* Define to 1 if you have the `getnameinfo' function. */
4245e9cd1aeSAssar Westerlund#undef HAVE_GETNAMEINFO
4255e9cd1aeSAssar Westerlund
4268373020dSJacques Vidrine/* Define if you have the function `getopt'. */
4275e9cd1aeSAssar Westerlund#undef HAVE_GETOPT
4285e9cd1aeSAssar Westerlund
4290cadf2f4SJacques Vidrine/* Define to 1 if you have the `getpagesize' function. */
4300cadf2f4SJacques Vidrine#undef HAVE_GETPAGESIZE
4310cadf2f4SJacques Vidrine
432c19800e8SDoug Rabson/* Define to 1 if you have the `getpeereid' function. */
433c19800e8SDoug Rabson#undef HAVE_GETPEEREID
434c19800e8SDoug Rabson
435c19800e8SDoug Rabson/* Define to 1 if you have the `getpeerucred' function. */
436c19800e8SDoug Rabson#undef HAVE_GETPEERUCRED
437c19800e8SDoug Rabson
4388373020dSJacques Vidrine/* Define to 1 if you have the `getprogname' function. */
439adb0ddaeSAssar Westerlund#undef HAVE_GETPROGNAME
440adb0ddaeSAssar Westerlund
4418373020dSJacques Vidrine/* Define to 1 if you have the `getpwnam_r' function. */
4425e9cd1aeSAssar Westerlund#undef HAVE_GETPWNAM_R
4435e9cd1aeSAssar Westerlund
4448373020dSJacques Vidrine/* Define to 1 if you have the `getrlimit' function. */
4455e9cd1aeSAssar Westerlund#undef HAVE_GETRLIMIT
4465e9cd1aeSAssar Westerlund
4478373020dSJacques Vidrine/* Define to 1 if you have the `getsockopt' function. */
4485e9cd1aeSAssar Westerlund#undef HAVE_GETSOCKOPT
4495e9cd1aeSAssar Westerlund
4508373020dSJacques Vidrine/* Define to 1 if you have the `getspnam' function. */
4515e9cd1aeSAssar Westerlund#undef HAVE_GETSPNAM
4525e9cd1aeSAssar Westerlund
4538373020dSJacques Vidrine/* Define if you have the function `gettimeofday'. */
4545e9cd1aeSAssar Westerlund#undef HAVE_GETTIMEOFDAY
4555e9cd1aeSAssar Westerlund
4568373020dSJacques Vidrine/* Define to 1 if you have the `getudbnam' function. */
4575e9cd1aeSAssar Westerlund#undef HAVE_GETUDBNAM
4585e9cd1aeSAssar Westerlund
4598373020dSJacques Vidrine/* Define if you have the function `getuid'. */
4605e9cd1aeSAssar Westerlund#undef HAVE_GETUID
4615e9cd1aeSAssar Westerlund
4628373020dSJacques Vidrine/* Define if you have the function `getusershell'. */
4635e9cd1aeSAssar Westerlund#undef HAVE_GETUSERSHELL
4645e9cd1aeSAssar Westerlund
4655e9cd1aeSAssar Westerlund/* define if you have a glob() that groks GLOB_BRACE, GLOB_NOCHECK,
466adb0ddaeSAssar Westerlund   GLOB_QUOTE, GLOB_TILDE, and GLOB_LIMIT */
4675e9cd1aeSAssar Westerlund#undef HAVE_GLOB
4685e9cd1aeSAssar Westerlund
4698373020dSJacques Vidrine/* Define to 1 if you have the `grantpt' function. */
4705e9cd1aeSAssar Westerlund#undef HAVE_GRANTPT
4715e9cd1aeSAssar Westerlund
4728373020dSJacques Vidrine/* Define to 1 if you have the <grp.h> header file. */
473b528cefcSMark Murray#undef HAVE_GRP_H
474b528cefcSMark Murray
4758373020dSJacques Vidrine/* Define to 1 if you have the `hstrerror' function. */
4765e9cd1aeSAssar Westerlund#undef HAVE_HSTRERROR
4775e9cd1aeSAssar Westerlund
4785e9cd1aeSAssar Westerlund/* Define if you have the `h_errlist' variable. */
4795e9cd1aeSAssar Westerlund#undef HAVE_H_ERRLIST
4805e9cd1aeSAssar Westerlund
4815e9cd1aeSAssar Westerlund/* Define if you have the `h_errno' variable. */
4825e9cd1aeSAssar Westerlund#undef HAVE_H_ERRNO
4835e9cd1aeSAssar Westerlund
4845e9cd1aeSAssar Westerlund/* Define if you have the `h_nerr' variable. */
4855e9cd1aeSAssar Westerlund#undef HAVE_H_NERR
4865e9cd1aeSAssar Westerlund
4878373020dSJacques Vidrine/* Define to 1 if you have the <ifaddrs.h> header file. */
4885e9cd1aeSAssar Westerlund#undef HAVE_IFADDRS_H
4895e9cd1aeSAssar Westerlund
4904137ff4cSJacques Vidrine/* Define if you have the in6addr_loopback variable */
4914137ff4cSJacques Vidrine#undef HAVE_IN6ADDR_LOOPBACK
4924137ff4cSJacques Vidrine
4938373020dSJacques Vidrine/* define */
4945e9cd1aeSAssar Westerlund#undef HAVE_INET_ATON
4955e9cd1aeSAssar Westerlund
4968373020dSJacques Vidrine/* define */
4975e9cd1aeSAssar Westerlund#undef HAVE_INET_NTOP
4985e9cd1aeSAssar Westerlund
4998373020dSJacques Vidrine/* define */
5005e9cd1aeSAssar Westerlund#undef HAVE_INET_PTON
5015e9cd1aeSAssar Westerlund
5028373020dSJacques Vidrine/* Define if you have the function `initgroups'. */
5035e9cd1aeSAssar Westerlund#undef HAVE_INITGROUPS
5045e9cd1aeSAssar Westerlund
5058373020dSJacques Vidrine/* Define if you have the function `innetgr'. */
5065e9cd1aeSAssar Westerlund#undef HAVE_INNETGR
5075e9cd1aeSAssar Westerlund
5088373020dSJacques Vidrine/* Define to 1 if the system has the type `int16_t'. */
5094137ff4cSJacques Vidrine#undef HAVE_INT16_T
5104137ff4cSJacques Vidrine
5118373020dSJacques Vidrine/* Define to 1 if the system has the type `int32_t'. */
5124137ff4cSJacques Vidrine#undef HAVE_INT32_T
5134137ff4cSJacques Vidrine
5148373020dSJacques Vidrine/* Define to 1 if the system has the type `int64_t'. */
5154137ff4cSJacques Vidrine#undef HAVE_INT64_T
5164137ff4cSJacques Vidrine
5178373020dSJacques Vidrine/* Define to 1 if the system has the type `int8_t'. */
5184137ff4cSJacques Vidrine#undef HAVE_INT8_T
5194137ff4cSJacques Vidrine
5208373020dSJacques Vidrine/* Define to 1 if you have the <inttypes.h> header file. */
521b528cefcSMark Murray#undef HAVE_INTTYPES_H
522b528cefcSMark Murray
5238373020dSJacques Vidrine/* Define to 1 if you have the <io.h> header file. */
524b528cefcSMark Murray#undef HAVE_IO_H
525b528cefcSMark Murray
5265e9cd1aeSAssar Westerlund/* Define if you have IPv6. */
5275e9cd1aeSAssar Westerlund#undef HAVE_IPV6
5285e9cd1aeSAssar Westerlund
5298373020dSJacques Vidrine/* Define if you have the function `iruserok'. */
5305e9cd1aeSAssar Westerlund#undef HAVE_IRUSEROK
5315e9cd1aeSAssar Westerlund
5328373020dSJacques Vidrine/* Define to 1 if you have the `issetugid' function. */
5334137ff4cSJacques Vidrine#undef HAVE_ISSETUGID
5344137ff4cSJacques Vidrine
535c19800e8SDoug Rabson/* Define if you want to use the Kerberos Credentials Manager. */
536c19800e8SDoug Rabson#undef HAVE_KCM
5378373020dSJacques Vidrine
5388373020dSJacques Vidrine/* Define to 1 if you have the <libutil.h> header file. */
5394137ff4cSJacques Vidrine#undef HAVE_LIBUTIL_H
5404137ff4cSJacques Vidrine
5418373020dSJacques Vidrine/* Define to 1 if you have the <limits.h> header file. */
542b528cefcSMark Murray#undef HAVE_LIMITS_H
543b528cefcSMark Murray
5448373020dSJacques Vidrine/* Define to 1 if you have the `loadquery' function. */
5458373020dSJacques Vidrine#undef HAVE_LOADQUERY
5468373020dSJacques Vidrine
547*ae771770SStanislav Sedov/* Define to 1 if you have the <locale.h> header file. */
548*ae771770SStanislav Sedov#undef HAVE_LOCALE_H
549*ae771770SStanislav Sedov
5508373020dSJacques Vidrine/* Define if you have the function `localtime_r'. */
5514137ff4cSJacques Vidrine#undef HAVE_LOCALTIME_R
5524137ff4cSJacques Vidrine
5538373020dSJacques Vidrine/* Define to 1 if you have the `logout' function. */
5544137ff4cSJacques Vidrine#undef HAVE_LOGOUT
5554137ff4cSJacques Vidrine
5568373020dSJacques Vidrine/* Define to 1 if you have the `logwtmp' function. */
5575e9cd1aeSAssar Westerlund#undef HAVE_LOGWTMP
5585e9cd1aeSAssar Westerlund
5598373020dSJacques Vidrine/* Define to 1 if the system has the type `long long'. */
5605e9cd1aeSAssar Westerlund#undef HAVE_LONG_LONG
5615e9cd1aeSAssar Westerlund
5628373020dSJacques Vidrine/* Define if you have the function `lstat'. */
5635e9cd1aeSAssar Westerlund#undef HAVE_LSTAT
5645e9cd1aeSAssar Westerlund
5658373020dSJacques Vidrine/* Define to 1 if you have the <maillock.h> header file. */
566b528cefcSMark Murray#undef HAVE_MAILLOCK_H
567b528cefcSMark Murray
5688373020dSJacques Vidrine/* Define if you have the function `memmove'. */
5695e9cd1aeSAssar Westerlund#undef HAVE_MEMMOVE
5705e9cd1aeSAssar Westerlund
5718373020dSJacques Vidrine/* Define to 1 if you have the <memory.h> header file. */
5724137ff4cSJacques Vidrine#undef HAVE_MEMORY_H
5734137ff4cSJacques Vidrine
5748373020dSJacques Vidrine/* Define if you have the function `mkstemp'. */
5755e9cd1aeSAssar Westerlund#undef HAVE_MKSTEMP
5765e9cd1aeSAssar Westerlund
5778373020dSJacques Vidrine/* Define to 1 if you have the `mktime' function. */
5785e9cd1aeSAssar Westerlund#undef HAVE_MKTIME
5795e9cd1aeSAssar Westerlund
5800cadf2f4SJacques Vidrine/* Define to 1 if you have a working `mmap' system call. */
5810cadf2f4SJacques Vidrine#undef HAVE_MMAP
5820cadf2f4SJacques Vidrine
5834137ff4cSJacques Vidrine/* define if you have a ndbm library */
5844137ff4cSJacques Vidrine#undef HAVE_NDBM
5854137ff4cSJacques Vidrine
5868373020dSJacques Vidrine/* Define to 1 if you have the <ndbm.h> header file. */
587b528cefcSMark Murray#undef HAVE_NDBM_H
588b528cefcSMark Murray
5898373020dSJacques Vidrine/* Define to 1 if you have the <netdb.h> header file. */
590b528cefcSMark Murray#undef HAVE_NETDB_H
591b528cefcSMark Murray
5920cadf2f4SJacques Vidrine/* Define to 1 if you have the <netgroup.h> header file. */
5930cadf2f4SJacques Vidrine#undef HAVE_NETGROUP_H
5940cadf2f4SJacques Vidrine
5958373020dSJacques Vidrine/* Define to 1 if you have the <netinet6/in6.h> header file. */
5965e9cd1aeSAssar Westerlund#undef HAVE_NETINET6_IN6_H
5975e9cd1aeSAssar Westerlund
5988373020dSJacques Vidrine/* Define to 1 if you have the <netinet6/in6_var.h> header file. */
5995e9cd1aeSAssar Westerlund#undef HAVE_NETINET6_IN6_VAR_H
600b528cefcSMark Murray
6018373020dSJacques Vidrine/* Define to 1 if you have the <netinet/in6.h> header file. */
602b528cefcSMark Murray#undef HAVE_NETINET_IN6_H
603b528cefcSMark Murray
6048373020dSJacques Vidrine/* Define to 1 if you have the <netinet/in6_machtypes.h> header file. */
605b528cefcSMark Murray#undef HAVE_NETINET_IN6_MACHTYPES_H
606b528cefcSMark Murray
6078373020dSJacques Vidrine/* Define to 1 if you have the <netinet/in.h> header file. */
6085e9cd1aeSAssar Westerlund#undef HAVE_NETINET_IN_H
6095e9cd1aeSAssar Westerlund
6108373020dSJacques Vidrine/* Define to 1 if you have the <netinet/in_systm.h> header file. */
611b528cefcSMark Murray#undef HAVE_NETINET_IN_SYSTM_H
612b528cefcSMark Murray
6138373020dSJacques Vidrine/* Define to 1 if you have the <netinet/ip.h> header file. */
614b528cefcSMark Murray#undef HAVE_NETINET_IP_H
615b528cefcSMark Murray
6168373020dSJacques Vidrine/* Define to 1 if you have the <netinet/tcp.h> header file. */
617b528cefcSMark Murray#undef HAVE_NETINET_TCP_H
618b528cefcSMark Murray
6198373020dSJacques Vidrine/* Define to 1 if you have the <net/if.h> header file. */
6205e9cd1aeSAssar Westerlund#undef HAVE_NET_IF_H
6215e9cd1aeSAssar Westerlund
6224137ff4cSJacques Vidrine/* Define if NDBM really is DB (creates files *.db) */
6234137ff4cSJacques Vidrine#undef HAVE_NEW_DB
6245e9cd1aeSAssar Westerlund
6258373020dSJacques Vidrine/* Define to 1 if you have the `on_exit' function. */
6264137ff4cSJacques Vidrine#undef HAVE_ON_EXIT
6275e9cd1aeSAssar Westerlund
6288373020dSJacques Vidrine/* Define to 1 if you have the `openpty' function. */
6294137ff4cSJacques Vidrine#undef HAVE_OPENPTY
6305e9cd1aeSAssar Westerlund
6314137ff4cSJacques Vidrine/* define to use openssl's libcrypto */
6324137ff4cSJacques Vidrine#undef HAVE_OPENSSL
6335e9cd1aeSAssar Westerlund
6345e9cd1aeSAssar Westerlund/* Define to enable basic OSF C2 support. */
6355e9cd1aeSAssar Westerlund#undef HAVE_OSFC2
6365e9cd1aeSAssar Westerlund
6378373020dSJacques Vidrine/* Define to 1 if you have the <paths.h> header file. */
638b528cefcSMark Murray#undef HAVE_PATHS_H
639b528cefcSMark Murray
6408373020dSJacques Vidrine/* Define to 1 if you have the `pidfile' function. */
6415e9cd1aeSAssar Westerlund#undef HAVE_PIDFILE
6425e9cd1aeSAssar Westerlund
643c19800e8SDoug Rabson/* Define to 1 if you have the `poll' function. */
644c19800e8SDoug Rabson#undef HAVE_POLL
645c19800e8SDoug Rabson
646c19800e8SDoug Rabson/* Define to 1 if you have the <poll.h> header file. */
647c19800e8SDoug Rabson#undef HAVE_POLL_H
648c19800e8SDoug Rabson
6498373020dSJacques Vidrine/* Define to 1 if you have the <pthread.h> header file. */
650b528cefcSMark Murray#undef HAVE_PTHREAD_H
651b528cefcSMark Murray
6528373020dSJacques Vidrine/* Define to 1 if you have the `ptsname' function. */
6535e9cd1aeSAssar Westerlund#undef HAVE_PTSNAME
6545e9cd1aeSAssar Westerlund
6558373020dSJacques Vidrine/* Define to 1 if you have the <pty.h> header file. */
656b528cefcSMark Murray#undef HAVE_PTY_H
657b528cefcSMark Murray
6588373020dSJacques Vidrine/* Define if you have the function `putenv'. */
6595e9cd1aeSAssar Westerlund#undef HAVE_PUTENV
6605e9cd1aeSAssar Westerlund
6618373020dSJacques Vidrine/* Define to 1 if you have the <pwd.h> header file. */
662b528cefcSMark Murray#undef HAVE_PWD_H
663b528cefcSMark Murray
6648373020dSJacques Vidrine/* Define to 1 if you have the `rand' function. */
6655e9cd1aeSAssar Westerlund#undef HAVE_RAND
6665e9cd1aeSAssar Westerlund
6678373020dSJacques Vidrine/* Define to 1 if you have the `random' function. */
6685e9cd1aeSAssar Westerlund#undef HAVE_RANDOM
6695e9cd1aeSAssar Westerlund
6708373020dSJacques Vidrine/* Define if you have the function `rcmd'. */
6715e9cd1aeSAssar Westerlund#undef HAVE_RCMD
6725e9cd1aeSAssar Westerlund
6735e9cd1aeSAssar Westerlund/* Define if you have a readline compatible library. */
6745e9cd1aeSAssar Westerlund#undef HAVE_READLINE
6755e9cd1aeSAssar Westerlund
676*ae771770SStanislav Sedov/* Define to 1 if you have the
677*ae771770SStanislav Sedov   <[readline.h])[][]_AH_CHECK_HEADER([readline/readline.h]> header file. */
678*ae771770SStanislav Sedov#undef HAVE_READLINE_H
679*ae771770SStanislav Sedov
680*ae771770SStanislav Sedov/* Define to 1 if you have the <readline/readline.h > header file. */
681*ae771770SStanislav Sedov#undef HAVE_READLINE_READLINE_H_
682*ae771770SStanislav Sedov
6838373020dSJacques Vidrine/* Define if you have the function `readv'. */
6845e9cd1aeSAssar Westerlund#undef HAVE_READV
6855e9cd1aeSAssar Westerlund
6868373020dSJacques Vidrine/* Define if you have the function `recvmsg'. */
6875e9cd1aeSAssar Westerlund#undef HAVE_RECVMSG
6885e9cd1aeSAssar Westerlund
6898373020dSJacques Vidrine/* Define to 1 if you have the <resolv.h> header file. */
690b528cefcSMark Murray#undef HAVE_RESOLV_H
691b528cefcSMark Murray
692c19800e8SDoug Rabson/* Define to 1 if you have the `res_ndestroy' function. */
693c19800e8SDoug Rabson#undef HAVE_RES_NDESTROY
694c19800e8SDoug Rabson
6950cadf2f4SJacques Vidrine/* Define to 1 if you have the `res_nsearch' function. */
6960cadf2f4SJacques Vidrine#undef HAVE_RES_NSEARCH
6970cadf2f4SJacques Vidrine
6988373020dSJacques Vidrine/* Define to 1 if you have the `res_search' function. */
6995e9cd1aeSAssar Westerlund#undef HAVE_RES_SEARCH
7005e9cd1aeSAssar Westerlund
7018373020dSJacques Vidrine/* Define to 1 if you have the `revoke' function. */
7025e9cd1aeSAssar Westerlund#undef HAVE_REVOKE
7035e9cd1aeSAssar Westerlund
7048373020dSJacques Vidrine/* Define to 1 if you have the <rpcsvc/ypclnt.h> header file. */
7055e9cd1aeSAssar Westerlund#undef HAVE_RPCSVC_YPCLNT_H
7065e9cd1aeSAssar Westerlund
7078373020dSJacques Vidrine/* Define to 1 if you have the <sac.h> header file. */
708b528cefcSMark Murray#undef HAVE_SAC_H
709b528cefcSMark Murray
7108373020dSJacques Vidrine/* Define to 1 if the system has the type `sa_family_t'. */
7115e9cd1aeSAssar Westerlund#undef HAVE_SA_FAMILY_T
7125e9cd1aeSAssar Westerlund
713*ae771770SStanislav Sedov/* Define if you want support for cache in sqlite. */
714*ae771770SStanislav Sedov#undef HAVE_SCC
715*ae771770SStanislav Sedov
716*ae771770SStanislav Sedov/* Define to 1 if you have the <search.h> header file. */
717*ae771770SStanislav Sedov#undef HAVE_SEARCH_H
718*ae771770SStanislav Sedov
7198373020dSJacques Vidrine/* Define to 1 if you have the <security/pam_modules.h> header file. */
720b528cefcSMark Murray#undef HAVE_SECURITY_PAM_MODULES_H
721b528cefcSMark Murray
7228373020dSJacques Vidrine/* Define to 1 if you have the `select' function. */
7235e9cd1aeSAssar Westerlund#undef HAVE_SELECT
7245e9cd1aeSAssar Westerlund
7258373020dSJacques Vidrine/* Define if you have the function `sendmsg'. */
7265e9cd1aeSAssar Westerlund#undef HAVE_SENDMSG
7275e9cd1aeSAssar Westerlund
7288373020dSJacques Vidrine/* Define if you have the function `setegid'. */
7295e9cd1aeSAssar Westerlund#undef HAVE_SETEGID
7305e9cd1aeSAssar Westerlund
7318373020dSJacques Vidrine/* Define if you have the function `setenv'. */
7325e9cd1aeSAssar Westerlund#undef HAVE_SETENV
7335e9cd1aeSAssar Westerlund
7348373020dSJacques Vidrine/* Define if you have the function `seteuid'. */
7355e9cd1aeSAssar Westerlund#undef HAVE_SETEUID
7365e9cd1aeSAssar Westerlund
7378373020dSJacques Vidrine/* Define to 1 if you have the `setitimer' function. */
7385e9cd1aeSAssar Westerlund#undef HAVE_SETITIMER
7395e9cd1aeSAssar Westerlund
7408373020dSJacques Vidrine/* Define to 1 if you have the `setlim' function. */
7415e9cd1aeSAssar Westerlund#undef HAVE_SETLIM
7425e9cd1aeSAssar Westerlund
7438373020dSJacques Vidrine/* Define to 1 if you have the `setlogin' function. */
7445e9cd1aeSAssar Westerlund#undef HAVE_SETLOGIN
7455e9cd1aeSAssar Westerlund
7468373020dSJacques Vidrine/* Define to 1 if you have the `setpcred' function. */
7475e9cd1aeSAssar Westerlund#undef HAVE_SETPCRED
7485e9cd1aeSAssar Westerlund
7498373020dSJacques Vidrine/* Define to 1 if you have the `setpgid' function. */
7505e9cd1aeSAssar Westerlund#undef HAVE_SETPGID
7515e9cd1aeSAssar Westerlund
7528373020dSJacques Vidrine/* Define to 1 if you have the `setproctitle' function. */
7535e9cd1aeSAssar Westerlund#undef HAVE_SETPROCTITLE
7545e9cd1aeSAssar Westerlund
7558373020dSJacques Vidrine/* Define to 1 if you have the `setprogname' function. */
756adb0ddaeSAssar Westerlund#undef HAVE_SETPROGNAME
757adb0ddaeSAssar Westerlund
7588373020dSJacques Vidrine/* Define to 1 if you have the `setregid' function. */
7595e9cd1aeSAssar Westerlund#undef HAVE_SETREGID
7605e9cd1aeSAssar Westerlund
7618373020dSJacques Vidrine/* Define to 1 if you have the `setresgid' function. */
7625e9cd1aeSAssar Westerlund#undef HAVE_SETRESGID
7635e9cd1aeSAssar Westerlund
7648373020dSJacques Vidrine/* Define to 1 if you have the `setresuid' function. */
7655e9cd1aeSAssar Westerlund#undef HAVE_SETRESUID
7665e9cd1aeSAssar Westerlund
7678373020dSJacques Vidrine/* Define to 1 if you have the `setreuid' function. */
7685e9cd1aeSAssar Westerlund#undef HAVE_SETREUID
7695e9cd1aeSAssar Westerlund
7708373020dSJacques Vidrine/* Define to 1 if you have the `setsid' function. */
7715e9cd1aeSAssar Westerlund#undef HAVE_SETSID
7725e9cd1aeSAssar Westerlund
7738373020dSJacques Vidrine/* Define to 1 if you have the `setsockopt' function. */
7745e9cd1aeSAssar Westerlund#undef HAVE_SETSOCKOPT
7755e9cd1aeSAssar Westerlund
7768373020dSJacques Vidrine/* Define to 1 if you have the `setutent' function. */
7775e9cd1aeSAssar Westerlund#undef HAVE_SETUTENT
7785e9cd1aeSAssar Westerlund
7798373020dSJacques Vidrine/* Define to 1 if you have the `sgi_getcapabilitybyname' function. */
7805e9cd1aeSAssar Westerlund#undef HAVE_SGI_GETCAPABILITYBYNAME
7815e9cd1aeSAssar Westerlund
7828373020dSJacques Vidrine/* Define to 1 if you have the <sgtty.h> header file. */
783b528cefcSMark Murray#undef HAVE_SGTTY_H
784b528cefcSMark Murray
7858373020dSJacques Vidrine/* Define to 1 if you have the <shadow.h> header file. */
786b528cefcSMark Murray#undef HAVE_SHADOW_H
787b528cefcSMark Murray
7888373020dSJacques Vidrine/* Define to 1 if you have the <siad.h> header file. */
789b528cefcSMark Murray#undef HAVE_SIAD_H
790b528cefcSMark Murray
7918373020dSJacques Vidrine/* Define to 1 if you have the `sigaction' function. */
7925e9cd1aeSAssar Westerlund#undef HAVE_SIGACTION
7935e9cd1aeSAssar Westerlund
7948373020dSJacques Vidrine/* Define to 1 if you have the <signal.h> header file. */
795b528cefcSMark Murray#undef HAVE_SIGNAL_H
796b528cefcSMark Murray
7975e9cd1aeSAssar Westerlund/* define if you have a working snprintf */
7985e9cd1aeSAssar Westerlund#undef HAVE_SNPRINTF
7995e9cd1aeSAssar Westerlund
8008373020dSJacques Vidrine/* Define to 1 if you have the `socket' function. */
8015e9cd1aeSAssar Westerlund#undef HAVE_SOCKET
8025e9cd1aeSAssar Westerlund
8038373020dSJacques Vidrine/* Define to 1 if the system has the type `socklen_t'. */
8045e9cd1aeSAssar Westerlund#undef HAVE_SOCKLEN_T
8055e9cd1aeSAssar Westerlund
806*ae771770SStanislav Sedov/* Define if you want support for sqlite in Heimdal. */
807*ae771770SStanislav Sedov#undef HAVE_SQLITE3
808*ae771770SStanislav Sedov
8098373020dSJacques Vidrine/* Define to 1 if the system has the type `ssize_t'. */
8108373020dSJacques Vidrine#undef HAVE_SSIZE_T
8118373020dSJacques Vidrine
8128373020dSJacques Vidrine/* Define to 1 if you have the <standards.h> header file. */
813b528cefcSMark Murray#undef HAVE_STANDARDS_H
814b528cefcSMark Murray
8158373020dSJacques Vidrine/* Define to 1 if you have the <stdint.h> header file. */
8164137ff4cSJacques Vidrine#undef HAVE_STDINT_H
8174137ff4cSJacques Vidrine
8188373020dSJacques Vidrine/* Define to 1 if you have the <stdlib.h> header file. */
8194137ff4cSJacques Vidrine#undef HAVE_STDLIB_H
8204137ff4cSJacques Vidrine
8218373020dSJacques Vidrine/* Define if you have the function `strcasecmp'. */
8225e9cd1aeSAssar Westerlund#undef HAVE_STRCASECMP
8235e9cd1aeSAssar Westerlund
8248373020dSJacques Vidrine/* Define if you have the function `strdup'. */
8255e9cd1aeSAssar Westerlund#undef HAVE_STRDUP
8265e9cd1aeSAssar Westerlund
8278373020dSJacques Vidrine/* Define if you have the function `strerror'. */
8285e9cd1aeSAssar Westerlund#undef HAVE_STRERROR
8295e9cd1aeSAssar Westerlund
830*ae771770SStanislav Sedov/* Define if you have the function strerror_r. */
831*ae771770SStanislav Sedov#undef HAVE_STRERROR_R
832*ae771770SStanislav Sedov
8338373020dSJacques Vidrine/* Define if you have the function `strftime'. */
8345e9cd1aeSAssar Westerlund#undef HAVE_STRFTIME
8355e9cd1aeSAssar Westerlund
8368373020dSJacques Vidrine/* Define to 1 if you have the <strings.h> header file. */
8374137ff4cSJacques Vidrine#undef HAVE_STRINGS_H
8384137ff4cSJacques Vidrine
8398373020dSJacques Vidrine/* Define to 1 if you have the <string.h> header file. */
8404137ff4cSJacques Vidrine#undef HAVE_STRING_H
8414137ff4cSJacques Vidrine
8428373020dSJacques Vidrine/* Define if you have the function `strlcat'. */
8435e9cd1aeSAssar Westerlund#undef HAVE_STRLCAT
8445e9cd1aeSAssar Westerlund
8458373020dSJacques Vidrine/* Define if you have the function `strlcpy'. */
8465e9cd1aeSAssar Westerlund#undef HAVE_STRLCPY
8475e9cd1aeSAssar Westerlund
8488373020dSJacques Vidrine/* Define if you have the function `strlwr'. */
8495e9cd1aeSAssar Westerlund#undef HAVE_STRLWR
8505e9cd1aeSAssar Westerlund
8518373020dSJacques Vidrine/* Define if you have the function `strncasecmp'. */
8525e9cd1aeSAssar Westerlund#undef HAVE_STRNCASECMP
8535e9cd1aeSAssar Westerlund
8548373020dSJacques Vidrine/* Define if you have the function `strndup'. */
8555e9cd1aeSAssar Westerlund#undef HAVE_STRNDUP
8565e9cd1aeSAssar Westerlund
8578373020dSJacques Vidrine/* Define if you have the function `strnlen'. */
8585e9cd1aeSAssar Westerlund#undef HAVE_STRNLEN
8595e9cd1aeSAssar Westerlund
8608373020dSJacques Vidrine/* Define to 1 if you have the <stropts.h> header file. */
861b528cefcSMark Murray#undef HAVE_STROPTS_H
862b528cefcSMark Murray
8638373020dSJacques Vidrine/* Define if you have the function `strptime'. */
8645e9cd1aeSAssar Westerlund#undef HAVE_STRPTIME
8655e9cd1aeSAssar Westerlund
8668373020dSJacques Vidrine/* Define if you have the function `strsep'. */
8675e9cd1aeSAssar Westerlund#undef HAVE_STRSEP
8685e9cd1aeSAssar Westerlund
8698373020dSJacques Vidrine/* Define if you have the function `strsep_copy'. */
8705e9cd1aeSAssar Westerlund#undef HAVE_STRSEP_COPY
8715e9cd1aeSAssar Westerlund
8728373020dSJacques Vidrine/* Define to 1 if you have the `strstr' function. */
8735e9cd1aeSAssar Westerlund#undef HAVE_STRSTR
8745e9cd1aeSAssar Westerlund
8758373020dSJacques Vidrine/* Define to 1 if you have the `strsvis' function. */
8765e9cd1aeSAssar Westerlund#undef HAVE_STRSVIS
8775e9cd1aeSAssar Westerlund
878*ae771770SStanislav Sedov/* Define to 1 if you have the `strsvisx' function. */
879*ae771770SStanislav Sedov#undef HAVE_STRSVISX
880*ae771770SStanislav Sedov
8818373020dSJacques Vidrine/* Define if you have the function `strtok_r'. */
8825e9cd1aeSAssar Westerlund#undef HAVE_STRTOK_R
8835e9cd1aeSAssar Westerlund
8848373020dSJacques Vidrine/* Define to 1 if the system has the type `struct addrinfo'. */
8855e9cd1aeSAssar Westerlund#undef HAVE_STRUCT_ADDRINFO
8865e9cd1aeSAssar Westerlund
8878373020dSJacques Vidrine/* Define to 1 if the system has the type `struct ifaddrs'. */
8885e9cd1aeSAssar Westerlund#undef HAVE_STRUCT_IFADDRS
8895e9cd1aeSAssar Westerlund
8908373020dSJacques Vidrine/* Define to 1 if the system has the type `struct iovec'. */
8918373020dSJacques Vidrine#undef HAVE_STRUCT_IOVEC
8928373020dSJacques Vidrine
8938373020dSJacques Vidrine/* Define to 1 if the system has the type `struct msghdr'. */
8948373020dSJacques Vidrine#undef HAVE_STRUCT_MSGHDR
8958373020dSJacques Vidrine
8968373020dSJacques Vidrine/* Define to 1 if the system has the type `struct sockaddr'. */
8975e9cd1aeSAssar Westerlund#undef HAVE_STRUCT_SOCKADDR
8985e9cd1aeSAssar Westerlund
8995e9cd1aeSAssar Westerlund/* Define if struct sockaddr has field sa_len. */
9005e9cd1aeSAssar Westerlund#undef HAVE_STRUCT_SOCKADDR_SA_LEN
9015e9cd1aeSAssar Westerlund
9028373020dSJacques Vidrine/* Define to 1 if the system has the type `struct sockaddr_storage'. */
9035e9cd1aeSAssar Westerlund#undef HAVE_STRUCT_SOCKADDR_STORAGE
9045e9cd1aeSAssar Westerlund
9055e9cd1aeSAssar Westerlund/* define if you have struct spwd */
9065e9cd1aeSAssar Westerlund#undef HAVE_STRUCT_SPWD
9075e9cd1aeSAssar Westerlund
9085e9cd1aeSAssar Westerlund/* Define if struct tm has field tm_gmtoff. */
9095e9cd1aeSAssar Westerlund#undef HAVE_STRUCT_TM_TM_GMTOFF
9105e9cd1aeSAssar Westerlund
9115e9cd1aeSAssar Westerlund/* Define if struct tm has field tm_zone. */
9125e9cd1aeSAssar Westerlund#undef HAVE_STRUCT_TM_TM_ZONE
9135e9cd1aeSAssar Westerlund
9145e9cd1aeSAssar Westerlund/* Define if struct utmpx has field ut_exit. */
9155e9cd1aeSAssar Westerlund#undef HAVE_STRUCT_UTMPX_UT_EXIT
9165e9cd1aeSAssar Westerlund
917*ae771770SStanislav Sedov/* Define if struct utmpx has field ut_host. */
918*ae771770SStanislav Sedov#undef HAVE_STRUCT_UTMPX_UT_HOST
919*ae771770SStanislav Sedov
920*ae771770SStanislav Sedov/* Define if struct utmpx has field ut_id. */
921*ae771770SStanislav Sedov#undef HAVE_STRUCT_UTMPX_UT_ID
922*ae771770SStanislav Sedov
923*ae771770SStanislav Sedov/* Define if struct utmpx has field ut_line. */
924*ae771770SStanislav Sedov#undef HAVE_STRUCT_UTMPX_UT_LINE
925*ae771770SStanislav Sedov
926*ae771770SStanislav Sedov/* Define if struct utmpx has field ut_pid. */
927*ae771770SStanislav Sedov#undef HAVE_STRUCT_UTMPX_UT_PID
928*ae771770SStanislav Sedov
9295e9cd1aeSAssar Westerlund/* Define if struct utmpx has field ut_syslen. */
9305e9cd1aeSAssar Westerlund#undef HAVE_STRUCT_UTMPX_UT_SYSLEN
9315e9cd1aeSAssar Westerlund
932*ae771770SStanislav Sedov/* Define if struct utmpx has field ut_tv. */
933*ae771770SStanislav Sedov#undef HAVE_STRUCT_UTMPX_UT_TV
934*ae771770SStanislav Sedov
935*ae771770SStanislav Sedov/* Define if struct utmpx has field ut_type. */
936*ae771770SStanislav Sedov#undef HAVE_STRUCT_UTMPX_UT_TYPE
937*ae771770SStanislav Sedov
938*ae771770SStanislav Sedov/* Define if struct utmpx has field ut_user. */
939*ae771770SStanislav Sedov#undef HAVE_STRUCT_UTMPX_UT_USER
940*ae771770SStanislav Sedov
9415e9cd1aeSAssar Westerlund/* Define if struct utmp has field ut_addr. */
9425e9cd1aeSAssar Westerlund#undef HAVE_STRUCT_UTMP_UT_ADDR
9435e9cd1aeSAssar Westerlund
9445e9cd1aeSAssar Westerlund/* Define if struct utmp has field ut_host. */
9455e9cd1aeSAssar Westerlund#undef HAVE_STRUCT_UTMP_UT_HOST
9465e9cd1aeSAssar Westerlund
9475e9cd1aeSAssar Westerlund/* Define if struct utmp has field ut_id. */
9485e9cd1aeSAssar Westerlund#undef HAVE_STRUCT_UTMP_UT_ID
9495e9cd1aeSAssar Westerlund
9505e9cd1aeSAssar Westerlund/* Define if struct utmp has field ut_pid. */
9515e9cd1aeSAssar Westerlund#undef HAVE_STRUCT_UTMP_UT_PID
9525e9cd1aeSAssar Westerlund
9535e9cd1aeSAssar Westerlund/* Define if struct utmp has field ut_type. */
9545e9cd1aeSAssar Westerlund#undef HAVE_STRUCT_UTMP_UT_TYPE
9555e9cd1aeSAssar Westerlund
9565e9cd1aeSAssar Westerlund/* Define if struct utmp has field ut_user. */
9575e9cd1aeSAssar Westerlund#undef HAVE_STRUCT_UTMP_UT_USER
9585e9cd1aeSAssar Westerlund
9595e9cd1aeSAssar Westerlund/* define if struct winsize is declared in sys/termios.h */
9605e9cd1aeSAssar Westerlund#undef HAVE_STRUCT_WINSIZE
9615e9cd1aeSAssar Westerlund
9628373020dSJacques Vidrine/* Define to 1 if you have the `strunvis' function. */
9635e9cd1aeSAssar Westerlund#undef HAVE_STRUNVIS
9645e9cd1aeSAssar Westerlund
9658373020dSJacques Vidrine/* Define if you have the function `strupr'. */
9665e9cd1aeSAssar Westerlund#undef HAVE_STRUPR
9675e9cd1aeSAssar Westerlund
9688373020dSJacques Vidrine/* Define to 1 if you have the `strvis' function. */
9695e9cd1aeSAssar Westerlund#undef HAVE_STRVIS
9705e9cd1aeSAssar Westerlund
9718373020dSJacques Vidrine/* Define to 1 if you have the `strvisx' function. */
9725e9cd1aeSAssar Westerlund#undef HAVE_STRVISX
9735e9cd1aeSAssar Westerlund
9748373020dSJacques Vidrine/* Define to 1 if you have the `svis' function. */
9755e9cd1aeSAssar Westerlund#undef HAVE_SVIS
9765e9cd1aeSAssar Westerlund
9778373020dSJacques Vidrine/* Define if you have the function `swab'. */
9785e9cd1aeSAssar Westerlund#undef HAVE_SWAB
9795e9cd1aeSAssar Westerlund
9808373020dSJacques Vidrine/* Define to 1 if you have the `sysconf' function. */
9815e9cd1aeSAssar Westerlund#undef HAVE_SYSCONF
9825e9cd1aeSAssar Westerlund
9838373020dSJacques Vidrine/* Define to 1 if you have the `sysctl' function. */
9845e9cd1aeSAssar Westerlund#undef HAVE_SYSCTL
9855e9cd1aeSAssar Westerlund
9868373020dSJacques Vidrine/* Define to 1 if you have the `syslog' function. */
9875e9cd1aeSAssar Westerlund#undef HAVE_SYSLOG
9885e9cd1aeSAssar Westerlund
9898373020dSJacques Vidrine/* Define to 1 if you have the <syslog.h> header file. */
9905e9cd1aeSAssar Westerlund#undef HAVE_SYSLOG_H
9915e9cd1aeSAssar Westerlund
9928373020dSJacques Vidrine/* Define to 1 if you have the <sys/bitypes.h> header file. */
993b528cefcSMark Murray#undef HAVE_SYS_BITYPES_H
994b528cefcSMark Murray
9958373020dSJacques Vidrine/* Define to 1 if you have the <sys/bswap.h> header file. */
996adb0ddaeSAssar Westerlund#undef HAVE_SYS_BSWAP_H
997adb0ddaeSAssar Westerlund
9988373020dSJacques Vidrine/* Define to 1 if you have the <sys/capability.h> header file. */
999b528cefcSMark Murray#undef HAVE_SYS_CAPABILITY_H
1000b528cefcSMark Murray
10018373020dSJacques Vidrine/* Define to 1 if you have the <sys/category.h> header file. */
1002b528cefcSMark Murray#undef HAVE_SYS_CATEGORY_H
1003b528cefcSMark Murray
10048373020dSJacques Vidrine/* Define to 1 if you have the <sys/file.h> header file. */
1005b528cefcSMark Murray#undef HAVE_SYS_FILE_H
1006b528cefcSMark Murray
10078373020dSJacques Vidrine/* Define to 1 if you have the <sys/filio.h> header file. */
1008b528cefcSMark Murray#undef HAVE_SYS_FILIO_H
1009b528cefcSMark Murray
10108373020dSJacques Vidrine/* Define to 1 if you have the <sys/ioccom.h> header file. */
1011b528cefcSMark Murray#undef HAVE_SYS_IOCCOM_H
1012b528cefcSMark Murray
10138373020dSJacques Vidrine/* Define to 1 if you have the <sys/ioctl.h> header file. */
1014b528cefcSMark Murray#undef HAVE_SYS_IOCTL_H
1015b528cefcSMark Murray
10160cadf2f4SJacques Vidrine/* Define to 1 if you have the <sys/mman.h> header file. */
10170cadf2f4SJacques Vidrine#undef HAVE_SYS_MMAN_H
10180cadf2f4SJacques Vidrine
10198373020dSJacques Vidrine/* Define to 1 if you have the <sys/param.h> header file. */
1020b528cefcSMark Murray#undef HAVE_SYS_PARAM_H
1021b528cefcSMark Murray
10228373020dSJacques Vidrine/* Define to 1 if you have the <sys/proc.h> header file. */
1023b528cefcSMark Murray#undef HAVE_SYS_PROC_H
1024b528cefcSMark Murray
10258373020dSJacques Vidrine/* Define to 1 if you have the <sys/ptyio.h> header file. */
1026b528cefcSMark Murray#undef HAVE_SYS_PTYIO_H
1027b528cefcSMark Murray
10288373020dSJacques Vidrine/* Define to 1 if you have the <sys/ptyvar.h> header file. */
1029b528cefcSMark Murray#undef HAVE_SYS_PTYVAR_H
1030b528cefcSMark Murray
10318373020dSJacques Vidrine/* Define to 1 if you have the <sys/pty.h> header file. */
10325e9cd1aeSAssar Westerlund#undef HAVE_SYS_PTY_H
10335e9cd1aeSAssar Westerlund
10348373020dSJacques Vidrine/* Define to 1 if you have the <sys/resource.h> header file. */
1035b528cefcSMark Murray#undef HAVE_SYS_RESOURCE_H
1036b528cefcSMark Murray
10378373020dSJacques Vidrine/* Define to 1 if you have the <sys/select.h> header file. */
1038b528cefcSMark Murray#undef HAVE_SYS_SELECT_H
1039b528cefcSMark Murray
10408373020dSJacques Vidrine/* Define to 1 if you have the <sys/socket.h> header file. */
1041b528cefcSMark Murray#undef HAVE_SYS_SOCKET_H
1042b528cefcSMark Murray
10438373020dSJacques Vidrine/* Define to 1 if you have the <sys/sockio.h> header file. */
1044b528cefcSMark Murray#undef HAVE_SYS_SOCKIO_H
1045b528cefcSMark Murray
10468373020dSJacques Vidrine/* Define to 1 if you have the <sys/stat.h> header file. */
1047b528cefcSMark Murray#undef HAVE_SYS_STAT_H
1048b528cefcSMark Murray
10498373020dSJacques Vidrine/* Define to 1 if you have the <sys/stream.h> header file. */
1050b528cefcSMark Murray#undef HAVE_SYS_STREAM_H
1051b528cefcSMark Murray
10528373020dSJacques Vidrine/* Define to 1 if you have the <sys/stropts.h> header file. */
1053b528cefcSMark Murray#undef HAVE_SYS_STROPTS_H
1054b528cefcSMark Murray
10558373020dSJacques Vidrine/* Define to 1 if you have the <sys/strtty.h> header file. */
1056b528cefcSMark Murray#undef HAVE_SYS_STRTTY_H
1057b528cefcSMark Murray
10588373020dSJacques Vidrine/* Define to 1 if you have the <sys/str_tty.h> header file. */
10595e9cd1aeSAssar Westerlund#undef HAVE_SYS_STR_TTY_H
10605e9cd1aeSAssar Westerlund
10618373020dSJacques Vidrine/* Define to 1 if you have the <sys/syscall.h> header file. */
1062b528cefcSMark Murray#undef HAVE_SYS_SYSCALL_H
1063b528cefcSMark Murray
10648373020dSJacques Vidrine/* Define to 1 if you have the <sys/sysctl.h> header file. */
1065b528cefcSMark Murray#undef HAVE_SYS_SYSCTL_H
1066b528cefcSMark Murray
10678373020dSJacques Vidrine/* Define to 1 if you have the <sys/termio.h> header file. */
1068b528cefcSMark Murray#undef HAVE_SYS_TERMIO_H
1069b528cefcSMark Murray
10708373020dSJacques Vidrine/* Define to 1 if you have the <sys/timeb.h> header file. */
1071b528cefcSMark Murray#undef HAVE_SYS_TIMEB_H
1072b528cefcSMark Murray
10738373020dSJacques Vidrine/* Define to 1 if you have the <sys/times.h> header file. */
1074b528cefcSMark Murray#undef HAVE_SYS_TIMES_H
1075b528cefcSMark Murray
10768373020dSJacques Vidrine/* Define to 1 if you have the <sys/time.h> header file. */
10775e9cd1aeSAssar Westerlund#undef HAVE_SYS_TIME_H
10785e9cd1aeSAssar Westerlund
10798373020dSJacques Vidrine/* Define to 1 if you have the <sys/tty.h> header file. */
1080b528cefcSMark Murray#undef HAVE_SYS_TTY_H
1081b528cefcSMark Murray
10828373020dSJacques Vidrine/* Define to 1 if you have the <sys/types.h> header file. */
1083b528cefcSMark Murray#undef HAVE_SYS_TYPES_H
1084b528cefcSMark Murray
1085c19800e8SDoug Rabson/* Define to 1 if you have the <sys/ucred.h> header file. */
1086c19800e8SDoug Rabson#undef HAVE_SYS_UCRED_H
1087c19800e8SDoug Rabson
10888373020dSJacques Vidrine/* Define to 1 if you have the <sys/uio.h> header file. */
1089b528cefcSMark Murray#undef HAVE_SYS_UIO_H
1090b528cefcSMark Murray
10918373020dSJacques Vidrine/* Define to 1 if you have the <sys/un.h> header file. */
1092b528cefcSMark Murray#undef HAVE_SYS_UN_H
1093b528cefcSMark Murray
10948373020dSJacques Vidrine/* Define to 1 if you have the <sys/utsname.h> header file. */
1095b528cefcSMark Murray#undef HAVE_SYS_UTSNAME_H
1096b528cefcSMark Murray
10978373020dSJacques Vidrine/* Define to 1 if you have the <sys/wait.h> header file. */
1098b528cefcSMark Murray#undef HAVE_SYS_WAIT_H
1099b528cefcSMark Murray
1100*ae771770SStanislav Sedov/* Define to 1 if you have the `tdelete' function. */
1101*ae771770SStanislav Sedov#undef HAVE_TDELETE
1102*ae771770SStanislav Sedov
11038373020dSJacques Vidrine/* Define to 1 if you have the <termcap.h> header file. */
11044137ff4cSJacques Vidrine#undef HAVE_TERMCAP_H
11054137ff4cSJacques Vidrine
11068373020dSJacques Vidrine/* Define to 1 if you have the <termios.h> header file. */
11075e9cd1aeSAssar Westerlund#undef HAVE_TERMIOS_H
1108b528cefcSMark Murray
11098373020dSJacques Vidrine/* Define to 1 if you have the <termio.h> header file. */
1110b528cefcSMark Murray#undef HAVE_TERMIO_H
1111b528cefcSMark Murray
11128373020dSJacques Vidrine/* Define to 1 if you have the <term.h> header file. */
11135e9cd1aeSAssar Westerlund#undef HAVE_TERM_H
11145e9cd1aeSAssar Westerlund
1115*ae771770SStanislav Sedov/* Define to 1 if you have the `tfind' function. */
1116*ae771770SStanislav Sedov#undef HAVE_TFIND
1117*ae771770SStanislav Sedov
11188373020dSJacques Vidrine/* Define to 1 if you have the `tgetent' function. */
11195e9cd1aeSAssar Westerlund#undef HAVE_TGETENT
11205e9cd1aeSAssar Westerlund
1121c19800e8SDoug Rabson/* Define if you have the function `timegm'. */
11225e9cd1aeSAssar Westerlund#undef HAVE_TIMEGM
11235e9cd1aeSAssar Westerlund
11245e9cd1aeSAssar Westerlund/* Define if you have the `timezone' variable. */
11255e9cd1aeSAssar Westerlund#undef HAVE_TIMEZONE
11265e9cd1aeSAssar Westerlund
11278373020dSJacques Vidrine/* Define to 1 if you have the <time.h> header file. */
1128b528cefcSMark Murray#undef HAVE_TIME_H
1129b528cefcSMark Murray
11308373020dSJacques Vidrine/* Define to 1 if you have the <tmpdir.h> header file. */
1131b528cefcSMark Murray#undef HAVE_TMPDIR_H
1132b528cefcSMark Murray
1133*ae771770SStanislav Sedov/* Define if you have the function `tsearch'. */
1134*ae771770SStanislav Sedov#undef HAVE_TSEARCH
1135*ae771770SStanislav Sedov
11368373020dSJacques Vidrine/* Define to 1 if you have the `ttyname' function. */
11375e9cd1aeSAssar Westerlund#undef HAVE_TTYNAME
11385e9cd1aeSAssar Westerlund
11398373020dSJacques Vidrine/* Define to 1 if you have the `ttyslot' function. */
11405e9cd1aeSAssar Westerlund#undef HAVE_TTYSLOT
11415e9cd1aeSAssar Westerlund
1142*ae771770SStanislav Sedov/* Define to 1 if you have the `twalk' function. */
1143*ae771770SStanislav Sedov#undef HAVE_TWALK
1144*ae771770SStanislav Sedov
11458373020dSJacques Vidrine/* Define to 1 if you have the <udb.h> header file. */
1146b528cefcSMark Murray#undef HAVE_UDB_H
1147b528cefcSMark Murray
11488373020dSJacques Vidrine/* Define to 1 if the system has the type `uint16_t'. */
11494137ff4cSJacques Vidrine#undef HAVE_UINT16_T
11504137ff4cSJacques Vidrine
11518373020dSJacques Vidrine/* Define to 1 if the system has the type `uint32_t'. */
11524137ff4cSJacques Vidrine#undef HAVE_UINT32_T
11534137ff4cSJacques Vidrine
11548373020dSJacques Vidrine/* Define to 1 if the system has the type `uint64_t'. */
11554137ff4cSJacques Vidrine#undef HAVE_UINT64_T
11564137ff4cSJacques Vidrine
11578373020dSJacques Vidrine/* Define to 1 if the system has the type `uint8_t'. */
11584137ff4cSJacques Vidrine#undef HAVE_UINT8_T
11594137ff4cSJacques Vidrine
1160c19800e8SDoug Rabson/* Define to 1 if the system has the type `uintptr_t'. */
1161c19800e8SDoug Rabson#undef HAVE_UINTPTR_T
1162c19800e8SDoug Rabson
11638373020dSJacques Vidrine/* Define to 1 if you have the `umask' function. */
11645e9cd1aeSAssar Westerlund#undef HAVE_UMASK
11655e9cd1aeSAssar Westerlund
11668373020dSJacques Vidrine/* Define to 1 if you have the `uname' function. */
11675e9cd1aeSAssar Westerlund#undef HAVE_UNAME
11685e9cd1aeSAssar Westerlund
11698373020dSJacques Vidrine/* Define to 1 if you have the <unistd.h> header file. */
1170b528cefcSMark Murray#undef HAVE_UNISTD_H
1171b528cefcSMark Murray
11728373020dSJacques Vidrine/* Define to 1 if you have the `unlockpt' function. */
11735e9cd1aeSAssar Westerlund#undef HAVE_UNLOCKPT
11745e9cd1aeSAssar Westerlund
11758373020dSJacques Vidrine/* Define if you have the function `unsetenv'. */
11765e9cd1aeSAssar Westerlund#undef HAVE_UNSETENV
11775e9cd1aeSAssar Westerlund
11788373020dSJacques Vidrine/* Define to 1 if you have the `unvis' function. */
11795e9cd1aeSAssar Westerlund#undef HAVE_UNVIS
11805e9cd1aeSAssar Westerlund
11818373020dSJacques Vidrine/* Define to 1 if you have the <userconf.h> header file. */
11825e9cd1aeSAssar Westerlund#undef HAVE_USERCONF_H
11835e9cd1aeSAssar Westerlund
11848373020dSJacques Vidrine/* Define to 1 if you have the <usersec.h> header file. */
11855e9cd1aeSAssar Westerlund#undef HAVE_USERSEC_H
11865e9cd1aeSAssar Westerlund
11878373020dSJacques Vidrine/* Define to 1 if you have the <util.h> header file. */
1188b528cefcSMark Murray#undef HAVE_UTIL_H
1189b528cefcSMark Murray
11908373020dSJacques Vidrine/* Define to 1 if you have the <utmpx.h> header file. */
1191b528cefcSMark Murray#undef HAVE_UTMPX_H
1192b528cefcSMark Murray
11938373020dSJacques Vidrine/* Define to 1 if you have the <utmp.h> header file. */
11945e9cd1aeSAssar Westerlund#undef HAVE_UTMP_H
1195b528cefcSMark Murray
11968373020dSJacques Vidrine/* Define to 1 if the system has the type `u_int16_t'. */
11974137ff4cSJacques Vidrine#undef HAVE_U_INT16_T
11984137ff4cSJacques Vidrine
11998373020dSJacques Vidrine/* Define to 1 if the system has the type `u_int32_t'. */
12004137ff4cSJacques Vidrine#undef HAVE_U_INT32_T
12014137ff4cSJacques Vidrine
12028373020dSJacques Vidrine/* Define to 1 if the system has the type `u_int64_t'. */
12034137ff4cSJacques Vidrine#undef HAVE_U_INT64_T
12044137ff4cSJacques Vidrine
12058373020dSJacques Vidrine/* Define to 1 if the system has the type `u_int8_t'. */
12064137ff4cSJacques Vidrine#undef HAVE_U_INT8_T
12074137ff4cSJacques Vidrine
12088373020dSJacques Vidrine/* Define to 1 if you have the `vasnprintf' function. */
12095e9cd1aeSAssar Westerlund#undef HAVE_VASNPRINTF
1210b528cefcSMark Murray
12118373020dSJacques Vidrine/* Define to 1 if you have the `vasprintf' function. */
12125e9cd1aeSAssar Westerlund#undef HAVE_VASPRINTF
1213b528cefcSMark Murray
12148373020dSJacques Vidrine/* Define if you have the function `verr'. */
12155e9cd1aeSAssar Westerlund#undef HAVE_VERR
1216b528cefcSMark Murray
12178373020dSJacques Vidrine/* Define if you have the function `verrx'. */
12185e9cd1aeSAssar Westerlund#undef HAVE_VERRX
121913e3f4d6SMark Murray
12208373020dSJacques Vidrine/* Define to 1 if you have the `vhangup' function. */
12215e9cd1aeSAssar Westerlund#undef HAVE_VHANGUP
1222b528cefcSMark Murray
12238373020dSJacques Vidrine/* Define to 1 if you have the `vis' function. */
12245e9cd1aeSAssar Westerlund#undef HAVE_VIS
122513e3f4d6SMark Murray
12268373020dSJacques Vidrine/* Define to 1 if you have the <vis.h> header file. */
12275e9cd1aeSAssar Westerlund#undef HAVE_VIS_H
1228b528cefcSMark Murray
1229b528cefcSMark Murray/* define if you have a working vsnprintf */
1230b528cefcSMark Murray#undef HAVE_VSNPRINTF
1231b528cefcSMark Murray
12328373020dSJacques Vidrine/* Define if you have the function `vsyslog'. */
12335e9cd1aeSAssar Westerlund#undef HAVE_VSYSLOG
1234b528cefcSMark Murray
12358373020dSJacques Vidrine/* Define if you have the function `vwarn'. */
12365e9cd1aeSAssar Westerlund#undef HAVE_VWARN
1237b528cefcSMark Murray
12388373020dSJacques Vidrine/* Define if you have the function `vwarnx'. */
12395e9cd1aeSAssar Westerlund#undef HAVE_VWARNX
1240b528cefcSMark Murray
12418373020dSJacques Vidrine/* Define if you have the function `warn'. */
12425e9cd1aeSAssar Westerlund#undef HAVE_WARN
1243b528cefcSMark Murray
12448373020dSJacques Vidrine/* Define if you have the function `warnx'. */
12455e9cd1aeSAssar Westerlund#undef HAVE_WARNX
1246b528cefcSMark Murray
1247*ae771770SStanislav Sedov/* Define to 1 if you have the <winsock2.h> header file. */
1248*ae771770SStanislav Sedov#undef HAVE_WINSOCK2_H
1249*ae771770SStanislav Sedov
12508373020dSJacques Vidrine/* Define if you have the function `writev'. */
12515e9cd1aeSAssar Westerlund#undef HAVE_WRITEV
1252b528cefcSMark Murray
1253*ae771770SStanislav Sedov/* Define to 1 if you have the <ws2tcpip.h> header file. */
1254*ae771770SStanislav Sedov#undef HAVE_WS2TCPIP_H
1255*ae771770SStanislav Sedov
1256b528cefcSMark Murray/* define if struct winsize has ws_xpixel */
1257b528cefcSMark Murray#undef HAVE_WS_XPIXEL
1258b528cefcSMark Murray
1259b528cefcSMark Murray/* define if struct winsize has ws_ypixel */
1260b528cefcSMark Murray#undef HAVE_WS_YPIXEL
1261b528cefcSMark Murray
12628373020dSJacques Vidrine/* Define to 1 if you have the `XauFileName' function. */
12635e9cd1aeSAssar Westerlund#undef HAVE_XAUFILENAME
1264b528cefcSMark Murray
12658373020dSJacques Vidrine/* Define to 1 if you have the `XauReadAuth' function. */
12665e9cd1aeSAssar Westerlund#undef HAVE_XAUREADAUTH
1267b528cefcSMark Murray
12688373020dSJacques Vidrine/* Define to 1 if you have the `XauWriteAuth' function. */
12695e9cd1aeSAssar Westerlund#undef HAVE_XAUWRITEAUTH
1270b528cefcSMark Murray
12718373020dSJacques Vidrine/* Define to 1 if you have the `yp_get_default_domain' function. */
12725e9cd1aeSAssar Westerlund#undef HAVE_YP_GET_DEFAULT_DOMAIN
1273b528cefcSMark Murray
12748373020dSJacques Vidrine/* Define to 1 if you have the `_getpty' function. */
12755e9cd1aeSAssar Westerlund#undef HAVE__GETPTY
1276b528cefcSMark Murray
12778373020dSJacques Vidrine/* Define if you have the `_res' variable. */
12788373020dSJacques Vidrine#undef HAVE__RES
12798373020dSJacques Vidrine
12808373020dSJacques Vidrine/* Define to 1 if you have the `_scrsize' function. */
12815e9cd1aeSAssar Westerlund#undef HAVE__SCRSIZE
1282b528cefcSMark Murray
12835e9cd1aeSAssar Westerlund/* define if your compiler has __attribute__ */
12845e9cd1aeSAssar Westerlund#undef HAVE___ATTRIBUTE__
1285b528cefcSMark Murray
12865e9cd1aeSAssar Westerlund/* Define if you have the `__progname' variable. */
12875e9cd1aeSAssar Westerlund#undef HAVE___PROGNAME
12885e9cd1aeSAssar Westerlund
1289*ae771770SStanislav Sedov/* have __sync_add_and_fetch */
1290*ae771770SStanislav Sedov#undef HAVE___SYNC_ADD_AND_FETCH
1291*ae771770SStanislav Sedov
1292*ae771770SStanislav Sedov/* Define if you want support for weak crypto */
1293*ae771770SStanislav Sedov#undef HEIM_WEAK_CRYPTO
1294*ae771770SStanislav Sedov
12955e9cd1aeSAssar Westerlund/* Define if you have the hesiod package. */
12965e9cd1aeSAssar Westerlund#undef HESIOD
12975e9cd1aeSAssar Westerlund
12985e9cd1aeSAssar Westerlund/* Enable Kerberos 5 support in applications. */
12995e9cd1aeSAssar Westerlund#undef KRB5
13005e9cd1aeSAssar Westerlund
1301*ae771770SStanislav Sedov/* Define to enable kx509. */
1302*ae771770SStanislav Sedov#undef KX509
1303*ae771770SStanislav Sedov
13048373020dSJacques Vidrine/* path to lib */
13058373020dSJacques Vidrine#undef LIBDIR
13068373020dSJacques Vidrine
1307*ae771770SStanislav Sedov/* Define if you have the libedit package. */
1308*ae771770SStanislav Sedov#undef LIBEDIT
1309*ae771770SStanislav Sedov
13108373020dSJacques Vidrine/* path to libexec */
13118373020dSJacques Vidrine#undef LIBEXECDIR
13128373020dSJacques Vidrine
1313*ae771770SStanislav Sedov/* Define if you have the libintl package. */
1314*ae771770SStanislav Sedov#undef LIBINTL
1315*ae771770SStanislav Sedov
13168373020dSJacques Vidrine/* path to localstate */
13178373020dSJacques Vidrine#undef LOCALSTATEDIR
13188373020dSJacques Vidrine
1319*ae771770SStanislav Sedov/* Define to the sub-directory in which libtool stores uninstalled libraries.
1320*ae771770SStanislav Sedov   */
1321*ae771770SStanislav Sedov#undef LT_OBJDIR
1322*ae771770SStanislav Sedov
13235e9cd1aeSAssar Westerlund/* define if the system is missing a prototype for asnprintf() */
13245e9cd1aeSAssar Westerlund#undef NEED_ASNPRINTF_PROTO
13255e9cd1aeSAssar Westerlund
13265e9cd1aeSAssar Westerlund/* define if the system is missing a prototype for asprintf() */
13275e9cd1aeSAssar Westerlund#undef NEED_ASPRINTF_PROTO
13285e9cd1aeSAssar Westerlund
13295e9cd1aeSAssar Westerlund/* define if the system is missing a prototype for crypt() */
13305e9cd1aeSAssar Westerlund#undef NEED_CRYPT_PROTO
13315e9cd1aeSAssar Westerlund
1332c19800e8SDoug Rabson/* define if the system is missing a prototype for daemon() */
1333c19800e8SDoug Rabson#undef NEED_DAEMON_PROTO
1334c19800e8SDoug Rabson
13355e9cd1aeSAssar Westerlund/* define if the system is missing a prototype for gethostname() */
13365e9cd1aeSAssar Westerlund#undef NEED_GETHOSTNAME_PROTO
13375e9cd1aeSAssar Westerlund
13385e9cd1aeSAssar Westerlund/* define if the system is missing a prototype for getusershell() */
13395e9cd1aeSAssar Westerlund#undef NEED_GETUSERSHELL_PROTO
13405e9cd1aeSAssar Westerlund
13415e9cd1aeSAssar Westerlund/* define if the system is missing a prototype for glob() */
13425e9cd1aeSAssar Westerlund#undef NEED_GLOB_PROTO
13435e9cd1aeSAssar Westerlund
13445e9cd1aeSAssar Westerlund/* define if the system is missing a prototype for hstrerror() */
13455e9cd1aeSAssar Westerlund#undef NEED_HSTRERROR_PROTO
13465e9cd1aeSAssar Westerlund
13475e9cd1aeSAssar Westerlund/* define if the system is missing a prototype for inet_aton() */
13485e9cd1aeSAssar Westerlund#undef NEED_INET_ATON_PROTO
13495e9cd1aeSAssar Westerlund
1350c19800e8SDoug Rabson/* define if the system is missing a prototype for iruserok() */
1351c19800e8SDoug Rabson#undef NEED_IRUSEROK_PROTO
1352c19800e8SDoug Rabson
13535e9cd1aeSAssar Westerlund/* define if the system is missing a prototype for mkstemp() */
13545e9cd1aeSAssar Westerlund#undef NEED_MKSTEMP_PROTO
13555e9cd1aeSAssar Westerlund
1356*ae771770SStanislav Sedov/* if your qsort is not a stable sort */
1357*ae771770SStanislav Sedov#undef NEED_QSORT
1358*ae771770SStanislav Sedov
1359c19800e8SDoug Rabson/* define if the system is missing a prototype for SecKeyGetCSPHandle() */
1360c19800e8SDoug Rabson#undef NEED_SECKEYGETCSPHANDLE_PROTO
1361c19800e8SDoug Rabson
13625e9cd1aeSAssar Westerlund/* define if the system is missing a prototype for setenv() */
13635e9cd1aeSAssar Westerlund#undef NEED_SETENV_PROTO
13645e9cd1aeSAssar Westerlund
13655e9cd1aeSAssar Westerlund/* define if the system is missing a prototype for snprintf() */
13665e9cd1aeSAssar Westerlund#undef NEED_SNPRINTF_PROTO
13675e9cd1aeSAssar Westerlund
13688373020dSJacques Vidrine/* define if the system is missing a prototype for strndup() */
13698373020dSJacques Vidrine#undef NEED_STRNDUP_PROTO
13708373020dSJacques Vidrine
13715e9cd1aeSAssar Westerlund/* define if the system is missing a prototype for strsep() */
13725e9cd1aeSAssar Westerlund#undef NEED_STRSEP_PROTO
13735e9cd1aeSAssar Westerlund
1374*ae771770SStanislav Sedov/* define if the system is missing a prototype for strsvisx() */
1375*ae771770SStanislav Sedov#undef NEED_STRSVISX_PROTO
1376*ae771770SStanislav Sedov
13778373020dSJacques Vidrine/* define if the system is missing a prototype for strsvis() */
13788373020dSJacques Vidrine#undef NEED_STRSVIS_PROTO
13798373020dSJacques Vidrine
13805e9cd1aeSAssar Westerlund/* define if the system is missing a prototype for strtok_r() */
13815e9cd1aeSAssar Westerlund#undef NEED_STRTOK_R_PROTO
13825e9cd1aeSAssar Westerlund
13838373020dSJacques Vidrine/* define if the system is missing a prototype for strunvis() */
13848373020dSJacques Vidrine#undef NEED_STRUNVIS_PROTO
13858373020dSJacques Vidrine
13868373020dSJacques Vidrine/* define if the system is missing a prototype for strvisx() */
13878373020dSJacques Vidrine#undef NEED_STRVISX_PROTO
13888373020dSJacques Vidrine
13898373020dSJacques Vidrine/* define if the system is missing a prototype for strvis() */
13908373020dSJacques Vidrine#undef NEED_STRVIS_PROTO
13918373020dSJacques Vidrine
13928373020dSJacques Vidrine/* define if the system is missing a prototype for svis() */
13938373020dSJacques Vidrine#undef NEED_SVIS_PROTO
13948373020dSJacques Vidrine
13955e9cd1aeSAssar Westerlund/* define if the system is missing a prototype for unsetenv() */
13965e9cd1aeSAssar Westerlund#undef NEED_UNSETENV_PROTO
13975e9cd1aeSAssar Westerlund
13988373020dSJacques Vidrine/* define if the system is missing a prototype for unvis() */
13998373020dSJacques Vidrine#undef NEED_UNVIS_PROTO
14008373020dSJacques Vidrine
14015e9cd1aeSAssar Westerlund/* define if the system is missing a prototype for vasnprintf() */
14025e9cd1aeSAssar Westerlund#undef NEED_VASNPRINTF_PROTO
14035e9cd1aeSAssar Westerlund
14045e9cd1aeSAssar Westerlund/* define if the system is missing a prototype for vasprintf() */
14055e9cd1aeSAssar Westerlund#undef NEED_VASPRINTF_PROTO
14065e9cd1aeSAssar Westerlund
14078373020dSJacques Vidrine/* define if the system is missing a prototype for vis() */
14088373020dSJacques Vidrine#undef NEED_VIS_PROTO
14098373020dSJacques Vidrine
14105e9cd1aeSAssar Westerlund/* define if the system is missing a prototype for vsnprintf() */
14115e9cd1aeSAssar Westerlund#undef NEED_VSNPRINTF_PROTO
1412b528cefcSMark Murray
1413c19800e8SDoug Rabson/* Define if you don't wan't support for AFS. */
1414c19800e8SDoug Rabson#undef NO_AFS
1415c19800e8SDoug Rabson
1416c19800e8SDoug Rabson/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1417c19800e8SDoug Rabson#undef NO_MINUS_C_MINUS_O
1418c19800e8SDoug Rabson
14190cadf2f4SJacques Vidrine/* Define if you don't want to use mmap. */
14200cadf2f4SJacques Vidrine#undef NO_MMAP
14210cadf2f4SJacques Vidrine
1422b528cefcSMark Murray/* Define this to enable old environment option in telnet. */
1423b528cefcSMark Murray#undef OLD_ENVIRON
1424b528cefcSMark Murray
14255e9cd1aeSAssar Westerlund/* Define if you have the openldap package. */
14265e9cd1aeSAssar Westerlund#undef OPENLDAP
14275e9cd1aeSAssar Westerlund
1428c19800e8SDoug Rabson/* Define if you want support for hdb ldap module */
1429c19800e8SDoug Rabson#undef OPENLDAP_MODULE
1430c19800e8SDoug Rabson
14315e9cd1aeSAssar Westerlund/* define if prototype of openlog is compatible with void openlog(const char
14325e9cd1aeSAssar Westerlund   *, int, int) */
14335e9cd1aeSAssar Westerlund#undef OPENLOG_PROTO_COMPATIBLE
14345e9cd1aeSAssar Westerlund
14355e9cd1aeSAssar Westerlund/* Define if you want OTP support in applications. */
14365e9cd1aeSAssar Westerlund#undef OTP
14375e9cd1aeSAssar Westerlund
14385e9cd1aeSAssar Westerlund/* Name of package */
14395e9cd1aeSAssar Westerlund#undef PACKAGE
14405e9cd1aeSAssar Westerlund
14418373020dSJacques Vidrine/* Define to the address where bug reports for this package should be sent. */
14428373020dSJacques Vidrine#undef PACKAGE_BUGREPORT
14438373020dSJacques Vidrine
14448373020dSJacques Vidrine/* Define to the full name of this package. */
14458373020dSJacques Vidrine#undef PACKAGE_NAME
14468373020dSJacques Vidrine
14478373020dSJacques Vidrine/* Define to the full name and version of this package. */
14488373020dSJacques Vidrine#undef PACKAGE_STRING
14498373020dSJacques Vidrine
14508373020dSJacques Vidrine/* Define to the one symbol short name of this package. */
14518373020dSJacques Vidrine#undef PACKAGE_TARNAME
14528373020dSJacques Vidrine
1453*ae771770SStanislav Sedov/* Define to the home page for this package. */
1454*ae771770SStanislav Sedov#undef PACKAGE_URL
1455*ae771770SStanislav Sedov
14568373020dSJacques Vidrine/* Define to the version of this package. */
14578373020dSJacques Vidrine#undef PACKAGE_VERSION
14588373020dSJacques Vidrine
1459c19800e8SDoug Rabson/* Define to enable PKINIT. */
1460c19800e8SDoug Rabson#undef PKINIT
1461c19800e8SDoug Rabson
14625e9cd1aeSAssar Westerlund/* Define if getlogin has POSIX flavour (and not BSD). */
14635e9cd1aeSAssar Westerlund#undef POSIX_GETLOGIN
14645e9cd1aeSAssar Westerlund
14655e9cd1aeSAssar Westerlund/* Define if getpwnam_r has POSIX flavour. */
14665e9cd1aeSAssar Westerlund#undef POSIX_GETPWNAM_R
14675e9cd1aeSAssar Westerlund
14685e9cd1aeSAssar Westerlund/* Define if you have the readline package. */
14695e9cd1aeSAssar Westerlund#undef READLINE
14705e9cd1aeSAssar Westerlund
14715e9cd1aeSAssar Westerlund/* Define as the return type of signal handlers (`int' or `void'). */
14725e9cd1aeSAssar Westerlund#undef RETSIGTYPE
14735e9cd1aeSAssar Westerlund
14748373020dSJacques Vidrine/* path to sbin */
14758373020dSJacques Vidrine#undef SBINDIR
14768373020dSJacques Vidrine
1477c19800e8SDoug Rabson/* Define if you want to use samba socket wrappers. */
1478c19800e8SDoug Rabson#undef SOCKET_WRAPPER_REPLACE
1479c19800e8SDoug Rabson
1480*ae771770SStanislav Sedov/* Define if you have the sqlite3 package. */
1481*ae771770SStanislav Sedov#undef SQLITE3
1482*ae771770SStanislav Sedov
14838373020dSJacques Vidrine/* Define to 1 if you have the ANSI C header files. */
14845e9cd1aeSAssar Westerlund#undef STDC_HEADERS
1485b528cefcSMark Murray
1486b528cefcSMark Murray/* Define if you have streams ptys. */
1487b528cefcSMark Murray#undef STREAMSPTY
1488b528cefcSMark Murray
1489*ae771770SStanislav Sedov/* define if prototype of strerror_r is compatible with int strerror_r(int,
1490*ae771770SStanislav Sedov   char *, size_t) */
1491*ae771770SStanislav Sedov#undef STRERROR_R_PROTO_COMPATIBLE
1492*ae771770SStanislav Sedov
1493*ae771770SStanislav Sedov/* Define if os support want to detach is daemonens. */
1494*ae771770SStanislav Sedov#undef SUPPORT_DETACH
1495*ae771770SStanislav Sedov
1496*ae771770SStanislav Sedov/* Enable use of inetd style startup. */
1497*ae771770SStanislav Sedov#undef SUPPORT_INETD
1498*ae771770SStanislav Sedov
14998373020dSJacques Vidrine/* path to sysconf */
15008373020dSJacques Vidrine#undef SYSCONFDIR
15018373020dSJacques Vidrine
15025e9cd1aeSAssar Westerlund/* Define to what version of SunOS you are running. */
15035e9cd1aeSAssar Westerlund#undef SunOS
15045e9cd1aeSAssar Westerlund
15058373020dSJacques Vidrine/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
15065e9cd1aeSAssar Westerlund#undef TIME_WITH_SYS_TIME
15075e9cd1aeSAssar Westerlund
15088373020dSJacques Vidrine/* Define to 1 if your <sys/time.h> declares `struct tm'. */
15095e9cd1aeSAssar Westerlund#undef TM_IN_SYS_TIME
15105e9cd1aeSAssar Westerlund
15115e9cd1aeSAssar Westerlund/* Version number of package */
15125e9cd1aeSAssar Westerlund#undef VERSION
15135e9cd1aeSAssar Westerlund
15145e9cd1aeSAssar Westerlund/* Define if signal handlers return void. */
15155e9cd1aeSAssar Westerlund#undef VOID_RETSIGTYPE
15165e9cd1aeSAssar Westerlund
15175e9cd1aeSAssar Westerlund/* define if target is big endian */
15185e9cd1aeSAssar Westerlund#undef WORDS_BIGENDIAN
15195e9cd1aeSAssar Westerlund
15208373020dSJacques Vidrine/* Define to 1 if the X Window System is missing or not being used. */
15215e9cd1aeSAssar Westerlund#undef X_DISPLAY_MISSING
15225e9cd1aeSAssar Westerlund
15238373020dSJacques Vidrine/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
15248373020dSJacques Vidrine   `char[]'. */
15255e9cd1aeSAssar Westerlund#undef YYTEXT_POINTER
15265e9cd1aeSAssar Westerlund
1527*ae771770SStanislav Sedov/* Required for functional/sane headers on AIX */
1528*ae771770SStanislav Sedov#undef _ALL_SOURCE
1529*ae771770SStanislav Sedov
15300cadf2f4SJacques Vidrine/* Number of bits in a file offset, on hosts where this is settable. */
15310cadf2f4SJacques Vidrine#undef _FILE_OFFSET_BITS
15320cadf2f4SJacques Vidrine
15338373020dSJacques Vidrine/* Define to enable extensions on glibc-based systems such as Linux. */
15348373020dSJacques Vidrine#undef _GNU_SOURCE
15358373020dSJacques Vidrine
15360cadf2f4SJacques Vidrine/* Define for large files, on AIX-style hosts. */
15370cadf2f4SJacques Vidrine#undef _LARGE_FILES
15380cadf2f4SJacques Vidrine
1539*ae771770SStanislav Sedov/* Define to get POSIX getpwnam_r in some systems. */
1540*ae771770SStanislav Sedov#undef _POSIX_PTHREAD_SEMANTICS
1541*ae771770SStanislav Sedov
15425e9cd1aeSAssar Westerlund/* Define to empty if `const' does not conform to ANSI C. */
15435e9cd1aeSAssar Westerlund#undef const
15445e9cd1aeSAssar Westerlund
15455e9cd1aeSAssar Westerlund/* Define to `int' if <sys/types.h> doesn't define. */
15465e9cd1aeSAssar Westerlund#undef gid_t
15475e9cd1aeSAssar Westerlund
15481c43270aSJacques Vidrine/* Define to `__inline__' or `__inline' if that's what the C compiler
15491c43270aSJacques Vidrine   calls it, or to nothing if 'inline' is not supported under any name.  */
15501c43270aSJacques Vidrine#ifndef __cplusplus
15515e9cd1aeSAssar Westerlund#undef inline
15521c43270aSJacques Vidrine#endif
15535e9cd1aeSAssar Westerlund
15545e9cd1aeSAssar Westerlund/* Define this to what the type mode_t should be. */
15555e9cd1aeSAssar Westerlund#undef mode_t
15565e9cd1aeSAssar Westerlund
1557c19800e8SDoug Rabson/* Define to `long int' if <sys/types.h> does not define. */
15585e9cd1aeSAssar Westerlund#undef off_t
15595e9cd1aeSAssar Westerlund
15605e9cd1aeSAssar Westerlund/* Define to `int' if <sys/types.h> does not define. */
15615e9cd1aeSAssar Westerlund#undef pid_t
15625e9cd1aeSAssar Westerlund
1563*ae771770SStanislav Sedov/* Path name delimiter */
1564*ae771770SStanislav Sedov#undef rk_PATH_DELIM
1565*ae771770SStanislav Sedov
15665e9cd1aeSAssar Westerlund/* Define this to what the type sig_atomic_t should be. */
15675e9cd1aeSAssar Westerlund#undef sig_atomic_t
15685e9cd1aeSAssar Westerlund
1569c19800e8SDoug Rabson/* Define to `unsigned int' if <sys/types.h> does not define. */
15705e9cd1aeSAssar Westerlund#undef size_t
15715e9cd1aeSAssar Westerlund
15725e9cd1aeSAssar Westerlund/* Define to `int' if <sys/types.h> doesn't define. */
15735e9cd1aeSAssar Westerlund#undef uid_t
15745e9cd1aeSAssar Westerlund
1575*ae771770SStanislav Sedov#if _AIX
1576*ae771770SStanislav Sedov/* XXX this is gross, but kills about a gazillion warnings */
1577*ae771770SStanislav Sedovstruct ether_addr;
1578*ae771770SStanislav Sedovstruct sockaddr;
1579*ae771770SStanislav Sedovstruct sockaddr_dl;
1580*ae771770SStanislav Sedovstruct sockaddr_in;
1581*ae771770SStanislav Sedov#endif
1582*ae771770SStanislav Sedov
1583*ae771770SStanislav Sedov#ifdef __APPLE__
1584*ae771770SStanislav Sedov#include <AvailabilityMacros.h>
1585*ae771770SStanislav Sedov#endif
1586*ae771770SStanislav Sedov
15878373020dSJacques Vidrine#ifdef ROKEN_RENAME
15888373020dSJacques Vidrine#include "roken_rename.h"
15898373020dSJacques Vidrine#endif
1590b528cefcSMark Murray
15918373020dSJacques Vidrine#ifdef VOID_RETSIGTYPE
15928373020dSJacques Vidrine#define SIGRETURN(x) return
15938373020dSJacques Vidrine#else
15948373020dSJacques Vidrine#define SIGRETURN(x) return (RETSIGTYPE)(x)
15958373020dSJacques Vidrine#endif
1596b528cefcSMark Murray
15978373020dSJacques Vidrine#ifdef BROKEN_REALLOC
1598c19800e8SDoug Rabson#define realloc(X, Y) rk_realloc((X), (Y))
15998373020dSJacques Vidrine#endif
16008373020dSJacques Vidrine
1601b528cefcSMark Murray
1602*ae771770SStanislav Sedov#ifdef ENDIANESS_IN_SYS_PARAM_H
1603b528cefcSMark Murray#  include <sys/types.h>
1604b528cefcSMark Murray#  include <sys/param.h>
1605b528cefcSMark Murray#  if BYTE_ORDER == BIG_ENDIAN
1606b528cefcSMark Murray#  define WORDS_BIGENDIAN 1
1607b528cefcSMark Murray#  endif
1608b528cefcSMark Murray#endif
1609adb0ddaeSAssar Westerlund
16108373020dSJacques Vidrine
16118373020dSJacques Vidrine
16128373020dSJacques Vidrine
1613c19800e8SDoug Rabson/* Set this to the default system lead string for telnetd
1614c19800e8SDoug Rabson * can contain %-escapes: %s=sysname, %m=machine, %r=os-release
1615c19800e8SDoug Rabson * %v=os-version, %t=tty, %h=hostname, %d=date and time
1616c19800e8SDoug Rabson */
1617c19800e8SDoug Rabson#undef USE_IM
1618c19800e8SDoug Rabson
1619c19800e8SDoug Rabson/* Used with login -p */
1620c19800e8SDoug Rabson#undef LOGIN_ARGS
1621c19800e8SDoug Rabson
1622c19800e8SDoug Rabson/* set this to a sensible login */
1623c19800e8SDoug Rabson#ifndef LOGIN_PATH
1624c19800e8SDoug Rabson#define LOGIN_PATH BINDIR "/login"
1625c19800e8SDoug Rabson#endif
1626c19800e8SDoug Rabson
1627