Default value for ALLPERMS.
authorjbj <devnull@localhost>
Wed, 13 Jan 1999 22:53:33 +0000 (22:53 +0000)
committerjbj <devnull@localhost>
Wed, 13 Jan 1999 22:53:33 +0000 (22:53 +0000)
CVS patchset: 2702
CVS date: 1999/01/13 22:53:33

build/files.c

index 01ef644..0553e4b 100644 (file)
@@ -1,5 +1,9 @@
 #include "system.h"
 
+#if !defined(ALLPERMS)
+#define        ALLPERMS        07777
+#endif
+
 #include <regex.h>
 #include <signal.h>    /* getOutputFrom() */