aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorTim O'Shea <tom.oshea753@gmail.com>2013-03-18 10:08:13 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2013-03-18 10:08:13 -0700
commit030990813829949bba04b1940312ac3b1ce79f3d (patch)
tree3f1f22cca7aa93313e99c46cd8531d72b5bfefde /config.h.in
parentMerge branch 'maint' (diff)
downloadgnuradio-030990813829949bba04b1940312ac3b1ce79f3d.tar.xz
gnuradio-030990813829949bba04b1940312ac3b1ce79f3d.zip
cmake: fix warnings regarding #defines
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 */