Signed-off-by: Luis Chamberlain <mcgrof@xxxxxxxxxx> --- config.h.in | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/config.h.in b/config.h.in index 82d417b..b037df5 100644 --- a/config.h.in +++ b/config.h.in @@ -33,10 +33,6 @@ /* Define to 1 if you have the <ctype.h> header file. */ #undef HAVE_CTYPE_H -/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. - */ -#undef HAVE_DIRENT_H - /* Whether we have EA support */ #undef HAVE_EA_SUPPORT @@ -121,9 +117,6 @@ /* Define to 1 if you have the `lsetxattr' function. */ #undef HAVE_LSETXATTR -/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ -#undef HAVE_NDIR_H - /* Define to 1 if you have the `removexattr' function. */ #undef HAVE_REMOVEXATTR @@ -151,20 +144,12 @@ /* Define to 1 if you have the <sys/attributes.h> header file. */ #undef HAVE_SYS_ATTRIBUTES_H -/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. - */ -#undef HAVE_SYS_DIR_H - /* Define to 1 if you have the <sys/extattr.h> header file. */ #undef HAVE_SYS_EXTATTR_H /* Define to 1 if you have the <sys/mount.h> header file. */ #undef HAVE_SYS_MOUNT_H -/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. - */ -#undef HAVE_SYS_NDIR_H - /* Define to 1 if you have the <sys/statvfs.h> header file. */ #undef HAVE_SYS_STATVFS_H @@ -227,9 +212,5 @@ backward compatibility; new code need not use it. */ #undef STDC_HEADERS -/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. This - macro is obsolete. */ -#undef TIME_WITH_SYS_TIME - /* Define _GNU_SOURCE so that we get all necessary prototypes */ #undef _GNU_SOURCE -- 2.34.1