aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-01-16 19:24:14 -0800
committerChris Robinson <[email protected]>2018-01-16 19:28:10 -0800
commit3baf9d0e81c16555fc417697a5445b7cd674db02 (patch)
tree3586c9a938ada32394cdc05430332f01da7e6728 /config.h.in
parent248832b26680de4ce48bf17076287a07dbd36ff7 (diff)
Add a method to get the system's page size
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
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