diff options
author | Chris Robinson <[email protected]> | 2019-07-26 14:02:14 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-07-26 14:02:14 -0700 |
commit | 7cfb353334c725b3f57a4a2951b4ff9e352fc956 (patch) | |
tree | f5108e9a62528e556463d83008eaf0cbedf8489a /config.h.in | |
parent | b22ecc45c9183572370895790cf955c490196b1f (diff) |
Don't explicitly check for standard functions
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index a98faff8..5dd4311a 100644 --- a/config.h.in +++ b/config.h.in @@ -11,9 +11,6 @@ /* Define if we have the sysconf function */ #cmakedefine HAVE_SYSCONF -/* Define if we have the C11 aligned_alloc function */ -#cmakedefine HAVE_ALIGNED_ALLOC - /* Define if we have the posix_memalign function */ #cmakedefine HAVE_POSIX_MEMALIGN |