1 /* config_local.h.  Generated automatically by configure.  */
2 /*
3     This file contains only definitions required to make compilation
4     occur successfully. These definitions control whether various
5     include files or extern declarations are needed.
6 
7     If the answer to any of these questions is yes, the corresponding
8     symbol should be defined.
9 */
10 /* Is there a prototype for "getpass"? */
11 #define GETPASS_PROTO 1
12 
13 /* Are "htons" and "ntohs" defined in <machine/endian.h>? */
14 #define NEED_ENDIAN 1
15 
16 /* Are "htons" and "ntohs" defined in <net/nh.h>? */
17 /* #undef NEED_NH */
18 
19 /* Are "htons" and "ntohs" defined in <netinet/in.h>? */
20 #define NEED_NETINET_IN 1
21 
22 /* Are "htons" and "ntohs" defined in <sys/byteorder.h>? */
23 /* #undef NEED_BYTEORDER */
24 
25 /* Is there a prototype for "fprintf" in <stdio.h>? */
26 #define FPRINTF_PROTO 1
27 
28 /* Is there a prototype for "fclose" in <stdio.h>? */
29 #define FCLOSE_PROTO 1
30 
31 /* Is there a prototype for "time"? */
32 #define TIME_PROTO 1
33 
34 /* Is there a prototype for "mktemp"? */
35 #define MKTEMP_PROTO 1
36 
37 /* Is there a prototype for "perror" in <errno.h>? */
38 #define PERROR_PROTO 1
39 
40 /* Is there a prototype for "rename" in <unistd.h>? or (choke) in
41     <stdio.h>? */
42 #define RENAME_PROTO 1
43 
44 /* Does the system support "strdup" and have a prototype in <string.h>? */
45 #define STRDUP_PROTO 1
46 
47 /* Does the system have "usleep"? */
48 #define HAS_USLEEP 1
49 #define USLEEP_PROTO 1
50 
51 /* Is there a <limits.h>? (Otherwise, there had better be a <sys/limits.h>) */
52 #define HAVE_LIMITS_H 1
53 #define HAVE_SYS_LIMITS_H 1
54 
55 /* Is there a <sys/select.h>? (AIX requires it for fd_sets) */
56 #define HAVE_SYS_SELECT_H 1
57 
58 #define BZERO_PROTO 1
59 
60 /* Does <time.h> have a localtime proto? */
61 #define LOCALTIME_PROTO 1
62 
63 /* Is there a nl_langinfo() call? */
64 #undef HAVE_NL_LANGINFO
65 
66 /* Is there a working <sys/param.h> */
67 #define HAVE_SYS_PARAM_H 1
68