ossp-pkg/rc/rc_const.h 1.21 -> 1.22
--- rc_const.h 2003/06/11 16:18:48 1.21
+++ rc_const.h 2003/06/12 13:27:44 1.22
@@ -41,6 +41,9 @@
#define RC_EXN_TEXT "# Executing section %s of script %s.\n"
#define RC_PRN_TEXT "# Printing section %s of script %s.\n"
+/* Single word user text, should not include termination */
+#define RC_CMN_TEXT "common"
+
/* Option descriptions used with popt, should not include termination */
#define RC_USE_DESC "Print a short usage summary, then exit."
#define RC_DBG_DESC "Don't remove temporary files, and write debug messages to stderr."
@@ -124,6 +127,9 @@
#define RC_GLOB_WILD "all"
+/* Nontranslatable machine strings, do not translate */
+#define RC_ECHO_STR "echo "
+
/* Default values, do not include newlines and special chars must be escaped */
#define RC_DEF_ON "1" /* Digital switch */
#define RC_DEF_OFF "0" /* Digital switch */
|
|