diff options
Diffstat (limited to 'gnu/usr.bin/cc/cc_tools')
-rw-r--r-- | gnu/usr.bin/cc/cc_tools/auto-host.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/auto-host.h b/gnu/usr.bin/cc/cc_tools/auto-host.h index ff1feb8aae1..240f1e3c7c4 100644 --- a/gnu/usr.bin/cc/cc_tools/auto-host.h +++ b/gnu/usr.bin/cc/cc_tools/auto-host.h @@ -1,6 +1,6 @@ /* auto-host.h. Generated by configure. */ /* config.in. Generated from configure.ac by autoheader. */ -/* $OpenBSD: auto-host.h,v 1.2 2009/11/02 09:50:39 jsg Exp $ */ +/* $OpenBSD: auto-host.h,v 1.3 2010/05/06 15:33:23 robert Exp $ */ /* Define as the number of bits in a byte, if \`limits.h' doesn't. */ #ifndef USED_FOR_TARGET @@ -1307,7 +1307,7 @@ /* Define if your target C library provides stack protector support */ #ifndef USED_FOR_TARGET -/* #undef TARGET_LIBC_PROVIDES_SSP */ +#define TARGET_LIBC_PROVIDES_SSP 1 #endif |