ossp-pkg/rc/rc_const.h 1.25 -> 1.26
--- rc_const.h 2003/06/18 14:35:29 1.25
+++ rc_const.h 2003/06/23 11:27:54 1.26
@@ -151,8 +151,9 @@
#define RC_DEF_PRI 200 /* Section priority value */
/* Handling temporary and output during evaluation mode */
-#define RC_EVL_TMP "rc.XXXXXX" /* Temporary file template */
-#define RC_EVL_SUF ".tmp" /* Temporary file suffix */
-#define RC_EVL_OUT ". %s; rm -f %s 2>/dev/null || true\n" /* Command line output */
+#define RC_EVL_TMP "rc.XXXXXX" /* Temporary file template */
+#define RC_EVL_SUF ".tmp" /* Temporary file suffix */
+#define RC_EVL_OUT ". %s; rm -f %s 2>/dev/null || true\n" /* Command line output */
+#define RC_EVL_DBG ". %s\n" /* Command line debug output */
#endif /* __OSSPRC_CONST_H__ */
|
|