diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index d612a04fe8..7da1a9f6f8 100644 --- a/config.h.in +++ b/config.h.in @@ -249,6 +249,10 @@ /* The pt_chown binary is being built and used by grantpt. */ #define HAVE_PT_CHOWN 0 +/* Define if the compiler supports __builtin_trap without + any external dependencies such as making a function call. */ +#define HAVE_BUILTIN_TRAP 0 + /* ports/sysdeps/mips/configure.in */ /* Define if using the IEEE 754-2008 NaN encoding on the MIPS target. */ #undef HAVE_MIPS_NAN2008 |