~ubuntu-branches/ubuntu/natty/libgcrypt11/natty-proposed

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2009-02-21 13:46:58 UTC
  • mto: (1.1.6 upstream) (2.1.3 squeeze)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20090221134658-855twvcr4ezk2ron
ImportĀ upstreamĀ versionĀ 1.4.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
   cipher/rndegd.c */
19
19
#undef EGD_SOCKET_NAME
20
20
 
 
21
/* Define to support an HMAC based integrity check */
 
22
#undef ENABLE_HMAC_BINARY_CHECK
 
23
 
21
24
/* Enable support for the PadLock engine. */
22
25
#undef ENABLE_PADLOCK_SUPPORT
23
26
 
134
137
/* Define to 1 if you have the `sysconf' function. */
135
138
#undef HAVE_SYSCONF
136
139
 
 
140
/* Define to 1 if you have the `syslog' function. */
 
141
#undef HAVE_SYSLOG
 
142
 
137
143
/* Define to 1 if you have the <sys/capability.h> header file. */
138
144
#undef HAVE_SYS_CAPABILITY_H
139
145
 
399
405
   properly prefixed.  */
400
406
#define CAMELLIA_EXT_SYM_PREFIX _gcry_
401
407
 
 
408
/* This error code is only available with gpg-error 1.7.  Thus
 
409
   we define it here with the usual gcry prefix.  */
 
410
#define GCRY_GPG_ERR_NOT_OPERATIONAL  176
 
411
 
402
412
 
403
413
#endif /*_GCRYPT_CONFIG_H_INCLUDED*/
404
414