summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-10-28 13:25:17 +1000
committerDamien Miller <djm@mindrot.org>1999-10-28 13:25:17 +1000
commit7f6ea0264d01aa40b20df8dc75141631479da054 (patch)
treea30aa324db2b41c64e1216ce73b7b7468e5ff706 /config.h.in
parent3d112efc672b877c74893229d3fd30f99489b9ff (diff)
- Integrated patch from Dan Brosemer <odin@linuxfreak.com>
- Build fixes - Autoconf - Change binary names to open* - Fixed autoconf script to detect PAM on RH6.1 - Added tests for libpwdb, and OpenBSD functions to autoconf (not used yet)
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in139
1 files changed, 139 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
new file mode 100644
index 000000000..44a5686d0
--- /dev/null
+++ b/config.h.in
@@ -0,0 +1,139 @@
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 don't have vprintf but do have _doprnt. */
10#undef HAVE_DOPRNT
11
12/* Define if your struct stat has st_blksize. */
13#undef HAVE_ST_BLKSIZE
14
15/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
16#undef HAVE_SYS_WAIT_H
17
18/* Define if utime(file, NULL) sets file's timestamp to the present. */
19#undef HAVE_UTIME_NULL
20
21/* Define if you have the vprintf function. */
22#undef HAVE_VPRINTF
23
24/* Define as __inline if that's what the C compiler calls it. */
25#undef inline
26
27/* Define to `int' if <sys/types.h> doesn't define. */
28#undef mode_t
29
30/* Define to `long' if <sys/types.h> doesn't define. */
31#undef off_t
32
33/* Define as the return type of signal handlers (int or void). */
34#undef RETSIGTYPE
35
36/* Define to `unsigned' if <sys/types.h> doesn't define. */
37#undef size_t
38
39/* Define if you have the ANSI C header files. */
40#undef STDC_HEADERS
41
42/* Define if you can safely include both <sys/time.h> and <time.h>. */
43#undef TIME_WITH_SYS_TIME
44
45/* Define to `int' if <sys/types.h> doesn't define. */
46#undef uid_t
47
48/* Define if your ssl headers are included with #include <ssl/header.h> */
49#undef HAVE_SSL
50
51/* Define if your ssl headers are included with #include <openssl/header.h> */
52#undef HAVE_OPENSSL
53
54/* Define if you have the arc4random function. */
55#undef HAVE_ARC4RANDOM
56
57/* Define if you have the gethostname function. */
58#undef HAVE_GETHOSTNAME
59
60/* Define if you have the gettimeofday function. */
61#undef HAVE_GETTIMEOFDAY
62
63/* Define if you have the mkdir function. */
64#undef HAVE_MKDIR
65
66/* Define if you have the mkdtemp function. */
67#undef HAVE_MKDTEMP
68
69/* Define if you have the rmdir function. */
70#undef HAVE_RMDIR
71
72/* Define if you have the select function. */
73#undef HAVE_SELECT
74
75/* Define if you have the setproctitle function. */
76#undef HAVE_SETPROCTITLE
77
78/* Define if you have the socket function. */
79#undef HAVE_SOCKET
80
81/* Define if you have the strerror function. */
82#undef HAVE_STRERROR
83
84/* Define if you have the strlcpy function. */
85#undef HAVE_STRLCPY
86
87/* Define if you have the strspn function. */
88#undef HAVE_STRSPN
89
90/* Define if you have the strtol function. */
91#undef HAVE_STRTOL
92
93/* Define if you have the <dirent.h> header file. */
94#undef HAVE_DIRENT_H
95
96/* Define if you have the <fcntl.h> header file. */
97#undef HAVE_FCNTL_H
98
99/* Define if you have the <ndir.h> header file. */
100#undef HAVE_NDIR_H
101
102/* Define if you have the <paths.h> header file. */
103#undef HAVE_PATHS_H
104
105/* Define if you have the <sys/dir.h> header file. */
106#undef HAVE_SYS_DIR_H
107
108/* Define if you have the <sys/ioctl.h> header file. */
109#undef HAVE_SYS_IOCTL_H
110
111/* Define if you have the <sys/ndir.h> header file. */
112#undef HAVE_SYS_NDIR_H
113
114/* Define if you have the <sys/time.h> header file. */
115#undef HAVE_SYS_TIME_H
116
117/* Define if you have the <syslog.h> header file. */
118#undef HAVE_SYSLOG_H
119
120/* Define if you have the <unistd.h> header file. */
121#undef HAVE_UNISTD_H
122
123/* Define if you have the crypto library (-lcrypto). */
124#undef HAVE_LIBCRYPTO
125
126/* Define if you have the dl library (-ldl). */
127#undef HAVE_LIBDL
128
129/* Define if you have the pam library (-lpam). */
130#undef HAVE_LIBPAM
131
132/* Define if you have the pwdb library (-lpwdb). */
133#undef HAVE_LIBPWDB
134
135/* Define if you have the util library (-lutil). */
136#undef HAVE_LIBUTIL
137
138/* Define if you have the z library (-lz). */
139#undef HAVE_LIBZ