~ubuntu-branches/ubuntu/precise/gnupg2/precise-proposed

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2009-03-08 22:46:47 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090308224647-gq17gatcl71lrc2k
Tags: 2.0.11-1
* New upstream release. (Closes: #496663)
* debian/control: Make the description a little more distinctive than
  gnupg v1's. Thanks Jari Aalto. (Closes: #496323)

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
/* version of the libbassuan library */
66
66
#undef GNUPG_LIBASSUAN_VERSION
67
67
 
 
68
/* Define to 1 if you have the `adns_free' function. */
 
69
#undef HAVE_ADNS_FREE
 
70
 
 
71
/* Define to 1 if you have the <adns.h> header file. */
 
72
#undef HAVE_ADNS_H
 
73
 
68
74
/* Define to 1 if you have `alloca' after including <alloca.h>, a header that
69
75
   may be supplied by this distribution. */
70
76
#undef HAVE_ALLOCA
373
379
/* Define to 1 if you have the <sys/inttypes.h> header file. */
374
380
#undef HAVE_SYS_INTTYPES_H
375
381
 
 
382
/* Define to 1 if you have the <sys/socket.h> header file. */
 
383
#undef HAVE_SYS_SOCKET_H
 
384
 
376
385
/* Define to 1 if you have the <sys/stat.h> header file. */
377
386
#undef HAVE_SYS_STAT_H
378
387
 
451
460
/* Define to 1 if you have the <wchar.h> header file. */
452
461
#undef HAVE_WCHAR_H
453
462
 
 
463
/* Define to 1 if you have the <winsock2.h> header file. */
 
464
#undef HAVE_WINSOCK2_H
 
465
 
454
466
/* Define to 1 if `fork' works. */
455
467
#undef HAVE_WORKING_FORK
456
468
 
457
469
/* Define to 1 if `vfork' works. */
458
470
#undef HAVE_WORKING_VFORK
459
471
 
 
472
/* Define to 1 if you have the <ws2tcpip.h> header file. */
 
473
#undef HAVE_WS2TCPIP_H
 
474
 
460
475
/* Define as const if the declaration of iconv() needs const. */
461
476
#undef ICONV_CONST
462
477
 
700
715
/* Define to `unsigned int' if <sys/types.h> does not define. */
701
716
#undef size_t
702
717
 
 
718
/* type to use in place of socklen_t if not defined */
 
719
#undef socklen_t
 
720
 
703
721
/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
704
722
   do not define. */
705
723
#undef uintmax_t