diff options
Diffstat (limited to 'src/serd_config.h')
-rw-r--r-- | src/serd_config.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/serd_config.h b/src/serd_config.h index 0bd9b5ac..0146c181 100644 --- a/src/serd_config.h +++ b/src/serd_config.h @@ -74,13 +74,6 @@ # endif # endif -// POSIX.1-2001: posix_memalign() -# ifndef HAVE_POSIX_MEMALIGN -# if SERD_POSIX_VERSION >= 200112L -# define HAVE_POSIX_MEMALIGN 1 -# endif -# endif - // POSIX.1-2001: strerror_r() # ifndef HAVE_STRERROR_R # if defined(_POSIX_VERSION) && _POSIX_VERSION >= 200112L @@ -116,12 +109,6 @@ # define USE_POSIX_FADVISE 0 #endif -#if defined(HAVE_POSIX_MEMALIGN) && HAVE_POSIX_MEMALIGN -# define USE_POSIX_MEMALIGN 1 -#else -# define USE_POSIX_MEMALIGN 0 -#endif - #ifdef HAVE_STRERROR_R # define USE_STRERROR_R 1 #else |