diff options
author | Chris Robinson <[email protected]> | 2010-01-09 06:40:50 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-01-09 06:40:50 -0800 |
commit | ef7df2416debb882c42124bddc07808c00a4503b (patch) | |
tree | 20e2e8a67a0a3bb8d8175994b4f006c6fcc456cd /config.h.in | |
parent | cb113315f7cacfef0ca1f7a08d714344a89447da (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.in | 3 |
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 |