~ubuntu-branches/ubuntu/precise/dspam/precise

« back to all changes in this revision

Viewing changes to src/auto-config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Valroff, Julien Valroff, Thomas Preud'homme
  • Date: 2011-05-08 13:43:52 UTC
  • mfrom: (1.2.1 upstream) (8.2.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: james.westby@ubuntu.com-20110508134352-dxjx9m6tx1cbzlhq
Tags: 3.9.1~rc1+git20110419.29261fb+dfsg-1
[ Julien Valroff ]
* New git snapshot
* Install all dspam_* tools setgid so that they can be used by standard
  users
* Add symbols file for libdspam7
* Upload to unstable

[ Thomas Preud'homme ]
* Fix permissions on dspam_stats and missing opt-{in,out} directories
  (Closes: #394443)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* src/auto-config.h.in.  Generated from configure.ac by autoheader.  */
2
 
 
3
 
 
4
 
#ifndef __auto_config_h
5
 
#define __auto_config_h
6
 
 
7
 
 
8
 
/* Defined if clamav is enabled */
9
 
#undef CLAMAV
10
 
 
11
 
/* Configure Arguments */
12
 
#undef CONFIGURE_ARGS
13
 
 
14
 
/* Defined if daemon support is enabled */
15
 
#undef DAEMON
16
 
 
17
 
/* Defined if debug output is enabled */
18
 
#undef DEBUG
19
 
 
20
 
/* Defined if domain_scale is enabled */
21
 
#undef DOMAINSCALE
22
 
 
23
 
/* Define to 1 if you have the <arpa/inet.h> header file. */
24
 
#undef HAVE_ARPA_INET_H
25
 
 
26
 
/* Define to 1 if you have the <dlfcn.h> header file. */
27
 
#undef HAVE_DLFCN_H
28
 
 
29
 
/* Define to 1 if you have the <errno.h> header file. */
30
 
#undef HAVE_ERRNO_H
31
 
 
32
 
/* Define to 1 if you have the `getpwnam_r' function. */
33
 
#undef HAVE_GETPWNAM_R
34
 
 
35
 
/* Define to 1 if you have the `getpwuid_r' function. */
36
 
#undef HAVE_GETPWUID_R
37
 
 
38
 
/* Define to 1 if you have the `inet_ntoa_r' function. */
39
 
#undef HAVE_INET_NTOA_R
40
 
 
41
 
/* Define to 1 if you have the <inttypes.h> header file. */
42
 
#undef HAVE_INTTYPES_H
43
 
 
44
 
/* Define if you have ISO C99 vararg macros */
45
 
#undef HAVE_ISO_VARARGS
46
 
 
47
 
/* Define to 1 if you have the `localtime_r' function. */
48
 
#undef HAVE_LOCALTIME_R
49
 
 
50
 
/* Define to 1 if you have the <math.h> header file. */
51
 
#undef HAVE_MATH_H
52
 
 
53
 
/* Define to 1 if you have the `memcpy' function. */
54
 
#undef HAVE_MEMCPY
55
 
 
56
 
/* Define to 1 if you have the <memory.h> header file. */
57
 
#undef HAVE_MEMORY_H
58
 
 
59
 
/* Define to 1 if you have the `memset' function. */
60
 
#undef HAVE_MEMSET
61
 
 
62
 
/* Define to 1 if you have the <netinet/in.h> header file. */
63
 
#undef HAVE_NETINET_IN_H
64
 
 
65
 
/* Defined if PQfreemem is supported */
66
 
#undef HAVE_PQFREEMEM
67
 
 
68
 
/* Define to 1 if you have the <stdint.h> header file. */
69
 
#undef HAVE_STDINT_H
70
 
 
71
 
/* Define to 1 if you have the <stdlib.h> header file. */
72
 
#undef HAVE_STDLIB_H
73
 
 
74
 
/* Define to 1 if you have the `strcasestr' function. */
75
 
#undef HAVE_STRCASESTR
76
 
 
77
 
/* Define to 1 if you have the <strings.h> header file. */
78
 
#undef HAVE_STRINGS_H
79
 
 
80
 
/* Define to 1 if you have the <string.h> header file. */
81
 
#undef HAVE_STRING_H
82
 
 
83
 
/* Define to 1 if you have the `strlcpy' function. */
84
 
#undef HAVE_STRLCPY
85
 
 
86
 
/* Define to 1 if you have the `strsep' function. */
87
 
#undef HAVE_STRSEP
88
 
 
89
 
/* Define to 1 if you have the `strtok_r' function. */
90
 
#undef HAVE_STRTOK_R
91
 
 
92
 
/* Define to 1 if you have the <sys/socket.h> header file. */
93
 
#undef HAVE_SYS_SOCKET_H
94
 
 
95
 
/* Define to 1 if you have the <sys/stat.h> header file. */
96
 
#undef HAVE_SYS_STAT_H
97
 
 
98
 
/* Define to 1 if you have the <sys/time.h> header file. */
99
 
#undef HAVE_SYS_TIME_H
100
 
 
101
 
/* Define to 1 if you have the <sys/types.h> header file. */
102
 
#undef HAVE_SYS_TYPES_H
103
 
 
104
 
/* Define to 1 if you have the <unistd.h> header file. */
105
 
#undef HAVE_UNISTD_H
106
 
 
107
 
/* Defined if home directory support is enabled */
108
 
#undef HOMEDIR
109
 
 
110
 
/* Defined if large_scale is enabled */
111
 
#undef LARGESCALE
112
 
 
113
 
/* Defined if BNR Debug is enabled */
114
 
#undef LIBBNR_DEBUG
115
 
 
116
 
/* Logfile */
117
 
#undef LOGFILE
118
 
 
119
 
/* Defined if long usernames is enabled */
120
 
#undef LONG_USERNAMES
121
 
 
122
 
/* Defined if mysql4-initialization is enabled */
123
 
#undef MYSQL4_INITIALIZATION
124
 
 
125
 
/* Defined if nodalcore output is enabled */
126
 
#undef NCORE
127
 
 
128
 
/* Name of package */
129
 
#undef PACKAGE
130
 
 
131
 
/* Define to the address where bug reports for this package should be sent. */
132
 
#undef PACKAGE_BUGREPORT
133
 
 
134
 
/* Define to the full name of this package. */
135
 
#undef PACKAGE_NAME
136
 
 
137
 
/* Define to the full name and version of this package. */
138
 
#undef PACKAGE_STRING
139
 
 
140
 
/* Define to the one symbol short name of this package. */
141
 
#undef PACKAGE_TARNAME
142
 
 
143
 
/* Define to the version of this package. */
144
 
#undef PACKAGE_VERSION
145
 
 
146
 
/* Defined if storage driver supports preferences extension */
147
 
#undef PREFERENCES_EXTENSION
148
 
 
149
 
/* Define if using a single, statically linked storage driver */
150
 
#undef STATIC_DRIVER
151
 
 
152
 
/* Define to 1 if you have the ANSI C header files. */
153
 
#undef STDC_HEADERS
154
 
 
155
 
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
156
 
#undef TIME_WITH_SYS_TIME
157
 
 
158
 
/* Defined if trusted user security are enabled */
159
 
#undef TRUSTED_USER_SECURITY
160
 
 
161
 
/* Defined if ldap is enabled */
162
 
#undef USE_LDAP
163
 
 
164
 
/* Defined if syslog is enabled */
165
 
#undef USE_SYSLOG
166
 
 
167
 
/* Defined if verbose debug output is enabled */
168
 
#undef VERBOSE
169
 
 
170
 
/* Version number of package */
171
 
#undef VERSION
172
 
 
173
 
/* Defined if homedir dotfiles is enabled */
174
 
#undef VIRTUAL_USERS
175
 
 
176
 
/* Define to `__inline__' or `__inline' if that's what the C compiler
177
 
   calls it, or to nothing if 'inline' is not supported under any name.  */
178
 
#ifndef __cplusplus
179
 
#undef inline
180
 
#endif
181
 
 
182
 
 
183
 
#endif /* !__auto_config_h */
184