Code

java bindings: GenericJMX: Implement user/password authentication.
[collectd.git] / src / collectd.h
index 18052ba3980130caa048b3b5768de5915c0f9f93..3d8998fddbeab2f14f21cc0c6e98aef9bb4ad036 100644 (file)
 #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>