Build system: Add the --enable-standards configure option.
[collectd.git] / src / collectd.h
index 18052ba..5a03919 100644 (file)
 # include "config.h"
 #endif
 
+/* Set to C99 and POSIX code */
+#if COLLECT_STANDARDS
+# include "standards.h"
+#endif /* COLLECT_STANDARDS */
+
 #include <stdio.h>
 #if HAVE_SYS_TYPES_H
 # include <sys/types.h>