15992SN/A/* $FreeBSD$ */
25992SN/A
35992SN/A
45992SN/A/* config.h.  Generated automatically by configure.  */
55992SN/A/* config.h.in.  Generated automatically from configure.in by autoheader.  */
65992SN/A/* $Id: config.h.in,v 1.15 2001/04/28 07:11:46 lukem Exp $ */
75992SN/A
85992SN/A
95992SN/A/* Define if the closedir function returns void instead of int.  */
105992SN/A/* #undef CLOSEDIR_VOID */
115992SN/A
125992SN/A/* Define to empty if the keyword does not work.  */
135992SN/A/* #undef const */
145992SN/A
155992SN/A/* Define if your C compiler doesn't accept -c and -o together.  */
165992SN/A/* #undef NO_MINUS_C_MINUS_O */
175992SN/A
185992SN/A/* Define if your Fortran 77 compiler doesn't accept -c and -o together. */
195992SN/A/* #undef F77_NO_MINUS_C_MINUS_O */
205992SN/A
215992SN/A/* Define to `long' if <sys/types.h> doesn't define.  */
225992SN/A/* #undef off_t */
235992SN/A
245992SN/A/* Define to the type of arg1 for select(). */
255992SN/A/* #undef SELECT_TYPE_ARG1 */
265992SN/A
275992SN/A/* Define to the type of args 2, 3 and 4 for select(). */
285992SN/A/* #undef SELECT_TYPE_ARG234 */
295992SN/A
305992SN/A/* Define to the type of arg5 for select(). */
315992SN/A/* #undef SELECT_TYPE_ARG5 */
325992SN/A
335992SN/A/* Define if you have the ANSI C header files.  */
345992SN/A#define STDC_HEADERS 1
355992SN/A
365992SN/A/* Define if you can safely include both <sys/time.h> and <time.h>.  */
375992SN/A#define TIME_WITH_SYS_TIME 1
385992SN/A
395992SN/A/* Define if the closedir function returns void instead of int.  */
405992SN/A/* #undef VOID_CLOSEDIR */
415992SN/A
425992SN/A/* The number of bytes in a off_t.  */
435992SN/A#define SIZEOF_OFF_T 0
445992SN/A
455992SN/A/* Define if you have the err function.  */
465992SN/A#define HAVE_ERR 1
475992SN/A
485992SN/A/* Define if you have the fgetln function.  */
495992SN/A#define HAVE_FGETLN 1
505992SN/A
515992SN/A/* Define if you have the flock function.  */
525992SN/A#define HAVE_FLOCK 1
535992SN/A
545992SN/A/* Define if you have the fparseln function.  */
555992SN/A#define HAVE_FPARSELN 1
565992SN/A
575992SN/A/* Define if you have the fts_open function.  */
585992SN/A#define HAVE_FTS_OPEN 1
595992SN/A
605992SN/A/* Define if you have the getaddrinfo function.  */
615992SN/A#define HAVE_GETADDRINFO 1
625992SN/A
635992SN/A/* Define if you have the getgrouplist function.  */
645992SN/A#define HAVE_GETGROUPLIST 1
655992SN/A
665992SN/A/* Define if you have the getnameinfo function.  */
675992SN/A#define HAVE_GETNAMEINFO 1
685992SN/A
695992SN/A/* Define if you have the getspnam function.  */
705992SN/A/* #undef HAVE_GETSPNAM */
715992SN/A
725992SN/A/* Define if you have the getusershell function.  */
735992SN/A#define HAVE_GETUSERSHELL 1
745992SN/A
755992SN/A/* Define if you have the inet_net_pton function.  */
765992SN/A#define HAVE_INET_NET_PTON 1
775992SN/A
785992SN/A/* Define if you have the inet_ntop function.  */
795992SN/A#define HAVE_INET_NTOP 1
805992SN/A
815992SN/A/* Define if you have the inet_pton function.  */
825992SN/A#define HAVE_INET_PTON 1
8315556Sigerasim
845992SN/A/* Define if you have the lockf function.  */
855992SN/A#define HAVE_LOCKF 1
865992SN/A
875992SN/A/* Define if you have the mkstemp function.  */
885992SN/A#define HAVE_MKSTEMP 1
895992SN/A
905992SN/A/* Define if you have the setlogin function.  */
915992SN/A#define HAVE_SETLOGIN 1
925992SN/A
935992SN/A/* Define if you have the setproctitle function.  */
945992SN/A#define HAVE_SETPROCTITLE 1
955992SN/A
965992SN/A/* Define if you have the sl_init function.  */
975992SN/A#define HAVE_SL_INIT 1
985992SN/A
995992SN/A/* Define if you have the snprintf function.  */
1005992SN/A#define HAVE_SNPRINTF 1
1015992SN/A
1025992SN/A/* Define if you have the strdup function.  */
1035992SN/A#define HAVE_STRDUP 1
1045992SN/A
1055992SN/A/* Define if you have the strerror function.  */
1065992SN/A#define HAVE_STRERROR 1
1075992SN/A
1085992SN/A/* Define if you have the strlcat function.  */
1095992SN/A#define HAVE_STRLCAT 1
1105992SN/A
1115992SN/A/* Define if you have the strlcpy function.  */
1125992SN/A#define HAVE_STRLCPY 1
1135992SN/A
1145992SN/A/* Define if you have the strmode function.  */
1155992SN/A#define HAVE_STRMODE 1
1165992SN/A
1175992SN/A/* Define if you have the strsep function.  */
1185992SN/A#define HAVE_STRSEP 1
1195992SN/A
1205992SN/A/* Define if you have the strtoll function.  */
1215992SN/A#define HAVE_STRTOLL 1
1225992SN/A
1235992SN/A/* Define if you have the user_from_uid function.  */
1245992SN/A#define HAVE_USER_FROM_UID 1
1255992SN/A
1265992SN/A/* Define if you have the usleep function.  */
1275992SN/A#define HAVE_USLEEP 1
1285992SN/A
1295992SN/A/* Define if you have the vfork function.  */
1305992SN/A#define HAVE_VFORK 1
1315992SN/A
1325992SN/A/* Define if you have the vsyslog function.  */
1335992SN/A#define HAVE_VSYSLOG 1
1345992SN/A
1355992SN/A/* Define if you have the <arpa/nameser.h> header file.  */
1365992SN/A#define HAVE_ARPA_NAMESER_H 1
1375992SN/A
1385992SN/A/* Define if you have the <dirent.h> header file.  */
1395992SN/A#define HAVE_DIRENT_H 1
1405992SN/A
1415992SN/A/* Define if you have the <err.h> header file.  */
1425992SN/A#define HAVE_ERR_H 1
1435992SN/A
1445992SN/A/* Define if you have the <fts.h> header file.  */
1455992SN/A#define HAVE_FTS_H 1
1465992SN/A
1475992SN/A/* Define if you have the <libutil.h> header file.  */
1485992SN/A#define HAVE_LIBUTIL_H 1
1495992SN/A
1505992SN/A/* Define if you have the <ndir.h> header file.  */
1515992SN/A/* #undef HAVE_NDIR_H */
1525992SN/A
1535992SN/A/* Define if you have the <paths.h> header file.  */
1545992SN/A#define HAVE_PATHS_H 1
1555992SN/A
1565992SN/A/* Define if you have the <sys/dir.h> header file.  */
1575992SN/A#define HAVE_SYS_DIR_H 1
1585992SN/A
1595992SN/A/* Define if you have the <sys/ndir.h> header file.  */
1605992SN/A/* #undef HAVE_SYS_NDIR_H */
1615992SN/A
1625992SN/A/* Define if you have the <sys/sysmacros.h> header file.  */
1635992SN/A/* #undef HAVE_SYS_SYSMACROS_H */
1645992SN/A
1655992SN/A/* Define if you have the <util.h> header file.  */
1665992SN/A/* #undef HAVE_UTIL_H */
1675992SN/A
1685992SN/A/* Define if you have the crypt library (-lcrypt).  */
1695992SN/A#define HAVE_LIBCRYPT 1
1705992SN/A
1715992SN/A/* Define if you have the nsl library (-lnsl).  */
1725992SN/A/* #undef HAVE_LIBNSL */
1735992SN/A
1745992SN/A/* Define if you have the skey library (-lskey).  */
1755992SN/A/* #undef HAVE_LIBSKEY */
1765992SN/A
1775992SN/A/* Define if you have the socket library (-lsocket).  */
1785992SN/A/* #undef HAVE_LIBSOCKET */
1795992SN/A
1805992SN/A/* Define if you have the util library (-lutil).  */
1815992SN/A#define HAVE_LIBUTIL 1
1825992SN/A
1835992SN/A/* Define if your compiler supports `long long' */
1845992SN/A#define HAVE_LONG_LONG 1
1855992SN/A
1865992SN/A/* Define if *printf() uses %qd to print `long long' (otherwise uses %lld) */
1875992SN/A#define HAVE_PRINTF_QD 1
1885992SN/A
1895992SN/A/* Define if in_port_t exists */
1905992SN/A#define HAVE_IN_PORT_T 1
1915992SN/A
1925992SN/A/* Define if struct sockaddr.sa_len exists (implies sockaddr_in.sin_len, etc) */
1935992SN/A#define HAVE_SOCKADDR_SA_LEN 1
1945992SN/A
1957084SN/A/* Define if socklen_t exists */
1967084SN/A#define HAVE_SOCKLEN_T 1
1977084SN/A
1988750SN/A/* Define if AF_INET6 exists in <sys/socket.h> */
1998750SN/A#define HAVE_AF_INET6 1
2005992SN/A
2015992SN/A/* Define if `struct sockaddr_in6' exists in <netinet/in.h> */
2027084SN/A#define HAVE_SOCKADDR_IN6 1
2038750SN/A
2048750SN/A/* Define if `struct addrinfo' exists in <netdb.h> */
2058750SN/A#define HAVE_ADDRINFO 1
2065992SN/A
2075992SN/A/*
2085992SN/A * Define if <netdb.h> contains AI_NUMERICHOST et al.
2095992SN/A * Systems which only implement RFC2133 will need this.
2105992SN/A */
2117084SN/A#define HAVE_RFC2553_NETDB 1
2127084SN/A
2137084SN/A/* Define if `struct direct' has a d_namlen element */
2147084SN/A#define HAVE_D_NAMLEN 1
2157084SN/A
2167084SN/A/* Define if struct passwd.pw_expire exists. */
2175992SN/A#define HAVE_PW_EXPIRE 1
2185992SN/A
2195992SN/A/* Define if GLOB_BRACE, gl_path and gl_match exist in <glob.h> */
2205992SN/A#define HAVE_WORKING_GLOB 1
2215992SN/A
2225992SN/A/* Define if crypt() is declared in <unistd.h> */
2235992SN/A#define HAVE_CRYPT_D 1
2245992SN/A
2255992SN/A/* Define if fclose() is declared in <stdio.h> */
2268750SN/A#define HAVE_FCLOSE_D 1
2275992SN/A
2285992SN/A/* Define if optarg is declared in <stdlib.h> or <unistd.h> */
2295992SN/A#define HAVE_OPTARG_D 1
2305992SN/A
2315992SN/A/* Define if optind is declared in <stdlib.h> or <unistd.h> */
2325992SN/A#define HAVE_OPTIND_D 1
2335992SN/A
2347084SN/A/* Define if optreset exists */
2357084SN/A#define HAVE_OPTRESET 1
2367084SN/A
23713917Sksrini/* Define if pclose() is declared in <stdio.h> */
2385992SN/A#define HAVE_PCLOSE_D 1
2395992SN/A
2405992SN/A/* Define if getusershell() is declared in <unistd.h> */
2415992SN/A#define HAVE_GETUSERSHELL_D 1
24210032SN/A
24310032SN/A/* Define if `long long' is supported and sizeof(off_t) >= 8 */
24410032SN/A#define HAVE_QUAD_SUPPORT 1
2455992SN/A
2465992SN/A/* Define if not using in-built /bin/ls code */
2475992SN/A/* #undef NO_INTERNAL_LS */
2485992SN/A
2495992SN/A/* Define if using S/Key */
2505992SN/A/* #undef SKEY */
2515992SN/A
2525992SN/A/*
2535992SN/A * Define this if compiling with SOCKS (the firewall traversal library).
2545992SN/A * Also, you must define connect, getsockname, bind, accept, listen, and
2557084SN/A * select to their R-versions.
2567084SN/A */
2575992SN/A/* #undef	SOCKS */
2585992SN/A/* #undef	SOCKS4 */
2595992SN/A/* #undef	SOCKS5 */
2605992SN/A/* #undef	connect */
2615992SN/A/* #undef	getsockname */
2625992SN/A/* #undef	bind */
2635992SN/A/* #undef	accept */
2645992SN/A/* #undef	listen */
2655992SN/A/* #undef	select */
2665992SN/A/* #undef	dup */
2675992SN/A/* #undef	dup2 */
2685992SN/A/* #undef	fclose */
2695992SN/A/* #undef	gethostbyname */
2705992SN/A/* #undef	getpeername */
2715992SN/A/* #undef	read */
2725992SN/A/* #undef	recv */
2735992SN/A/* #undef	recvfrom */
2745992SN/A/* #undef	rresvport */
2755992SN/A/* #undef	send */
2765992SN/A/* #undef	sendto */
2775992SN/A/* #undef	shutdown */
2785992SN/A/* #undef	write */
2795992SN/A
2805992SN/A/* Define if you have the <arpa/ftp.h> header file.  */
2815992SN/A#define HAVE_FTP_NAMES 1
2825992SN/A