commit | 39888f93586248f205f0ccd14ce2a5f7bc8c3198 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Sun Aug 28 00:03:14 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Sun Aug 28 00:03:14 2016 +0000 |
tree | 4c7d5e705732bf3d2c85dcaa7c0d290fdde8f4ed | |
parent | 5670786bcd52d59e6df10a0ba6be7567cb86eb69 [diff] [blame] |
Remove unneeded autoconf macro AC_HEADER_STDBOOL strace code assumes C99. * configure.ac (AC_HEADER_STDBOOL): Remove. * defs.h: Include <stdbool.h> unconditionally.
diff --git a/defs.h b/defs.h index 444ffeb..07de67a 100644 --- a/defs.h +++ b/defs.h
@@ -35,9 +35,7 @@ #endif #include <features.h> -#ifdef HAVE_STDBOOL_H -# include <stdbool.h> -#endif +#include <stdbool.h> #include <stdint.h> #include <inttypes.h> #include <sys/types.h>