~ubuntu-branches/debian/sid/rlinetd/sid

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Luberda
  • Date: 2010-03-20 18:03:45 UTC
  • mfrom: (2.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100320180345-x1srfbe2tg00ezsf
Tags: 0.7-1
* New upstream version.
* Recommend rsyslog instead of sysklogd (closes: #526922).
* update-inetd:
  + add support for enabling, disabling and removing entries;
  + use ucf for managing generated files;
  + ignore ucf files in rlinetd.conf;
  + make appropriate changes in  postinst and postrm scripts.
* Set debhelper compat level to 7
* Standards-Version: 3.8.4 (no changes). 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* config.h.in.  Generated from configure.ac by autoheader.  */
2
 
 
3
 
#ifndef H_RLCONFIG
4
 
#define H_RLCONFIG
5
 
 
6
 
 
7
 
/* Define to 1 if the `closedir' function returns void instead of `int'. */
8
 
#undef CLOSEDIR_VOID
9
 
 
10
 
/* Define to 1 if you have the <arpa/inet.h> header file. */
11
 
#undef HAVE_ARPA_INET_H
12
 
 
13
 
/* Define if you have libraries and headers for POSIX capability support */
14
 
#undef HAVE_CAPABILITIES
15
 
 
16
 
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
17
 
   */
18
 
#undef HAVE_DIRENT_H
19
 
 
20
 
/* Define to 1 if you have the <dlfcn.h> header file. */
21
 
#undef HAVE_DLFCN_H
22
 
 
23
 
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
24
 
#undef HAVE_DOPRNT
25
 
 
26
 
/* Define to 1 if you have the `dup2' function. */
27
 
#undef HAVE_DUP2
28
 
 
29
 
/* Define to 1 if you have the `endgrent' function. */
30
 
#undef HAVE_ENDGRENT
31
 
 
32
 
/* Define to 1 if you have the `endpwent' function. */
33
 
#undef HAVE_ENDPWENT
34
 
 
35
 
/* Define to 1 if you have the <errno.h> header file. */
36
 
#undef HAVE_ERRNO_H
37
 
 
38
 
/* Define to 1 if you have the <fcntl.h> header file. */
39
 
#undef HAVE_FCNTL_H
40
 
 
41
 
/* Define to 1 if you have the `fork' function. */
42
 
#undef HAVE_FORK
43
 
 
44
 
/* Define to 1 if you have the `gai_strerror' function. */
45
 
#undef HAVE_GAI_STRERROR
46
 
 
47
 
/* Define to 1 if you have the getaddrinfo function. */
48
 
#undef HAVE_GETADDRINFO
49
 
 
50
 
/* Define to 1 if you have the `getopt' function. */
51
 
#undef HAVE_GETOPT
52
 
 
53
 
/* Define to 1 if you have the <getopt.h> header file. */
54
 
#undef HAVE_GETOPT_H
55
 
 
56
 
/* Define to 1 if you have the `getopt_long' function. */
57
 
#undef HAVE_GETOPT_LONG
58
 
 
59
 
/* Define to 1 if you have the `inet_ntoa' function. */
60
 
#undef HAVE_INET_NTOA
61
 
 
62
 
/* Define to 1 if you have the `inet_ntop' function. */
63
 
#undef HAVE_INET_NTOP
64
 
 
65
 
/* Define to 1 if you have the `inet_pton' function. */
66
 
#undef HAVE_INET_PTON
67
 
 
68
 
/* Define to 1 if you have the <inttypes.h> header file. */
69
 
#undef HAVE_INTTYPES_H
70
 
 
71
 
/* Define to 1 if you have the `mallinfo' function. */
72
 
#undef HAVE_MALLINFO
73
 
 
74
 
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
75
 
   to 0 otherwise. */
76
 
#undef HAVE_MALLOC
77
 
 
78
 
/* Define to 1 if you have the <malloc.h> header file. */
79
 
#undef HAVE_MALLOC_H
80
 
 
81
 
/* Define to 1 if you have the `memmove' function. */
82
 
#undef HAVE_MEMMOVE
83
 
 
84
 
/* Define to 1 if you have the <memory.h> header file. */
85
 
#undef HAVE_MEMORY_H
86
 
 
87
 
/* Define to 1 if you have the `memset' function. */
88
 
#undef HAVE_MEMSET
89
 
 
90
 
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
91
 
#undef HAVE_NDIR_H
92
 
 
93
 
/* Define to 1 if you have the <netdb.h> header file. */
94
 
#undef HAVE_NETDB_H
95
 
 
96
 
/* Define to 1 if you have the <netinet/in.h> header file. */
97
 
#undef HAVE_NETINET_IN_H
98
 
 
99
 
/* Define to 1 if you have the <net/bpf.h> header file. */
100
 
#undef HAVE_NET_BPF_H
101
 
 
102
 
/* Define to 1 if your system has a GNU libc compatible `realloc' function,
103
 
   and to 0 otherwise. */
104
 
#undef HAVE_REALLOC
105
 
 
106
 
/* Define to 1 if you have the `regcomp' function. */
107
 
#undef HAVE_REGCOMP
108
 
 
109
 
/* Define if you have the rlim_t typedef in <sys/resource.h> */
110
 
#undef HAVE_RLIM_T
111
 
 
112
 
/* Define to 1 if you have the `select' function. */
113
 
#undef HAVE_SELECT
114
 
 
115
 
/* Define to 1 if you have the `snprintf' function. */
116
 
#undef HAVE_SNPRINTF
117
 
 
118
 
/* Define if struct sockaddr_in6 is pulled in by <netinet/in.h> */
119
 
#undef HAVE_SOCKADDR_IN6
120
 
 
121
 
/* Define to 1 if you have the `socket' function. */
122
 
#undef HAVE_SOCKET
123
 
 
124
 
/* Define to 1 if `stat' has the bug that it succeeds when given the
125
 
   zero-length file name argument. */
126
 
#undef HAVE_STAT_EMPTY_STRING_BUG
127
 
 
128
 
/* Define to 1 if you have the <stddef.h> header file. */
129
 
#undef HAVE_STDDEF_H
130
 
 
131
 
/* Define to 1 if you have the <stdint.h> header file. */
132
 
#undef HAVE_STDINT_H
133
 
 
134
 
/* Define to 1 if you have the <stdlib.h> header file. */
135
 
#undef HAVE_STDLIB_H
136
 
 
137
 
/* Define to 1 if you have the `strdup' function. */
138
 
#undef HAVE_STRDUP
139
 
 
140
 
/* Define to 1 if you have the `strerror' function. */
141
 
#undef HAVE_STRERROR
142
 
 
143
 
/* Define to 1 if you have the <strings.h> header file. */
144
 
#undef HAVE_STRINGS_H
145
 
 
146
 
/* Define to 1 if you have the <string.h> header file. */
147
 
#undef HAVE_STRING_H
148
 
 
149
 
/* Define to 1 if you have the `strtol' function. */
150
 
#undef HAVE_STRTOL
151
 
 
152
 
/* Define to 1 if you have the `strtoul' function. */
153
 
#undef HAVE_STRTOUL
154
 
 
155
 
/* Define to 1 if you have the <syslog.h> header file. */
156
 
#undef HAVE_SYSLOG_H
157
 
 
158
 
/* Define to 1 if you have the <sys/capability.h> header file. */
159
 
#undef HAVE_SYS_CAPABILITY_H
160
 
 
161
 
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
162
 
   */
163
 
#undef HAVE_SYS_DIR_H
164
 
 
165
 
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
166
 
   */
167
 
#undef HAVE_SYS_NDIR_H
168
 
 
169
 
/* Define to 1 if you have the <sys/select.h> header file. */
170
 
#undef HAVE_SYS_SELECT_H
171
 
 
172
 
/* Define to 1 if you have the <sys/socket.h> header file. */
173
 
#undef HAVE_SYS_SOCKET_H
174
 
 
175
 
/* Define to 1 if you have the <sys/stat.h> header file. */
176
 
#undef HAVE_SYS_STAT_H
177
 
 
178
 
/* Define to 1 if you have the <sys/time.h> header file. */
179
 
#undef HAVE_SYS_TIME_H
180
 
 
181
 
/* Define to 1 if you have the <sys/types.h> header file. */
182
 
#undef HAVE_SYS_TYPES_H
183
 
 
184
 
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
185
 
#undef HAVE_SYS_WAIT_H
186
 
 
187
 
/* Define to 1 if you have the <tcpd.h> header file. */
188
 
#undef HAVE_TCPD_H
189
 
 
190
 
/* Define if you have libraries and include files for tcp_wrappers */
191
 
#undef HAVE_TCP_WRAPPERS
192
 
 
193
 
/* Define to 1 if you have the <unistd.h> header file. */
194
 
#undef HAVE_UNISTD_H
195
 
 
196
 
/* Define to 1 if you have the `vfork' function. */
197
 
#undef HAVE_VFORK
198
 
 
199
 
/* Define to 1 if you have the <vfork.h> header file. */
200
 
#undef HAVE_VFORK_H
201
 
 
202
 
/* Define to 1 if you have the `vprintf' function. */
203
 
#undef HAVE_VPRINTF
204
 
 
205
 
/* Define to 1 if you have the `vsnprintf' function. */
206
 
#undef HAVE_VSNPRINTF
207
 
 
208
 
/* Define to 1 if you have the `vsyslog' function. */
209
 
#undef HAVE_VSYSLOG
210
 
 
211
 
/* Define to 1 if you have the `wait3' system call. Deprecated, you should no
212
 
   longer depend upon `wait3'. */
213
 
#undef HAVE_WAIT3
214
 
 
215
 
/* Define to 1 if `fork' works. */
216
 
#undef HAVE_WORKING_FORK
217
 
 
218
 
/* Define to 1 if `vfork' works. */
219
 
#undef HAVE_WORKING_VFORK
220
 
 
221
 
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
222
 
   slash. */
223
 
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
224
 
 
225
 
/* Name of package */
226
 
#undef PACKAGE
227
 
 
228
 
/* Define to the address where bug reports for this package should be sent. */
229
 
#undef PACKAGE_BUGREPORT
230
 
 
231
 
/* Define to the full name of this package. */
232
 
#undef PACKAGE_NAME
233
 
 
234
 
/* Define to the full name and version of this package. */
235
 
#undef PACKAGE_STRING
236
 
 
237
 
/* Define to the one symbol short name of this package. */
238
 
#undef PACKAGE_TARNAME
239
 
 
240
 
/* Define to the version of this package. */
241
 
#undef PACKAGE_VERSION
242
 
 
243
 
/* Define to the type of arg 1 for `select'. */
244
 
#undef SELECT_TYPE_ARG1
245
 
 
246
 
/* Define to the type of args 2, 3 and 4 for `select'. */
247
 
#undef SELECT_TYPE_ARG234
248
 
 
249
 
/* Define to the type of arg 5 for `select'. */
250
 
#undef SELECT_TYPE_ARG5
251
 
 
252
 
/* Define to 1 if you have the ANSI C header files. */
253
 
#undef STDC_HEADERS
254
 
 
255
 
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
256
 
#undef TIME_WITH_SYS_TIME
257
 
 
258
 
/* Version number of package */
259
 
#undef VERSION
260
 
 
261
 
/* Define if using the dmalloc debugging malloc package */
262
 
#undef WITH_DMALLOC
263
 
 
264
 
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
265
 
   `char[]'. */
266
 
#undef YYTEXT_POINTER
267
 
 
268
 
/* Define to empty if `const' does not conform to ANSI C. */
269
 
#undef const
270
 
 
271
 
/* Define to `int' if <sys/types.h> doesn't define. */
272
 
#undef gid_t
273
 
 
274
 
/* Define to rpl_malloc if the replacement function should be used. */
275
 
#undef malloc
276
 
 
277
 
/* Define to `int' if <sys/types.h> does not define. */
278
 
#undef mode_t
279
 
 
280
 
/* Define to `int' if <sys/types.h> does not define. */
281
 
#undef pid_t
282
 
 
283
 
/* Define to rpl_realloc if the replacement function should be used. */
284
 
#undef realloc
285
 
 
286
 
/* Define to `unsigned int' if <sys/types.h> does not define. */
287
 
#undef size_t
288
 
 
289
 
/* Define to `unsigned int' if <sys/types.h> does not define. */
290
 
#undef socklen_t
291
 
 
292
 
/* Define to `int' if <sys/types.h> doesn't define. */
293
 
#undef uid_t
294
 
 
295
 
/* Define as `fork' if `vfork' does not work. */
296
 
#undef vfork
297
 
 
298
 
/* Define to empty if the keyword `volatile' does not work. Warning: valid
299
 
   code using `volatile' can become incorrect without. Disable with care. */
300
 
#undef volatile
301
 
 
302
 
#ifndef HAVE_RLIM_T
303
 
typedef unsigned long rlim_t;
304
 
#endif
305
 
 
306
 
#endif /* H_RLCONFIG */
307