~ubuntu-branches/ubuntu/saucy/clamav/saucy-backports

« back to all changes in this revision

Viewing changes to clamav-config.h.in

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2014-07-15 01:08:10 UTC
  • mfrom: (0.35.47 sid)
  • Revision ID: package-import@ubuntu.com-20140715010810-ru66ek4fun2iseba
Tags: 0.98.4+dfsg-2~ubuntu13.10.1
No-change backport to saucy (LP: #1341962)

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
/* file i/o buffer size */
97
97
#undef FILEBUFF
98
98
 
99
 
/* FPU byte ordering matches CPU */
100
 
#undef FPU_WORDS_BIGENDIAN
101
 
 
102
99
/* enable workaround for broken DNS servers */
103
100
#undef FRESHCLAM_DNS_FIX
104
101
 
232
229
/* Define to '1' if you have the curses.h library */
233
230
#undef HAVE_LIBPDCURSES
234
231
 
 
232
/* Define to 1 if you have the `ssl' library (-lssl). */
 
233
#undef HAVE_LIBSSL
 
234
 
235
235
/* Define to 1 if you have the 'libxml2' library (-lxml2). */
236
236
#undef HAVE_LIBXML2
237
237
 
290
290
/* Define if libtool can extract symbol lists from object files. */
291
291
#undef HAVE_PRELOADED_SYMBOLS
292
292
 
 
293
/* Define to 1 if you have the <pthread.h> header file */
 
294
#undef HAVE_PTHREAD_H
 
295
 
293
296
/* Define to 1 if you have the `pthread_yield' function. */
294
297
#undef HAVE_PTHREAD_YIELD
295
298
 
365
368
/* Define to 1 if sysconf(_SC_PAGESIZE) is available */
366
369
#undef HAVE_SYSCONF_SC_PAGESIZE
367
370
 
 
371
/* Define to 1 if you have the `sysctlbyname' function. */
 
372
#undef HAVE_SYSCTLBYNAME
 
373
 
368
374
/* Define to 1 if you have the <sys/dl.h> header file. */
369
375
#undef HAVE_SYS_DL_H
370
376
 
401
407
/* Define to 1 if you have the <termios.h> header file. */
402
408
#undef HAVE_TERMIOS_H
403
409
 
 
410
/* Define to 1 if you have the `timegm' function. */
 
411
#undef HAVE_TIMEGM
 
412
 
404
413
/* Define this if uname(2) is POSIX */
405
414
#undef HAVE_UNAME_SYSCALL
406
415
 
514
523
/* use syslog */
515
524
#undef USE_SYSLOG
516
525
 
 
526
/* Enable extensions on AIX 3, Interix.  */
 
527
#ifndef _ALL_SOURCE
 
528
# undef _ALL_SOURCE
 
529
#endif
 
530
/* Enable GNU extensions on systems that have them.  */
 
531
#ifndef _GNU_SOURCE
 
532
# undef _GNU_SOURCE
 
533
#endif
 
534
/* Enable threading extensions on Solaris.  */
 
535
#ifndef _POSIX_PTHREAD_SEMANTICS
 
536
# undef _POSIX_PTHREAD_SEMANTICS
 
537
#endif
 
538
/* Enable extensions on HP NonStop.  */
 
539
#ifndef _TANDEM_SOURCE
 
540
# undef _TANDEM_SOURCE
 
541
#endif
 
542
/* Enable general extensions on Solaris.  */
 
543
#ifndef __EXTENSIONS__
 
544
# undef __EXTENSIONS__
 
545
#endif
 
546
 
 
547
 
517
548
/* Version number of package */
518
549
#undef VERSION
519
550
 
535
566
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
536
567
#undef _LARGEFILE_SOURCE
537
568
 
 
569
/* Define to 1 if on MINIX. */
 
570
#undef _MINIX
 
571
 
 
572
/* Define to 2 if the system does not provide POSIX.1 features except with
 
573
   this defined. */
 
574
#undef _POSIX_1_SOURCE
 
575
 
538
576
/* POSIX compatibility */
539
577
#undef _POSIX_PII_SOCKET
540
578
 
 
579
/* Define to 1 if you need to in order for `stat' and other things to work. */
 
580
#undef _POSIX_SOURCE
 
581
 
541
582
/* thread safe */
542
583
#undef _REENTRANT
543
584