aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-01-18 19:16:46 -0800
committerChris Robinson <[email protected]>2014-01-18 19:16:46 -0800
commit748be9a97d2b4489beef2e41e9776ec5e13e6f14 (patch)
tree55cd8b2316a129eef129b79e9aac9fbff23eddcd /config.h.in
parent1a90c7f498491b85985f46c18463730f492535a8 (diff)
Include sys/sysconf.h if available for sysconf()
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 17c69f3b..d9582e74 100644
--- a/config.h.in
+++ b/config.h.in
@@ -122,6 +122,9 @@
/* Define if we have cpuid.h */
#cmakedefine HAVE_CPUID_H
+/* Define if we have sys/sysconf.h */
+#cmakedefine HAVE_SYS_SYSCONF_H
+
/* Define if we have guiddef.h */
#cmakedefine HAVE_GUIDDEF_H