can now configure build such that runtime warnings and/or errors occuring in lib...
[freeglut] / config.h.in
index 823ff07..11af946 100644 (file)
@@ -23,3 +23,7 @@
 #define VERSION_MAJOR @VERSION_MAJOR@
 #define VERSION_MINOR @VERSION_MINOR@
 #define VERSION_PATCH @VERSION_PATCH@
+
+/* warning and errors printed? */
+#define FREEGLUT_WARNINGS @FREEGLUT_WARNINGS@
+#define FREEGLUT_ERRORS @FREEGLUT_ERRORS@