/* remove.c -- core functions for removing files and directories
- Copyright (C) 88, 90, 91, 1994-2002 Free Software Foundation, Inc.
+ Copyright (C) 88, 90, 91, 1994-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
# define D_INO(dp) 1
#endif
-#if !defined S_ISLNK
-# define S_ISLNK(Mode) 0
-#endif
-
/* Initial capacity of per-directory hash table of entries that have
been processed but not been deleted. */
#define HT_UNREMOVABLE_INITIAL_CAPACITY 13