Removed the feature test macros.

On Mac OS X they disable the definition of the timeval macros and on 
Linux they are defined by default. Thus removing them makes everything 
work on both platforms.
This commit is contained in:
Jef Driesen 2008-06-12 08:19:59 +00:00
parent 209aa53894
commit 35f6b4845e

View File

@ -1,6 +1,3 @@
#define _POSIX_C_SOURCE 199309
#define _BSD_SOURCE
#include <stdlib.h> // malloc, free
#include <string.h> // strerror
#include <errno.h> // errno