diff --git a/src/config.h b/src/config.h index c00b47e..af8f063 100644 --- a/src/config.h +++ b/src/config.h @@ -41,6 +41,10 @@ /* enable strdup() declaration in string.h: */ #define __MISC_VISIBLE 1 +#ifdef _POSIX_TIMERS +#undef _POSIX_TIMERS +#endif + #ifndef _POSIX_SOURCE #define _POSIX_SOURCE #endif