diff options
author | Chris Robinson <[email protected]> | 2018-01-16 19:24:14 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-01-16 19:28:10 -0800 |
commit | 3baf9d0e81c16555fc417697a5445b7cd674db02 (patch) | |
tree | 3586c9a938ada32394cdc05430332f01da7e6728 /config.h.in | |
parent | 248832b26680de4ce48bf17076287a07dbd36ff7 (diff) |
Add a method to get the system's page size
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 22c3b1c7..0bee5c98 100644 --- a/config.h.in +++ b/config.h.in @@ -11,6 +11,9 @@ /* Define if HRTF data is embedded in the library */ #cmakedefine ALSOFT_EMBED_HRTF_DATA +/* Define if we have the sysconf function */ +#cmakedefine HAVE_SYSCONF + /* Define if we have the C11 aligned_alloc function */ #cmakedefine HAVE_ALIGNED_ALLOC |