diff options
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 |