don't define _POSIX_TIMERS

This commit is contained in:
Ben Gras 2011-08-01 13:17:47 +02:00
parent f985ecba0d
commit ed651fafef

View File

@ -145,7 +145,7 @@
/* timeouts */
#undef _POSIX_TIMEOUTS
/* timers */
#define _POSIX_TIMERS 200112L
#undef _POSIX_TIMERS 200112L
/* typed memory objects */
#undef _POSIX_TYPED_MEMORY_OBJECTS
/* may disable terminal spec chars */