179979Sobrien/* $FreeBSD$ */
279979Sobrien
379979Sobrien
479979Sobrien/* config.h.  Generated automatically by configure.  */
579979Sobrien/* config.h.in.  Generated automatically from configure.in by autoheader.  */
679979Sobrien/* $Id: config.h.in,v 1.15 2001/04/28 07:11:46 lukem Exp $ */
779979Sobrien
879979Sobrien
979979Sobrien/* Define if the closedir function returns void instead of int.  */
1079979Sobrien/* #undef CLOSEDIR_VOID */
1179979Sobrien
1279979Sobrien/* Define to empty if the keyword does not work.  */
1379979Sobrien/* #undef const */
1479979Sobrien
1579979Sobrien/* Define if your C compiler doesn't accept -c and -o together.  */
1679979Sobrien/* #undef NO_MINUS_C_MINUS_O */
1779979Sobrien
1879979Sobrien/* Define if your Fortran 77 compiler doesn't accept -c and -o together. */
1979979Sobrien/* #undef F77_NO_MINUS_C_MINUS_O */
2079979Sobrien
2179979Sobrien/* Define to `long' if <sys/types.h> doesn't define.  */
2279979Sobrien/* #undef off_t */
2379979Sobrien
2479979Sobrien/* Define to the type of arg1 for select(). */
2579979Sobrien/* #undef SELECT_TYPE_ARG1 */
2679979Sobrien
2779979Sobrien/* Define to the type of args 2, 3 and 4 for select(). */
2879979Sobrien/* #undef SELECT_TYPE_ARG234 */
2979979Sobrien
3079979Sobrien/* Define to the type of arg5 for select(). */
3179979Sobrien/* #undef SELECT_TYPE_ARG5 */
3279979Sobrien
3379979Sobrien/* Define if you have the ANSI C header files.  */
3479979Sobrien#define STDC_HEADERS 1
3579979Sobrien
3679979Sobrien/* Define if you can safely include both <sys/time.h> and <time.h>.  */
3779979Sobrien#define TIME_WITH_SYS_TIME 1
3879979Sobrien
3979979Sobrien/* Define if the closedir function returns void instead of int.  */
4079979Sobrien/* #undef VOID_CLOSEDIR */
4179979Sobrien
4279979Sobrien/* The number of bytes in a off_t.  */
4379979Sobrien#define SIZEOF_OFF_T 0
4479979Sobrien
4579979Sobrien/* Define if you have the err function.  */
4679979Sobrien#define HAVE_ERR 1
4779979Sobrien
4879979Sobrien/* Define if you have the fgetln function.  */
4979979Sobrien#define HAVE_FGETLN 1
5079979Sobrien
5179979Sobrien/* Define if you have the flock function.  */
5279979Sobrien#define HAVE_FLOCK 1
5379979Sobrien
5479979Sobrien/* Define if you have the fparseln function.  */
5579979Sobrien#define HAVE_FPARSELN 1
5679979Sobrien
5779979Sobrien/* Define if you have the fts_open function.  */
5879979Sobrien#define HAVE_FTS_OPEN 1
5979979Sobrien
6079979Sobrien/* Define if you have the getaddrinfo function.  */
6179979Sobrien#define HAVE_GETADDRINFO 1
6279979Sobrien
6379979Sobrien/* Define if you have the getgrouplist function.  */
6479979Sobrien#define HAVE_GETGROUPLIST 1
6579979Sobrien
6679979Sobrien/* Define if you have the getnameinfo function.  */
6779979Sobrien#define HAVE_GETNAMEINFO 1
6879979Sobrien
6979979Sobrien/* Define if you have the getspnam function.  */
7079979Sobrien/* #undef HAVE_GETSPNAM */
7179979Sobrien
7279979Sobrien/* Define if you have the getusershell function.  */
7379979Sobrien#define HAVE_GETUSERSHELL 1
7479979Sobrien
7579979Sobrien/* Define if you have the inet_net_pton function.  */
7679979Sobrien#define HAVE_INET_NET_PTON 1
7779979Sobrien
7879979Sobrien/* Define if you have the inet_ntop function.  */
7979979Sobrien#define HAVE_INET_NTOP 1
8079979Sobrien
8179979Sobrien/* Define if you have the inet_pton function.  */
8279979Sobrien#define HAVE_INET_PTON 1
8379979Sobrien
8479979Sobrien/* Define if you have the lockf function.  */
8579979Sobrien#define HAVE_LOCKF 1
8679979Sobrien
8779979Sobrien/* Define if you have the mkstemp function.  */
8879979Sobrien#define HAVE_MKSTEMP 1
8979979Sobrien
9079979Sobrien/* Define if you have the setlogin function.  */
9179979Sobrien#define HAVE_SETLOGIN 1
9279979Sobrien
9379979Sobrien/* Define if you have the setproctitle function.  */
9479979Sobrien#define HAVE_SETPROCTITLE 1
9579979Sobrien
9679979Sobrien/* Define if you have the sl_init function.  */
9779979Sobrien#define HAVE_SL_INIT 1
9879979Sobrien
9979979Sobrien/* Define if you have the snprintf function.  */
10079979Sobrien#define HAVE_SNPRINTF 1
10179979Sobrien
10279979Sobrien/* Define if you have the strdup function.  */
10379979Sobrien#define HAVE_STRDUP 1
10479979Sobrien
10579979Sobrien/* Define if you have the strerror function.  */
10679979Sobrien#define HAVE_STRERROR 1
10779979Sobrien
10879979Sobrien/* Define if you have the strlcat function.  */
10979979Sobrien#define HAVE_STRLCAT 1
11079979Sobrien
11179979Sobrien/* Define if you have the strlcpy function.  */
11279979Sobrien#define HAVE_STRLCPY 1
11379979Sobrien
11479979Sobrien/* Define if you have the strmode function.  */
11579979Sobrien#define HAVE_STRMODE 1
11679979Sobrien
11779979Sobrien/* Define if you have the strsep function.  */
11879979Sobrien#define HAVE_STRSEP 1
11979979Sobrien
12079979Sobrien/* Define if you have the strtoll function.  */
12179979Sobrien#define HAVE_STRTOLL 1
12279979Sobrien
12379979Sobrien/* Define if you have the user_from_uid function.  */
12479979Sobrien#define HAVE_USER_FROM_UID 1
12579979Sobrien
12679979Sobrien/* Define if you have the usleep function.  */
12779979Sobrien#define HAVE_USLEEP 1
12879979Sobrien
12979979Sobrien/* Define if you have the vfork function.  */
13079979Sobrien#define HAVE_VFORK 1
13179979Sobrien
13279979Sobrien/* Define if you have the vsyslog function.  */
13379979Sobrien#define HAVE_VSYSLOG 1
13479979Sobrien
13579979Sobrien/* Define if you have the <arpa/nameser.h> header file.  */
13679979Sobrien#define HAVE_ARPA_NAMESER_H 1
13779979Sobrien
13879979Sobrien/* Define if you have the <dirent.h> header file.  */
13979979Sobrien#define HAVE_DIRENT_H 1
14079979Sobrien
14179979Sobrien/* Define if you have the <err.h> header file.  */
14279979Sobrien#define HAVE_ERR_H 1
14379979Sobrien
14479979Sobrien/* Define if you have the <fts.h> header file.  */
14579979Sobrien#define HAVE_FTS_H 1
14679979Sobrien
14779979Sobrien/* Define if you have the <libutil.h> header file.  */
14879979Sobrien#define HAVE_LIBUTIL_H 1
14979979Sobrien
15079979Sobrien/* Define if you have the <ndir.h> header file.  */
15179979Sobrien/* #undef HAVE_NDIR_H */
15279979Sobrien
15379979Sobrien/* Define if you have the <paths.h> header file.  */
15479979Sobrien#define HAVE_PATHS_H 1
15579979Sobrien
15679979Sobrien/* Define if you have the <sys/dir.h> header file.  */
15779979Sobrien#define HAVE_SYS_DIR_H 1
15879979Sobrien
15979979Sobrien/* Define if you have the <sys/ndir.h> header file.  */
16079979Sobrien/* #undef HAVE_SYS_NDIR_H */
16179979Sobrien
16279979Sobrien/* Define if you have the <sys/sysmacros.h> header file.  */
16379979Sobrien/* #undef HAVE_SYS_SYSMACROS_H */
16479979Sobrien
16579979Sobrien/* Define if you have the <util.h> header file.  */
16679979Sobrien/* #undef HAVE_UTIL_H */
16779979Sobrien
16879979Sobrien/* Define if you have the crypt library (-lcrypt).  */
16979979Sobrien#define HAVE_LIBCRYPT 1
17079979Sobrien
17179979Sobrien/* Define if you have the nsl library (-lnsl).  */
17279979Sobrien/* #undef HAVE_LIBNSL */
17379979Sobrien
17479979Sobrien/* Define if you have the skey library (-lskey).  */
17579979Sobrien/* #undef HAVE_LIBSKEY */
17679979Sobrien
17779979Sobrien/* Define if you have the socket library (-lsocket).  */
17879979Sobrien/* #undef HAVE_LIBSOCKET */
17979979Sobrien
18079979Sobrien/* Define if you have the util library (-lutil).  */
18179979Sobrien#define HAVE_LIBUTIL 1
18279979Sobrien
18379979Sobrien/* Define if your compiler supports `long long' */
18479979Sobrien#define HAVE_LONG_LONG 1
18579979Sobrien
18679979Sobrien/* Define if *printf() uses %qd to print `long long' (otherwise uses %lld) */
18779979Sobrien#define HAVE_PRINTF_QD 1
18879979Sobrien
18979979Sobrien/* Define if in_port_t exists */
19079979Sobrien#define HAVE_IN_PORT_T 1
19179979Sobrien
19279979Sobrien/* Define if struct sockaddr.sa_len exists (implies sockaddr_in.sin_len, etc) */
19379979Sobrien#define HAVE_SOCKADDR_SA_LEN 1
19479979Sobrien
19579979Sobrien/* Define if socklen_t exists */
19679979Sobrien#define HAVE_SOCKLEN_T 1
19779979Sobrien
19879979Sobrien/* Define if AF_INET6 exists in <sys/socket.h> */
19979979Sobrien#define HAVE_AF_INET6 1
20079979Sobrien
20179979Sobrien/* Define if `struct sockaddr_in6' exists in <netinet/in.h> */
20279979Sobrien#define HAVE_SOCKADDR_IN6 1
20379979Sobrien
20479979Sobrien/* Define if `struct addrinfo' exists in <netdb.h> */
20579979Sobrien#define HAVE_ADDRINFO 1
20679979Sobrien
20779979Sobrien/*
20879979Sobrien * Define if <netdb.h> contains AI_NUMERICHOST et al.
20979979Sobrien * Systems which only implement RFC2133 will need this.
21079979Sobrien */
21179979Sobrien#define HAVE_RFC2553_NETDB 1
21279979Sobrien
21379979Sobrien/* Define if `struct direct' has a d_namlen element */
21479979Sobrien#define HAVE_D_NAMLEN 1
21579979Sobrien
21679979Sobrien/* Define if struct passwd.pw_expire exists. */
21779979Sobrien#define HAVE_PW_EXPIRE 1
21879979Sobrien
21979979Sobrien/* Define if GLOB_BRACE, gl_path and gl_match exist in <glob.h> */
22079979Sobrien#define HAVE_WORKING_GLOB 1
22179979Sobrien
22279979Sobrien/* Define if crypt() is declared in <unistd.h> */
22379979Sobrien#define HAVE_CRYPT_D 1
22479979Sobrien
22579979Sobrien/* Define if fclose() is declared in <stdio.h> */
22679979Sobrien#define HAVE_FCLOSE_D 1
22779979Sobrien
22879979Sobrien/* Define if optarg is declared in <stdlib.h> or <unistd.h> */
22979979Sobrien#define HAVE_OPTARG_D 1
23079979Sobrien
23179979Sobrien/* Define if optind is declared in <stdlib.h> or <unistd.h> */
23279979Sobrien#define HAVE_OPTIND_D 1
23379979Sobrien
23479979Sobrien/* Define if optreset exists */
23579979Sobrien#define HAVE_OPTRESET 1
23679979Sobrien
23779979Sobrien/* Define if pclose() is declared in <stdio.h> */
23879979Sobrien#define HAVE_PCLOSE_D 1
23979979Sobrien
24079979Sobrien/* Define if getusershell() is declared in <unistd.h> */
24179979Sobrien#define HAVE_GETUSERSHELL_D 1
24279979Sobrien
24379979Sobrien/* Define if `long long' is supported and sizeof(off_t) >= 8 */
24479979Sobrien#define HAVE_QUAD_SUPPORT 1
24579979Sobrien
24679979Sobrien/* Define if not using in-built /bin/ls code */
24779979Sobrien/* #undef NO_INTERNAL_LS */
24879979Sobrien
24979979Sobrien/* Define if using S/Key */
25079979Sobrien/* #undef SKEY */
25179979Sobrien
25279979Sobrien/*
25379979Sobrien * Define this if compiling with SOCKS (the firewall traversal library).
25479979Sobrien * Also, you must define connect, getsockname, bind, accept, listen, and
25579979Sobrien * select to their R-versions.
25679979Sobrien */
25779979Sobrien/* #undef	SOCKS */
25879979Sobrien/* #undef	SOCKS4 */
25979979Sobrien/* #undef	SOCKS5 */
26079979Sobrien/* #undef	connect */
26179979Sobrien/* #undef	getsockname */
26279979Sobrien/* #undef	bind */
26379979Sobrien/* #undef	accept */
26479979Sobrien/* #undef	listen */
26579979Sobrien/* #undef	select */
26679979Sobrien/* #undef	dup */
26779979Sobrien/* #undef	dup2 */
26879979Sobrien/* #undef	fclose */
26979979Sobrien/* #undef	gethostbyname */
27079979Sobrien/* #undef	getpeername */
27179979Sobrien/* #undef	read */
27279979Sobrien/* #undef	recv */
27379979Sobrien/* #undef	recvfrom */
27479979Sobrien/* #undef	rresvport */
27579979Sobrien/* #undef	send */
27679979Sobrien/* #undef	sendto */
27779979Sobrien/* #undef	shutdown */
27879979Sobrien/* #undef	write */
27979979Sobrien
28079979Sobrien/* Define if you have the <arpa/ftp.h> header file.  */
28179979Sobrien#define HAVE_FTP_NAMES 1
282