aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index a3187bb59..2a2141b3d 100644
--- a/config.h.in
+++ b/config.h.in
@@ -21,10 +21,17 @@
#ifndef GNURADIO_CONFIG_H
#define GNURADIO_CONFIG_H
-
+#ifndef TRY_SHM_VMCIRCBUF
#cmakedefine TRY_SHM_VMCIRCBUF
+#endif
+#ifndef GR_PERFORMANCE_COUNTERS
#cmakedefine GR_PERFORMANCE_COUNTERS
+#endif
+#ifndef ENABLE_GR_LOG
#cmakedefine ENABLE_GR_LOG
+#endif
+#ifndef HAVE_LOG4CPP
#cmakedefine HAVE_LOG4CPP
+#endif
#endif /* GNURADIO_CONFIG_H */