|
1 /* config.h.in. Generated automatically from configure.in by autoheader. */ |
|
2 |
|
3 /* Define to empty if the keyword does not work. */ |
|
4 #undef const |
|
5 |
|
6 /* Define to `int' if <sys/types.h> doesn't define. */ |
|
7 #undef gid_t |
|
8 |
|
9 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */ |
|
10 #undef HAVE_SYS_WAIT_H |
|
11 |
|
12 /* Define as __inline if that's what the C compiler calls it. */ |
|
13 #undef inline |
|
14 |
|
15 /* Define to `int' if <sys/types.h> doesn't define. */ |
|
16 #undef pid_t |
|
17 |
|
18 /* Define as the return type of signal handlers (int or void). */ |
|
19 #undef RETSIGTYPE |
|
20 |
|
21 /* Define to `unsigned' if <sys/types.h> doesn't define. */ |
|
22 #undef size_t |
|
23 |
|
24 /* Define if you have the ANSI C header files. */ |
|
25 #undef STDC_HEADERS |
|
26 |
|
27 /* Define if you can safely include both <sys/time.h> and <time.h>. */ |
|
28 #undef TIME_WITH_SYS_TIME |
|
29 |
|
30 /* Define to `int' if <sys/types.h> doesn't define. */ |
|
31 #undef uid_t |
|
32 |
|
33 /* Use only crypt(3) for password encryption */ |
|
34 #undef USE_CRYPT |
|
35 |
|
36 /* Use Kerberos 5 authentication */ |
|
37 #undef USE_KRB5 |
|
38 |
|
39 #undef VPWTABLE_CDB |
|
40 #undef VPWTABLE_GDBM |
|
41 |
|
42 /* Define if you have the crypt function. */ |
|
43 #undef HAVE_CRYPT |
|
44 |
|
45 /* Define if you have the gethostname function. */ |
|
46 #undef HAVE_GETHOSTNAME |
|
47 |
|
48 /* Define if you have the gettimeofday function. */ |
|
49 #undef HAVE_GETTIMEOFDAY |
|
50 |
|
51 /* Define if you have the mkdir function. */ |
|
52 #undef HAVE_MKDIR |
|
53 |
|
54 /* Define if you have the putenv function. */ |
|
55 #undef HAVE_PUTENV |
|
56 |
|
57 /* Define if you have the random function. */ |
|
58 #undef HAVE_RANDOM |
|
59 |
|
60 /* Define if you have the rmdir function. */ |
|
61 #undef HAVE_RMDIR |
|
62 |
|
63 /* Define if you have the socket function. */ |
|
64 #undef HAVE_SOCKET |
|
65 |
|
66 /* Define if you have the srandom function. */ |
|
67 #undef HAVE_SRANDOM |
|
68 |
|
69 /* Define if you have the <crypt.h> header file. */ |
|
70 #undef HAVE_CRYPT_H |
|
71 |
|
72 /* Define if you have the <dirent.h> header file. */ |
|
73 #undef HAVE_DIRENT_H |
|
74 |
|
75 /* Define if you have the <fcntl.h> header file. */ |
|
76 #undef HAVE_FCNTL_H |
|
77 |
|
78 /* Define if you have the <ndir.h> header file. */ |
|
79 #undef HAVE_NDIR_H |
|
80 |
|
81 /* Define if you have the <shadow.h> header file. */ |
|
82 #undef HAVE_SHADOW_H |
|
83 |
|
84 /* Define if you have the <sys/dir.h> header file. */ |
|
85 #undef HAVE_SYS_DIR_H |
|
86 |
|
87 /* Define if you have the <sys/ndir.h> header file. */ |
|
88 #undef HAVE_SYS_NDIR_H |
|
89 |
|
90 /* Define if you have the <sys/time.h> header file. */ |
|
91 #undef HAVE_SYS_TIME_H |
|
92 |
|
93 /* Define if you have the <unistd.h> header file. */ |
|
94 #undef HAVE_UNISTD_H |
|
95 |
|
96 /* Define if you have the crypt library (-lcrypt). */ |
|
97 #undef HAVE_LIBCRYPT |
|
98 |
|
99 /* Define if you have the inet library (-linet). */ |
|
100 #undef HAVE_LIBINET |
|
101 |
|
102 /* Define if you have the socket library (-lsocket). */ |
|
103 #undef HAVE_LIBSOCKET |
|
104 |
|
105 /* Define if you have the xnet library (-lxnet). */ |
|
106 #undef HAVE_LIBXNET |
|
107 |
|
108 /* Name of package */ |
|
109 #undef PACKAGE |
|
110 |
|
111 /* Version number of package */ |
|
112 #undef VERSION |
|
113 |