ossp-pkg/rc/rc_const.h 1.20 -> 1.21
--- rc_const.h 2003/05/28 18:43:34 1.20
+++ rc_const.h 2003/06/11 16:18:48 1.21
@@ -37,6 +37,9 @@
#define RC_SLO_TEXT "The silent option may not be combined with output options.\n"
#define RC_SUM_TEXT "Option argument summary.\n"
#define RC_RUT_TEXT "Failed to set the user id. Please become the root user and try again.\n"
+#define RC_EVN_TEXT "# Evaluating section %s of script %s.\n"
+#define RC_EXN_TEXT "# Executing section %s of script %s.\n"
+#define RC_PRN_TEXT "# Printing section %s of script %s.\n"
/* Option descriptions used with popt, should not include termination */
#define RC_USE_DESC "Print a short usage summary, then exit."
|
|