Take _GNU_SOURCE out of source and put it in CFLAGS

This commit is contained in:
Alex Young
2012-06-13 09:59:08 +01:00
parent c7525f87dc
commit b986f6b63e
5 changed files with 20 additions and 14 deletions

View File

@@ -1,10 +1,6 @@
#ifndef SERVE_H
#define SERVE_H
#define _GNU_SOURCE
#define _LARGEFILE64_SOURCE
#include <sys/types.h>
#include <unistd.h>