~ubuntu-branches/ubuntu/hardy/gnupg/hardy-updates

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-11-03 09:18:26 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20061103091826-89kwl8tk1xypbmtk
Tags: upstream-1.4.5
ImportĀ upstreamĀ versionĀ 1.4.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
/* Defined if the host has big endian byte ordering */
9
9
#undef BIG_ENDIAN_HOST
10
10
 
11
 
/* an Appleism */
 
11
/* an Apple OSXism */
12
12
#undef BIND_8_COMPAT
13
13
 
14
14
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
51
51
/* The executable file extension, if any */
52
52
#undef EXEEXT
53
53
 
54
 
/* define to fake the libcurl API internally */
55
 
#undef FAKE_CURL
56
 
 
57
54
/* if set, restrict photo-viewer to this */
58
55
#undef FIXED_PHOTO_VIEWER
59
56
 
570
567
/* Defined if mkdir() does not take permission flags */
571
568
#undef MKDIR_TAKES_ONE_ARG
572
569
 
573
 
/* Define to use the (obsolete) malloc guarding feature */
574
 
#undef M_GUARD
575
 
 
576
570
/* defined to the name of the strong random device */
577
571
#undef NAME_OF_DEV_RANDOM
578
572
 
699
693
/* Define to include the RSA public key algorithm */
700
694
#undef USE_RSA
701
695
 
702
 
/* Define to include the SHA-256 digest */
 
696
/* Define to include the SHA-224 and SHA-256 digests */
703
697
#undef USE_SHA256
704
698
 
705
699
/* Define to include the SHA-384 and SHA-512 digests */