~ubuntu-branches/ubuntu/natty/freeradius/natty-updates

« back to all changes in this revision

Viewing changes to src/include/autoconf.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Josip Rodin
  • Date: 2009-11-23 03:57:37 UTC
  • mfrom: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: james.westby@ubuntu.com-20091123035737-zsgtzhfych8hir68
Tags: 2.1.7+dfsg-1
* Adopting the package, closes: #536623.
* New upstream version, closes: #513484.
  + Fixes the blooper in unlang evaluation logic, closes: #526175.
* Used quilt (and added README.source), and moved upstream file patching
  into debian/patches/. The source is no longer in collab-maint git
  (to make it simpler for me to finally get this out the door), but
  kept the .gitignore should we need that again.
* Dropped the dialup_admin/bin/backup_radacct patch (integrated upstream).
* Dropped the raddb/Makefile patch (problem no longer exists upstream).
* Dropped the lib/packet.c lib/radius.c main/listen.c patches (was from
  upstream 2.0.5 anyway).
* Dropped references to otp.conf, it no longer exists upstream.
  Keep removing the conffile statoverride in prerm.
* Dropped references to snmp.conf, it no longer exists upstream.
  Keep removing the conffile statoverride in prerm.
* Ship /etc/freeradius/modules/* in the freeradius package.
* Stop shipping sites-enabled symlinks in the package and instead create
  them only on initial install, thanks to Matej Vela, closes: #533396.
* Add export PATH="${PATH:+$PATH:}/usr/sbin:/sbin" to the init script
  at the request of John Morrissey, closes: #550143.
* Stop installing /var/run/freeradius in the package to silence Lintian.
  The init script already recreates it at will.
* Remove executable bit from example.pl to silence Lintian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
/* Define to 1 if you have the <arpa/inet.h> header file. */
22
22
#undef HAVE_ARPA_INET_H
23
23
 
24
 
/* Define if you have the <asn1.h>, <snmp_impl.h> and <snmp.h> header file. */
25
 
#undef HAVE_ASN1_SNMP_SNMPIMPL_H
26
 
 
27
24
/* Define to 1 if you have the `closefrom' function. */
28
25
#undef HAVE_CLOSEFROM
29
26
 
65
62
/* Define to 1 if you have the `getopt_long' function. */
66
63
#undef HAVE_GETOPT_LONG
67
64
 
 
65
/* Define to 1 if you have the `getpeereid' function. */
 
66
#undef HAVE_GETPEEREID
 
67
 
 
68
/* Define to 1 if you have the `getresuid' function. */
 
69
#undef HAVE_GETRESUID
 
70
 
68
71
/* Define to 1 if you have the `gettimeofday' function. */
69
72
#undef HAVE_GETTIMEOFDAY
70
73
 
80
83
/* Define to 1 if you have the <grp.h> header file. */
81
84
#undef HAVE_GRP_H
82
85
 
 
86
/* Define to 1 if you have the <history.h> header file. */
 
87
#undef HAVE_HISTORY_H
 
88
 
83
89
/* define if you have IN6_PKTINFO (Linux) */
84
90
#undef HAVE_IN6_PKTINFO
85
91
 
110
116
/* Define to 1 if you have the `pcap' library (-lpcap). */
111
117
#undef HAVE_LIBPCAP
112
118
 
 
119
/* Define if you have a readline compatible library */
 
120
#undef HAVE_LIBREADLINE
 
121
 
113
122
/* Define to 1 if you have the `resolv' library (-lresolv). */
114
123
#undef HAVE_LIBRESOLV
115
124
 
116
 
/* Define if you have the snmp library (-lsnmp). */
117
 
#undef HAVE_LIBSNMP
118
 
 
119
125
/* Define to 1 if you have the `socket' library (-lsocket). */
120
126
#undef HAVE_LIBSOCKET
121
127
 
179
185
/* Define to 1 if you have the <pwd.h> header file. */
180
186
#undef HAVE_PWD_H
181
187
 
 
188
/* Define to 1 if you have the <readline.h> header file. */
 
189
#undef HAVE_READLINE_H
 
190
 
 
191
/* Define if your readline library has \`add_history' */
 
192
#undef HAVE_READLINE_HISTORY
 
193
 
 
194
/* Define to 1 if you have the <readline/history.h> header file. */
 
195
#undef HAVE_READLINE_HISTORY_H
 
196
 
 
197
/* Define to 1 if you have the <readline/readline.h> header file. */
 
198
#undef HAVE_READLINE_READLINE_H
 
199
 
182
200
/* define this if we have the <regex.h> header file */
183
201
#undef HAVE_REGEX_H
184
202
 
194
212
/* Define to 1 if you have the `setlinebuf' function. */
195
213
#undef HAVE_SETLINEBUF
196
214
 
 
215
/* Define to 1 if you have the `setresuid' function. */
 
216
#undef HAVE_SETRESUID
 
217
 
197
218
/* Define to 1 if you have the `setsid' function. */
198
219
#undef HAVE_SETSID
199
220
 
 
221
/* Define to 1 if you have the `setuid' function. */
 
222
#undef HAVE_SETUID
 
223
 
200
224
/* Define to 1 if you have the `setvbuf' function. */
201
225
#undef HAVE_SETVBUF
202
226
 
301
325
/* Define to 1 if you have the <sys/types.h> header file. */
302
326
#undef HAVE_SYS_TYPES_H
303
327
 
 
328
/* Define to 1 if you have the <sys/un.h> header file. */
 
329
#undef HAVE_SYS_UN_H
 
330
 
304
331
/* Define to 1 if you have the <sys/wait.h> header file. */
305
332
#undef HAVE_SYS_WAIT_H
306
333
 
307
 
/* Define if you have the <ucd-snmp/asn1.h>, <ucd-snmp/snmp_impl.h> and
308
 
   <ucd-snmp/snmp.h> header file. */
309
 
#undef HAVE_UCD_SNMP_ASN1_SNMP_SNMPIMPL_H
 
334
/* Define if the compiler supports __thread */
 
335
#undef HAVE_THREAD_TLS
310
336
 
311
337
/* Define to 1 if you have the <unistd.h> header file. */
312
338
#undef HAVE_UNISTD_H
365
391
/* Include experimental support for DHCP */
366
392
#undef WITH_DHCP
367
393
 
368
 
/* Include SNMP subagent */
369
 
#undef WITH_SNMP
370
 
 
371
394
/* define if you want udpfromto */
372
395
#undef WITH_UDPFROMTO
373
396