~ubuntu-branches/ubuntu/trusty/syslog-ng/trusty-proposed

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2013-05-26 09:06:21 UTC
  • mfrom: (1.3.11)
  • Revision ID: package-import@ubuntu.com-20130526090621-8z2s0oi21eoljb9x
Tags: 3.3.9-1
* New upstream release.
* Include missed ivykis header (closes: #708793).

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
/* Define to 1 if you have the `getaddrinfo' function. */
59
59
#undef HAVE_GETADDRINFO
60
60
 
 
61
/* Define to 1 if you have the `getnameinfo' function. */
 
62
#undef HAVE_GETNAMEINFO
 
63
 
61
64
/* Define to 1 if you have the <getopt.h> header file. */
62
65
#undef HAVE_GETOPT_H
63
66
 
264
267
   `char[]'. */
265
268
#undef YYTEXT_POINTER
266
269
 
 
270
/* Enable large inode numbers on Mac OS X 10.5.  */
 
271
#ifndef _DARWIN_USE_64_BIT_INODE
 
272
# define _DARWIN_USE_64_BIT_INODE 1
 
273
#endif
 
274
 
267
275
/* Number of bits in a file offset, on hosts where this is settable. */
268
276
#undef _FILE_OFFSET_BITS
269
277