aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-01-09 06:40:50 -0800
committerChris Robinson <[email protected]>2010-01-09 06:40:50 -0800
commitef7df2416debb882c42124bddc07808c00a4503b (patch)
tree20e2e8a67a0a3bb8d8175994b4f006c6fcc456cd /config.h.in
parentcb113315f7cacfef0ca1f7a08d714344a89447da (diff)
Hide OSS and Solaris devices if their files can't be stat'd
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 8ccdf547..647cfe47 100644
--- a/config.h.in
+++ b/config.h.in
@@ -28,6 +28,9 @@
/* Define if we have dlfcn.h */
#cmakedefine HAVE_DLFCN_H
+/* Define if we have the stat function */
+#cmakedefine HAVE_STAT
+
/* Define if we have the sqrtf function */
#cmakedefine HAVE_SQRTF