diff options
Diffstat (limited to 'extension/configh.in')
-rw-r--r-- | extension/configh.in | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/extension/configh.in b/extension/configh.in index 9d3d9919..c2b16d7b 100644 --- a/extension/configh.in +++ b/extension/configh.in @@ -27,9 +27,6 @@ /* Define to 1 if you have the `fdopendir' function. */ #undef HAVE_FDOPENDIR -/* Define to 1 if you have the `fmod' function. */ -#undef HAVE_FMOD - /* Define to 1 if you have the `fnmatch' function. */ #undef HAVE_FNMATCH @@ -88,6 +85,9 @@ */ #undef HAVE_SYS_DIR_H +/* Define to 1 if you have the <sys/mkdev.h> header file. */ +#undef HAVE_SYS_MKDEV_H + /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. */ #undef HAVE_SYS_NDIR_H @@ -104,6 +104,9 @@ /* Define to 1 if you have the <sys/stat.h> header file. */ #undef HAVE_SYS_STAT_H +/* Define to 1 if you have the <sys/sysmacros.h> header file. */ +#undef HAVE_SYS_SYSMACROS_H + /* Define to 1 if you have the <sys/time.h> header file. */ #undef HAVE_SYS_TIME_H @@ -116,14 +119,6 @@ /* Define to the sub-directory where libtool stores uninstalled libraries. */ #undef LT_OBJDIR -/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>. - */ -#undef MAJOR_IN_MKDEV - -/* Define to 1 if `major', `minor', and `makedev' are declared in - <sysmacros.h>. */ -#undef MAJOR_IN_SYSMACROS - /* Name of package */ #undef PACKAGE |