Restructure the --enable-standards option.
[collectd.git] / src / collectd.h
index 5a03919..18052ba 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>