We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ca11c commit 6260789Copy full SHA for 6260789
Build.mk
@@ -106,6 +106,7 @@ config.h:
106
$(if $(have_libgcrypt),echo "#define HAVE_GCRYPT_H 1";) \
107
$(if $(have_libtasn1),echo "#define HAVE_LIBTASN1_H 1";) \
108
$(if $(have_net/if.h),echo "#define HAVE_NET_IF_H 1";) \
109
+ $(if $(have_openssl),echo "#define HAVE_OPENSSL_SSL_H 1";) \
110
$(if $(have_pipe),echo "#define HAVE_PIPE 1";) \
111
$(if $(have_semaphore),echo "#define HAVE_SEMAPHORE_H 1";) \
112
$(if $(have_unistd.h),echo "#define HAVE_UNISTD_H 1";) \
0 commit comments