]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove use of D_TYPE_IN_DIRENT, now that that symbol has been renamed.
authorJim Meyering <jim@meyering.net>
Sat, 1 Jun 2002 09:38:41 +0000 (09:38 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 1 Jun 2002 09:38:41 +0000 (09:38 +0000)
src/ls.c

index 9aa9b47ee12dd146cd0f75e56a9bc2d1e11d0c62..63497c3b82409a9764008fd4cb746c0d20f6cf95 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
@@ -158,11 +158,9 @@ int rpl_lstat PARAMS((const char *, struct stat *));
 # define lstat(Name, Stat_buf) rpl_lstat(Name, Stat_buf)
 #endif
 
-#if D_TYPE_IN_DIRENT && defined DTTOIF
-# define HAVE_STRUCT_DIRENT_D_TYPE 1
+#if HAVE_STRUCT_DIRENT_D_TYPE && defined DTTOIF
 # define DT_INIT(Val) = Val
 #else
-# define HAVE_STRUCT_DIRENT_D_TYPE 0
 # define DT_INIT(Val) /* empty */
 #endif