aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_config.h.in
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-12-05 13:15:09 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-12-05 13:15:09 +0900
commit6ccf51adc80cdb818416971cfd8ba82084571299 (patch)
tree969e4715caf2057613a96f175302c16a0c7c7206 /src/include/gnunet_config.h.in
parent8fd3a06ccdee5319d9a3b6d42201e879375bbb2a (diff)
downloadgnunet-6ccf51adc80cdb818416971cfd8ba82084571299.tar.gz
gnunet-6ccf51adc80cdb818416971cfd8ba82084571299.zip
BUILD: Improve extractor handling. Removed platform.h from include
Extractor is not properly detected and GNUNET_FS_EXTRACTOR_ENABLED added to gnunet_config.h. platform.h is removed from $PREFIX/include as it must not be included by third parties anyway.
Diffstat (limited to 'src/include/gnunet_config.h.in')
-rw-r--r--src/include/gnunet_config.h.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/gnunet_config.h.in b/src/include/gnunet_config.h.in
index ce7c5a894..63ffd84bd 100644
--- a/src/include/gnunet_config.h.in
+++ b/src/include/gnunet_config.h.in
@@ -48,4 +48,11 @@
48/* Set 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/**
52 * Set to 1 if file-sharing meta data parsing is built with
53 * libextractor, which means that callers to the API must use also use
54 * libextractor.
55 */
56#define GNUNET_FS_EXTRACTOR_ENABLED @extractor@
57
51#endif 58#endif