Remove superfluous undefs

This commit is contained in:
Sebastian Huber 2013-10-24 10:21:02 +02:00
parent ea49a89a2c
commit 8109ef3ae7

View File

@ -67,12 +67,6 @@
/* Ensure that we can use POSIX threads */ /* Ensure that we can use POSIX threads */
#include <pthread.h> #include <pthread.h>
/* The BSD kernel is not a POSIX source */
#undef _POSIX_SOURCE
/* Symbol undefines */
#undef MAXPATHLEN
/* Networking */ /* Networking */
#define IPSEC 1 #define IPSEC 1
#define INET 1 #define INET 1