summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/system.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/system.h b/src/system.h
index 245c83a5a..387a136f7 100644
--- a/src/system.h
+++ b/src/system.h
@@ -304,4 +304,10 @@ extern int errno;
# define ST_NBLOCKSIZE 512
#endif
+/* Redirection and wildcarding when done by the utility itself.
+ Generally a noop, but used in particular for native VMS. */
+#ifndef initialize_main
+# define initialize_main(ac, av)
+#endif
+
#include "sys2.h"