Removed compile warnings related to feature macros.

Accidentally commited them. Oops.
This commit is contained in:
Jonas 'Sortie' Termansen 2012-02-11 19:03:17 +01:00
parent ed68db03fb
commit 6d1129c29a
1 changed files with 0 additions and 32 deletions

View File

@ -45,38 +45,6 @@
#define _SORTIX_SOURCE 1
#endif
#ifdef _SORTIX_SOURCE
#warning _SORTIX_SOURCE
#endif
#ifdef _POSIX_SOURCE
#warning _POSIX_SOURCE
#endif
#ifdef _POSIX_C_SOURCE
#warning _POSIX_C_SOURCE
#endif
#ifdef _BSD_SOURCE
#warning _BSD_SOURCE
#endif
#ifdef _SVID_SOURCE
#warning _SVID_SOURCE
#endif
#ifdef _XOPEN_SOURCE
#warning _XOPEN_SOURCE
#endif
#ifdef _XOPEN_SOURCE_EXTENDED
#warning XOPEN_SOURCE_EXTENDED
#endif
#ifdef _GNU_SOURCE
#warning _GNU_SOURCE
#endif
#define restrict
/* TODO: Improve these declarations, perhaps like they are in glibc. */