Commit f0910612 authored by Greg Williams's avatar Greg Williams
Browse files

Removed POSIX version check

parent 97ebef4a
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -40,11 +40,6 @@
#include "socket99/socket99.h"
#include <string.h>
#include <stdlib.h>

#if _POSIX_C_SOURCE < 199309L
#error Your version of Posix C ## _POSIX_C_SOURCE ## is too old!
#endif

#include <time.h>

static SystemTestFixture Fixture;