~ubuntu-dev/ubuntu/lucid/mutt/lucid-201002110857

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2009-06-17 17:17:28 UTC
  • mfrom: (1.1.11 upstream) (16.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090617171728-lj10l5x2m2vg6cag
Tags: 1.5.20-1ubuntu1
* Merge from debian unstable (LP: #388515)
* Build-depend on elinks-lite
  + elinks-lite doesn't provide links anymore.
  + elinks-lite is now in main, and pulls less dependencies than the
    full-fledged elinks.
* debian/control: Recommend default-mta instead of exim4. (LP: #386308)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
2
2
 
 
3
/* Define if building universal (internal helper macro) */
 
4
#undef AC_APPLE_UNIVERSAL_BUILD
 
5
 
3
6
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
4
7
   systems. This function is required for `alloca.c' support on those systems.
5
8
   */
68
71
/* Define to 1 if you have the `dcgettext' function. */
69
72
#undef HAVE_DCGETTEXT
70
73
 
 
74
/* Define to 1 if you have the declaration of
 
75
   `GNUTLS_VERIFY_DISABLE_TIME_CHECKS', and to 0 if you don't. */
 
76
#undef HAVE_DECL_GNUTLS_VERIFY_DISABLE_TIME_CHECKS
 
77
 
71
78
/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
72
79
   don't. */
73
80
#undef HAVE_DECL_SYS_SIGLIST
126
133
/* Define to 1 if you have the `getuid' function. */
127
134
#undef HAVE_GETUID
128
135
 
129
 
/* Define to 1 if you have the <gnutls/openssl.h> header file. */
130
 
#undef HAVE_GNUTLS_OPENSSL_H
131
 
 
132
136
/* Define if GPGME supports PKA */
133
137
#undef HAVE_GPGME_PKA_TRUST
134
138
 
255
259
/* Define if you have meta, as a function or macro. */
256
260
#undef HAVE_META
257
261
 
 
262
/* Define to 1 if you have the `mkdtemp' function. */
 
263
#undef HAVE_MKDTEMP
 
264
 
258
265
/* Define to 1 if you have a working `mmap' system call. */
259
266
#undef HAVE_MMAP
260
267
 
330
337
/* Define to 1 if you have the `strcasecmp' function. */
331
338
#undef HAVE_STRCASECMP
332
339
 
 
340
/* Define to 1 if you have the `strcasestr' function. */
 
341
#undef HAVE_STRCASESTR
 
342
 
333
343
/* Define to 1 if you have the `strchr' function. */
334
344
#undef HAVE_STRCHR
335
345
 
414
424
/* Define to 1 if you have the <wchar.h> header file. */
415
425
#undef HAVE_WCHAR_H
416
426
 
 
427
/* Define to 1 if you have the `wcscasecmp' function. */
 
428
#undef HAVE_WCSCASECMP
 
429
 
417
430
/* Define to 1 if you have the <wctype.h> header file. */
418
431
#undef HAVE_WCTYPE_H
419
432
 
572
585
/* Define if you want support for SSL via OpenSSL. */
573
586
#undef USE_SSL_OPENSSL
574
587
 
 
588
/* Enable extensions on AIX 3, Interix.  */
 
589
#ifndef _ALL_SOURCE
 
590
# undef _ALL_SOURCE
 
591
#endif
 
592
/* Enable GNU extensions on systems that have them.  */
 
593
#ifndef _GNU_SOURCE
 
594
# undef _GNU_SOURCE
 
595
#endif
 
596
/* Enable threading extensions on Solaris.  */
 
597
#ifndef _POSIX_PTHREAD_SEMANTICS
 
598
# undef _POSIX_PTHREAD_SEMANTICS
 
599
#endif
 
600
/* Enable extensions on HP NonStop.  */
 
601
#ifndef _TANDEM_SOURCE
 
602
# undef _TANDEM_SOURCE
 
603
#endif
 
604
/* Enable general extensions on Solaris.  */
 
605
#ifndef __EXTENSIONS__
 
606
# undef __EXTENSIONS__
 
607
#endif
 
608
 
 
609
 
575
610
/* Version number of package */
576
611
#undef VERSION
577
612
 
578
 
/* Define to 1 if your processor stores words with the most significant byte
579
 
   first (like Motorola and SPARC, unlike Intel and VAX). */
580
 
#undef WORDS_BIGENDIAN
 
613
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
 
614
   significant byte first (like Motorola and SPARC, unlike Intel). */
 
615
#if defined AC_APPLE_UNIVERSAL_BUILD
 
616
# if defined __BIG_ENDIAN__
 
617
#  define WORDS_BIGENDIAN 1
 
618
# endif
 
619
#else
 
620
# ifndef WORDS_BIGENDIAN
 
621
#  undef WORDS_BIGENDIAN
 
622
# endif
 
623
#endif
581
624
 
582
625
#ifndef HAVE_C99_INTTYPES
583
626
#  if SIZEOF_SHORT == 4
600
643
/* Number of bits in a file offset, on hosts where this is settable. */
601
644
#undef _FILE_OFFSET_BITS
602
645
 
603
 
/* Enable GNU extensions on systems that have them.  */
604
 
#ifndef _GNU_SOURCE
605
 
# undef _GNU_SOURCE
606
 
#endif
607
 
 
608
646
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
609
647
#undef _LARGEFILE_SOURCE
610
648
 
611
649
/* Define for large files, on AIX-style hosts. */
612
650
#undef _LARGE_FILES
613
651
 
 
652
/* Define to 1 if on MINIX. */
 
653
#undef _MINIX
 
654
 
 
655
/* Define to 2 if the system does not provide POSIX.1 features except with
 
656
   this defined. */
 
657
#undef _POSIX_1_SOURCE
 
658
 
 
659
/* Define to 1 if you need to in order for `stat' and other things to work. */
 
660
#undef _POSIX_SOURCE
 
661
 
614
662
/* Define like PROTOTYPES; this can be used by system headers. */
615
663
#undef __PROTOTYPES
616
664