summaryrefslogtreecommitdiffstats
path: root/include/osdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osdep.h')
-rw-r--r--include/osdep.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/osdep.h b/include/osdep.h
index 117574c5..1fc6ebff 100644
--- a/include/osdep.h
+++ b/include/osdep.h
@@ -12,15 +12,10 @@
#include <machine/param.h>
- #define _XOPEN_SOURCE
- #define _ISOC99_SOURCE
-
#define HAVE_SETPROCTITLE
#elif defined(__linux__)
- #define _GNU_SOURCE
-
#include <sys/ioctl.h>
#include <sys/file.h> /* for flock() */
#include <strings.h> /* for strcasecmp() */