diff options
author | Adam Chlipala <adamc@hcoop.net> | 2010-02-06 13:46:17 -0500 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2010-02-06 13:46:17 -0500 |
commit | b358e014f7e392351ab9209aadb16c466c84f016 (patch) | |
tree | 9e168b23b11affa3202c63326bb42eba46061d78 /src/c/http.c | |
parent | 7fefefde8167e780653f23f36d7cd9c64a00603e (diff) |
AC_USE_SYSTEM_EXTENSIONS replaces the need for hacky #defines at starts of C files
Diffstat (limited to 'src/c/http.c')
-rw-r--r-- | src/c/http.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/c/http.c b/src/c/http.c index 80131674..63586440 100644 --- a/src/c/http.c +++ b/src/c/http.c @@ -1,5 +1,3 @@ -#define _GNU_SOURCE - #include <stdio.h> #include <string.h> #include <stdlib.h> |