Motd reply fix.
[silc.git] / lib / contrib / regex.c
index e0d95f72abd61b2e85a53f5c6e006bd8632aadcb..6aec4348a53293e10e6f1acfac8b6d311338021c 100644 (file)
   #pragma alloca
 #endif
 
+/*
 #ifndef _GNU_SOURCE
 #define _GNU_SOURCE
 #endif
+*/
 
 /* We need this for `regex.h', and perhaps for the Emacs include files.  */
 #include <sys/types.h>
@@ -70,13 +72,7 @@ ifdef HAVE_CONFIG_H
 #include <strings.h>
 #endif
 
-#ifdef STDC_HEADERS
 #include <stdlib.h>
-#else
-char *malloc ();
-char *realloc ();
-#endif
-
 
 /* Define the syntax stuff for \<, \>, etc.  */