~ubuntu-branches/ubuntu/karmic/gnupg2/karmic-security

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2009-08-04 12:27:49 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20090804122749-q0j52zp6xmzvyall
Tags: 2.0.12-0ubuntu1
* New upstream release.
* Add 01-scd-pw2.patch, 03-opgp-writekey.patch, and 06-opgp-sign3072.patch
  from https://bugs.g10code.com/gnupg/issue1094 to make OpenPGP 2.0
  smartcards work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
149
149
#undef HAVE_FSEEKO
150
150
 
 
151
/* Define to 1 if you have the `fsync' function. */
 
152
#undef HAVE_FSYNC
 
153
 
151
154
/* Define to 1 if you have the `ftello' function. */
152
155
#undef HAVE_FTELLO
153
156
 
175
178
/* Define to 1 if you have the `getpwuid' function. */
176
179
#undef HAVE_GETPWUID
177
180
 
 
181
/* Define to 1 if you have the `getrlimit' function. */
 
182
#undef HAVE_GETRLIMIT
 
183
 
178
184
/* Define to 1 if you have the `getrusage' function. */
179
185
#undef HAVE_GETRUSAGE
180
186
 
640
646
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
641
647
#undef TIME_WITH_SYS_TIME
642
648
 
643
 
/* Define to include the CAMELLIA cipher into gpg */
644
 
#undef USE_CAMELLIA
645
 
 
646
649
/* define to use DNS CERT */
647
650
#undef USE_DNS_CERT
648
651