diff src/c/http.c @ 1149:15767031950c

AC_USE_SYSTEM_EXTENSIONS replaces the need for hacky #defines at starts of C files
author Adam Chlipala <adamc@hcoop.net>
date Sat, 06 Feb 2010 13:46:17 -0500
parents b7118ffd32ae
children 236dc296c32d
line wrap: on
line diff
--- a/src/c/http.c	Sat Feb 06 13:27:05 2010 -0500
+++ b/src/c/http.c	Sat Feb 06 13:46:17 2010 -0500
@@ -1,5 +1,3 @@
-#define _GNU_SOURCE
-
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>