1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(_GNU_SOURCE): Don't define.

This commit is contained in:
Dave Love 2002-11-18 15:40:28 +00:00
parent 189d79a123
commit 1fc84d77bb
2 changed files with 0 additions and 4 deletions

View File

@ -20,7 +20,6 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#define _GNU_SOURCE /* to get strsignal declared with glibc 2 */
#include <config.h>
#include <signal.h>

View File

@ -33,9 +33,6 @@
#pragma alloca
#endif
#undef _GNU_SOURCE
#define _GNU_SOURCE
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif