1
  
2
  
3
  
4
  
5
  
6
  
7
  
8
  
9
  
10
  
11
  
12
  
13
  
14
  
15
  
16
  
17
  
18
  
19
  
20
  
/* Configuration settings for Nettle. */ 
 
#ifndef PIKE_NETTLE_CONFIG_H 
#define PIKE_NETTLE_CONFIG_H 
 
@TOP@ 
 
/* Define this if the nettle_crypt_func typedef is a pointer type. */ 
#undef HAVE_NETTLE_CRYPT_FUNC_IS_POINTER 
 
/* Define this if generage_dsa_keypair takes the qbits argument */ 
#undef HAVE_DSA_QBITS_KEYPAIR_ARG 
 
@BOTTOM@ 
 
#include "nettle_config_fixup.h" 
 
#endif /* !PIKE_NETTLE_CONFIG_H */