From 4c71ca6b5ffe6dfba24da7607212a38dc90a0141 Mon Sep 17 00:00:00 2001 From: zwelch Date: Tue, 12 May 2009 07:35:00 +0000 Subject: [PATCH 1/1] Define _GNU_SOURCE in config.h, remove definitions from source files. git-svn-id: svn://svn.berlios.de/openocd/trunk@1757 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- configure.in | 1 + src/helper/jim.c | 3 --- src/target/oocd_trace.c | 5 ----- 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/configure.in b/configure.in index 4243e6683d..875212e25f 100644 --- a/configure.in +++ b/configure.in @@ -851,6 +851,7 @@ if test "${has_environ}" != "yes" ; then AC_MSG_FAILURE([Could not find 'environ' in unistd.h or available libraries.]) fi +AC_DEFINE([_GNU_SOURCE],[1],[Use GNU C library extensions (e.g. stdndup).]) # set default gcc warnings GCC_WARNINGS="-Wall -Wstrict-prototypes -Wformat-security" diff --git a/src/helper/jim.c b/src/helper/jim.c index 9d49e8714c..5122615d27 100644 --- a/src/helper/jim.c +++ b/src/helper/jim.c @@ -53,9 +53,6 @@ #define JIM_DYNLIB /* Dynamic library support for UNIX and WIN32 */ #endif /* JIM_ANSIC */ -#ifndef _GNU_SOURCE -#define _GNU_SOURCE /* for vasprintf() */ -#endif #include #include #include diff --git a/src/target/oocd_trace.c b/src/target/oocd_trace.c index dc96d13fc4..d54766aeab 100644 --- a/src/target/oocd_trace.c +++ b/src/target/oocd_trace.c @@ -21,11 +21,6 @@ #include "config.h" #endif -// we must define _GNU_SOURCE to get strndup -#ifndef _GNU_SOURCE -#define _GNU_SOURCE -#endif - #include "oocd_trace.h" #include "arm7_9_common.h" -- 2.30.2