~ubuntu-branches/ubuntu/trusty/libesmtp/trusty-proposed

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy T. Bouse
  • Date: 2002-03-06 08:37:48 UTC
  • Revision ID: james.westby@ubuntu.com-20020306083748-ihmt32mddsslvg5i
Tags: upstream-0.8.11
ImportĀ upstreamĀ versionĀ 0.8.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.h.in.  Generated automatically from configure.in by autoheader.  */
 
2
/* Turn off the GCC specific __attribute__ keyword */
 
3
#if !defined (__GNUC__) || __GNUC__ < 2
 
4
# define __attribute__(x)
 
5
#endif
 
6
 
 
7
 
 
8
 
 
9
 
 
10
/* location of authentication plugins. */
 
11
#undef AUTHPLUGINDIR
 
12
 
 
13
/* support non-standard EHLO AUTH= response */
 
14
#undef AUTH_ID_HACK
 
15
 
 
16
/* Enable additional debugging code */
 
17
#undef DEBUG
 
18
 
 
19
/* Define if you have the <dlfcn.h> header file. */
 
20
#undef HAVE_DLFCN_H
 
21
 
 
22
/* the dlsym() function is available */
 
23
#undef HAVE_DLSYM
 
24
 
 
25
/* Does system provide RFC 2553/Posix getaddrinfo? */
 
26
#undef HAVE_GETADDRINFO
 
27
 
 
28
/* Number of parameters to gethostbyname_r or 0 if not available */
 
29
#undef HAVE_GETHOSTBYNAME_R
 
30
 
 
31
/* Define if you have the `gethostname' function. */
 
32
#undef HAVE_GETHOSTNAME
 
33
 
 
34
/* Set when getipnodebyname is available */
 
35
#undef HAVE_GETIPNODEBYNAME
 
36
 
 
37
/* Define if you have the <inttypes.h> header file. */
 
38
#undef HAVE_INTTYPES_H
 
39
 
 
40
/* Set when -lcrypto from OpenSSL is available */
 
41
#undef HAVE_LIBCRYPTO
 
42
 
 
43
/* Define if you have the `lwres' library (-llwres). */
 
44
#undef HAVE_LIBLWRES
 
45
 
 
46
/* Define if you have the `localtime' function. */
 
47
#undef HAVE_LOCALTIME
 
48
 
 
49
/* Set when localtime_r is available */
 
50
#undef HAVE_LOCALTIME_R
 
51
 
 
52
/* Define if you have the <lwres/netdb.h> header file. */
 
53
#undef HAVE_LWRES_NETDB_H
 
54
 
 
55
/* Define if you have the <memory.h> header file. */
 
56
#undef HAVE_MEMORY_H
 
57
 
 
58
/* Define if you have POSIX threads libraries and header files. */
 
59
#undef HAVE_PTHREAD
 
60
 
 
61
/* Define if you have the <stdint.h> header file. */
 
62
#undef HAVE_STDINT_H
 
63
 
 
64
/* Define if you have the <stdlib.h> header file. */
 
65
#undef HAVE_STDLIB_H
 
66
 
 
67
/* Define if you have the `strcasecmp' function. */
 
68
#undef HAVE_STRCASECMP
 
69
 
 
70
/* Define if you have the `strdup' function. */
 
71
#undef HAVE_STRDUP
 
72
 
 
73
/* Define if you have the `strerror' function. */
 
74
#undef HAVE_STRERROR
 
75
 
 
76
/* Define if you have the `strerror_r' function. */
 
77
#undef HAVE_STRERROR_R
 
78
 
 
79
/* Define if you have the <strings.h> header file. */
 
80
#undef HAVE_STRINGS_H
 
81
 
 
82
/* Define if you have the <string.h> header file. */
 
83
#undef HAVE_STRING_H
 
84
 
 
85
/* Define if you have the `strncasecmp' function. */
 
86
#undef HAVE_STRNCASECMP
 
87
 
 
88
/* Define if you have the `strtol' function. */
 
89
#undef HAVE_STRTOL
 
90
 
 
91
/* Define if `tm_zone' is member of `struct tm'. */
 
92
#undef HAVE_STRUCT_TM_TM_ZONE
 
93
 
 
94
/* Define if you have the <sys/ioctl.h> header file. */
 
95
#undef HAVE_SYS_IOCTL_H
 
96
 
 
97
/* Define if you have the <sys/stat.h> header file. */
 
98
#undef HAVE_SYS_STAT_H
 
99
 
 
100
/* Define if you have the <sys/types.h> header file. */
 
101
#undef HAVE_SYS_TYPES_H
 
102
 
 
103
/* Define if your `struct tm' has `tm_zone'. Deprecated, use
 
104
   `HAVE_STRUCT_TM_TM_ZONE' instead. */
 
105
#undef HAVE_TM_ZONE
 
106
 
 
107
/* Define if you don't have `tm_zone' but do have the external array `tzname'.
 
108
   */
 
109
#undef HAVE_TZNAME
 
110
 
 
111
/* Define if you have the `uname' function. */
 
112
#undef HAVE_UNAME
 
113
 
 
114
/* Define if you have the <unistd.h> header file. */
 
115
#undef HAVE_UNISTD_H
 
116
 
 
117
/* snprintf correctly terminates the buffer on overflow */
 
118
#undef HAVE_WORKING_SNPRINTF
 
119
 
 
120
/* strerror_r works! */
 
121
#undef HAVE_WORKING_STRERROR_R
 
122
 
 
123
/* Disable assertions */
 
124
#undef NDEBUG
 
125
 
 
126
/* Name of package */
 
127
#undef PACKAGE
 
128
 
 
129
/* Define to the necessary symbol if this constant uses a non-standard name on
 
130
   your system. */
 
131
#undef PTHREAD_CREATE_JOINABLE
 
132
 
 
133
/* The size of a `unsigned int', as computed by sizeof. */
 
134
#undef SIZEOF_UNSIGNED_INT
 
135
 
 
136
/* The size of a `unsigned long', as computed by sizeof. */
 
137
#undef SIZEOF_UNSIGNED_LONG
 
138
 
 
139
/* The size of a `unsigned short', as computed by sizeof. */
 
140
#undef SIZEOF_UNSIGNED_SHORT
 
141
 
 
142
/* Define if you have the ANSI C header files. */
 
143
#undef STDC_HEADERS
 
144
 
 
145
/* Define if you can safely include both <sys/time.h> and <time.h>. */
 
146
#undef TIME_WITH_SYS_TIME
 
147
 
 
148
/* Define if your <sys/time.h> declares `struct tm'. */
 
149
#undef TM_IN_SYS_TIME
 
150
 
 
151
/* Enable experimental support for SMTP STARTTLS extension */
 
152
#undef USE_ETRN
 
153
 
 
154
/* Enable IPv6 support */
 
155
#undef USE_IPV6
 
156
 
 
157
/* Build with support for Posix threading */
 
158
#undef USE_PTHREADS
 
159
 
 
160
/* Build smtp_option_require_all_recipients() API */
 
161
#undef USE_REQUIRE_ALL_RECIPIENTS
 
162
 
 
163
/* Build with support for SMTP AUTH using SASL */
 
164
#undef USE_SASL
 
165
 
 
166
/* Build with support for SMTP STARTTLS extension */
 
167
#undef USE_TLS
 
168
 
 
169
/* Enable support for sendmail XUSR extension */
 
170
#undef USE_XUSR
 
171
 
 
172
/* Version number of package */
 
173
#undef VERSION
 
174
 
 
175
/* Define if your processor stores words with the most significant byte first
 
176
   (like Motorola and SPARC, unlike Intel and VAX). */
 
177
#undef WORDS_BIGENDIAN
 
178
 
 
179
/* GNU needs this for strcasecmp etc */
 
180
#undef _GNU_SOURCE
 
181
 
 
182
/* ISO compliant code */
 
183
#undef _ISOC9X_SOURCE
 
184
 
 
185
/* OSF needs this for getaddrinfo */
 
186
#undef _OSF_SOURCE
 
187
 
 
188
/* POSIX compliant code */
 
189
#undef _POSIX_C_SOURCE
 
190
 
 
191
/* Single Unix conformance */
 
192
#undef _XOPEN_SOURCE
 
193
 
 
194
/* Sun's netdb.h needs this for getaddrinfo */
 
195
#undef __EXTENSIONS__
 
196
 
 
197
/* Define to empty if `const' does not conform to ANSI C. */
 
198
#undef const
 
199
 
 
200
/* Define as `__inline' if that's what the C compiler calls it, or to nothing
 
201
   if it is not supported. */
 
202
#undef inline