diff options
Diffstat (limited to 'shared')
-rw-r--r-- | shared/config-parser.c | 1 | ||||
-rw-r--r-- | shared/config-parser.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/shared/config-parser.c b/shared/config-parser.c index e2ff413..8094cda 100644 --- a/shared/config-parser.c +++ b/shared/config-parser.c @@ -1,4 +1,3 @@ -#define _GNU_SOURCE #include <stdio.h> #include <ctype.h> #include <string.h> diff --git a/shared/config-parser.h b/shared/config-parser.h index e371dec..7d99e31 100644 --- a/shared/config-parser.h +++ b/shared/config-parser.h @@ -1,7 +1,6 @@ #ifndef fooconfigparserhfoo #define fooconfigparserhfoo -#define _GNU_SOURCE #include <sys/types.h> #include <sys/socket.h> #include <netdb.h> |