chiark / gitweb /
Fix maintainer address.
[libspamc] / config.h
CommitLineData
f5352ff0 1/* config.h. Generated by configure. */
2/* config.h.in. Generated from configure.in by autoheader. */
3
4/* #undef CCDLFLAGS */
5
6/* #undef LDDLFLAGS */
7
8#define HAVE_SHUT_RD 1
9
10#define HAVE_H_ERRNO 1
11
12#define HAVE_OPTARG 1
13
14/* #undef in_addr_t */
15
16#define HAVE_INADDR_NONE 1
17
18#define HAVE_EX__MAX 1
19
20/* Define to 1 if you have the <errno.h> header file. */
21#define HAVE_ERRNO_H 1
22
23/* Define to 1 if you have the <getopt.h> header file. */
24#define HAVE_GETOPT_H 1
25
26/* Define to 1 if you have the <inttypes.h> header file. */
27#define HAVE_INTTYPES_H 1
28
29/* Define to 1 if you have the `crypto' library (-lcrypto). */
30#define HAVE_LIBCRYPTO 1
31
32/* Define to 1 if you have the `dl' library (-ldl). */
33#define HAVE_LIBDL 1
34
35/* Define to 1 if you have the `inet' library (-linet). */
36/* #undef HAVE_LIBINET */
37
38/* Define to 1 if you have the `nsl' library (-lnsl). */
39/* #undef HAVE_LIBNSL */
40
41/* Define to 1 if you have the `socket' library (-lsocket). */
42/* #undef HAVE_LIBSOCKET */
43
44/* Define to 1 if you have the `ssl' library (-lssl). */
45#define HAVE_LIBSSL 1
46
47/* Define to 1 if you have the <memory.h> header file. */
48#define HAVE_MEMORY_H 1
49
50/* Define to 1 if you have the <netdb.h> header file. */
51#define HAVE_NETDB_H 1
52
53/* Define to 1 if you have the <netinet/in.h> header file. */
54#define HAVE_NETINET_IN_H 1
55
56/* Define to 1 if you have the <openssl/crypto.h> header file. */
57#define HAVE_OPENSSL_CRYPTO_H 1
58
59/* Define to 1 if you have the <pwd.h> header file. */
60#define HAVE_PWD_H 1
61
62/* Define to 1 if you have the `shutdown' function. */
63#define HAVE_SHUTDOWN 1
64
65/* Define to 1 if you have the <signal.h> header file. */
66#define HAVE_SIGNAL_H 1
67
68/* Define to 1 if you have the `snprintf' function. */
69#define HAVE_SNPRINTF 1
70
71/* Define to 1 if you have the `socket' function. */
72#define HAVE_SOCKET 1
73
74/* Define to 1 if you have the <stdint.h> header file. */
75#define HAVE_STDINT_H 1
76
77/* Define to 1 if you have the <stdlib.h> header file. */
78#define HAVE_STDLIB_H 1
79
80/* Define to 1 if you have the `strdup' function. */
81#define HAVE_STRDUP 1
82
83/* Define to 1 if you have the <strings.h> header file. */
84#define HAVE_STRINGS_H 1
85
86/* Define to 1 if you have the <string.h> header file. */
87#define HAVE_STRING_H 1
88
89/* Define to 1 if you have the `strtod' function. */
90#define HAVE_STRTOD 1
91
92/* Define to 1 if you have the `strtol' function. */
93#define HAVE_STRTOL 1
94
95/* Define to 1 if you have the <sysexits.h> header file. */
96#define HAVE_SYSEXITS_H 1
97
98/* Define to 1 if you have the <syslog.h> header file. */
99#define HAVE_SYSLOG_H 1
100
101/* Define to 1 if you have the <sys/errno.h> header file. */
102#define HAVE_SYS_ERRNO_H 1
103
104/* Define to 1 if you have the <sys/socket.h> header file. */
105#define HAVE_SYS_SOCKET_H 1
106
107/* Define to 1 if you have the <sys/stat.h> header file. */
108#define HAVE_SYS_STAT_H 1
109
110/* Define to 1 if you have the <sys/time.h> header file. */
111#define HAVE_SYS_TIME_H 1
112
113/* Define to 1 if you have the <sys/types.h> header file. */
114#define HAVE_SYS_TYPES_H 1
115
116/* Define to 1 if you have the <time.h> header file. */
117#define HAVE_TIME_H 1
118
119/* Define to 1 if you have the <unistd.h> header file. */
120#define HAVE_UNISTD_H 1
121
122/* Define to the address where bug reports for this package should be sent. */
123#define PACKAGE_BUGREPORT ""
124
125/* Define to the full name of this package. */
126#define PACKAGE_NAME ""
127
128/* Define to the full name and version of this package. */
129#define PACKAGE_STRING ""
130
131/* Define to the one symbol short name of this package. */
132#define PACKAGE_TARNAME ""
133
134/* Define to the version of this package. */
135#define PACKAGE_VERSION ""
136
137/* Define to 1 if you have the ANSI C header files. */
138#define STDC_HEADERS 1
139
140/* Define to empty if `const' does not conform to ANSI C. */
141/* #undef const */
142
143/* Define to `int' if <sys/types.h> doesn't define. */
144/* #undef gid_t */
145
146/* Define to `unsigned long' if <sys/types.h> does not define. */
147/* #undef in_addr_t */
148
149/* Define to `long' if <sys/types.h> does not define. */
150/* #undef off_t */
151
152/* Define to `int' if <sys/types.h> does not define. */
153/* #undef pid_t */
154
155/* Define to `unsigned' if <sys/types.h> does not define. */
156/* #undef size_t */
157
158/* Define to `int' if <sys/types.h> doesn't define. */
159/* #undef uid_t */