diff options
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 18 | 
1 files changed, 18 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 3a4f47b5ca79..eacbc7f69ee0 100644 --- a/config.h.in +++ b/config.h.in @@ -3,6 +3,9 @@  /* Directory to chroot to */  #undef CHROOT_DIR +/* Define this to enable client subnet option. */ +#undef CLIENT_SUBNET +  /* Do sha512 definitions in config.h */  #undef COMPAT_SHA512 @@ -385,6 +388,9 @@  /* Define to 1 if you have the `SHA512_Update' function. */  #undef HAVE_SHA512_UPDATE +/* Define to 1 if you have the `shmget' function. */ +#undef HAVE_SHMGET +  /* Define to 1 if you have the `sigprocmask' function. */  #undef HAVE_SIGPROCMASK @@ -457,6 +463,9 @@  /* Define to 1 if systemd should be used */  #undef HAVE_SYSTEMD +/* Define to 1 if you have the <sys/ipc.h> header file. */ +#undef HAVE_SYS_IPC_H +  /* Define to 1 if you have the <sys/param.h> header file. */  #undef HAVE_SYS_PARAM_H @@ -466,6 +475,9 @@  /* Define to 1 if you have the <sys/sha2.h> header file. */  #undef HAVE_SYS_SHA2_H +/* Define to 1 if you have the <sys/shm.h> header file. */ +#undef HAVE_SYS_SHM_H +  /* Define to 1 if you have the <sys/socket.h> header file. */  #undef HAVE_SYS_SOCKET_H @@ -651,6 +663,9 @@  /* Define to 1 to use cachedb support */  #undef USE_CACHEDB +/* Define to 1 to enable dnscrypt support */ +#undef USE_DNSCRYPT +  /* Define to 1 to enable dnstap support */  #undef USE_DNSTAP @@ -675,6 +690,9 @@  /* Define this to enable client TCP Fast Open. */  #undef USE_OSX_MSG_FASTOPEN +/* Define this to enable SHA1 support. */ +#undef USE_SHA1 +  /* Define this to enable SHA256 and SHA512 support. */  #undef USE_SHA2  | 
