Code

src/collectd.h: Do not include <stdbool.h> here.
[collectd.git] / src / collectd.h
index 8849b30b221ffa776e6e0303acab8b9919e20b02..6faa1a4e0486c7b0ff5c9d47d89746c89c37525f 100644 (file)
 #if HAVE_STDINT_H
 # include <stdint.h>
 #endif
-#if HAVE_STDBOOL_H
-# include <stdbool.h>
-#else
-# ifndef HAVE__BOOL
-#  ifdef __cplusplus
-typedef bool _Bool;
-#  else
-#   define _Bool signed char
-#  endif
-# endif
-# define bool _Bool
-# define false 0
-# define true 1
-# define __bool_true_false_are_defined 1
-#endif
 #if HAVE_UNISTD_H
 # include <unistd.h>
 #endif