Don't redefine _GNU_SOURCE if already defined.

-owt
This commit is contained in:
Owen Taylor 1997-12-05 04:29:22 +00:00
parent bb1aa22b63
commit a8cd23de73

View File

@ -20,10 +20,14 @@ Cambridge, MA 02139, USA. */
#endif
#include <errno.h>
/* Added for GTK. We need to make sure that all constants are defined
* to properly compile this file */
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include "fnmatch.h"
#include <ctype.h>