Remove defines for ar that arent needed
authorGlenn L McGrath <bug1@ihug.co.nz>
Fri, 15 Dec 2000 06:50:54 +0000 (06:50 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Fri, 15 Dec 2000 06:50:54 +0000 (06:50 -0000)
utility.c

index 61e5f7a736a0a589d9dd8d7cd95a50b04ef2ef5e..02479d9773fa0bce6e421d6e32963dfc614e2699 100644 (file)
--- a/utility.c
+++ b/utility.c
@@ -261,7 +261,7 @@ void reset_ino_dev_hashtable(void)
 
 #endif /* BB_CP_MV || BB_DU */
 
-#if defined (BB_CP_MV) || defined (BB_DU) || defined (BB_LN) || defined (BB_AR)
+#if defined (BB_CP_MV) || defined (BB_DU) || defined (BB_LN)
 /*
  * Return TRUE if a fileName is a directory.
  * Nonexistant files return FALSE.
@@ -722,7 +722,7 @@ int recursive_action(const char *fileName,
 
 
 
-#if defined (BB_TAR) || defined (BB_MKDIR) || defined (BB_AR)
+#if defined (BB_TAR) || defined (BB_MKDIR)
 /*
  * Attempt to create the directories along the specified path, except for
  * the final component.  The mode is given for the final directory only,