aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_config.h.in
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-12-04 16:47:17 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-12-04 16:47:17 +0900
commit292cefa2a12a78ae54fb56a3961452f439cb744f (patch)
tree14bcb29874ecab1301c624b375e0df088c03614f /src/include/gnunet_config.h.in
parentcbe225ddce5627c59902cfdb9524dead675d19d0 (diff)
downloadgnunet-292cefa2a12a78ae54fb56a3961452f439cb744f.tar.gz
gnunet-292cefa2a12a78ae54fb56a3961452f439cb744f.zip
BUILD: Attempt to disentable platform.h, gnunet_common.h and gnunet_private_config.h insanity
Diffstat (limited to 'src/include/gnunet_config.h.in')
-rw-r--r--src/include/gnunet_config.h.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/gnunet_config.h.in b/src/include/gnunet_config.h.in
index 4eb00388f..5b0d69a03 100644
--- a/src/include/gnunet_config.h.in
+++ b/src/include/gnunet_config.h.in
@@ -45,7 +45,10 @@
45/* Set to 1 is this is an experimental build */ 45/* Set to 1 is this is an experimental build */
46#define GNUNET_EXPERIMENTAL @enable_experimental@ 46#define GNUNET_EXPERIMENTAL @enable_experimental@
47 47
48/* Define to 1 if GnuTLS has DANE support */ 48/* Set to 1 if GnuTLS has DANE support */
49#define GNUNET_CURL_GNUTLS @curl_gnutls@ 49#define GNUNET_CURL_GNUTLS @curl_gnutls@
50 50
51/* Set to 1 is we have the byteswap header */
52#define GNUNET_HAVE_BYTESWAP_H @have_byteswap@
53
51#endif 54#endif