diff options
author | 2010-05-06 15:33:23 +0000 | |
---|---|---|
committer | 2010-05-06 15:33:23 +0000 | |
commit | 69330421608bec6ea2485008b57355dd6ee3b446 (patch) | |
tree | c48f78cca15bc00760cf8f71a207fc0be0365c37 | |
parent | don't clobber CFLAGS; ok gilles@ (diff) | |
download | wireguard-openbsd-69330421608bec6ea2485008b57355dd6ee3b446.tar.xz wireguard-openbsd-69330421608bec6ea2485008b57355dd6ee3b446.zip |
Our libc provides ssp, so use that.
-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 |