ossp-pkg/rc/rc_const.h 1.14 -> 1.15
--- rc_const.h 2003/05/16 12:37:10 1.14
+++ rc_const.h 2003/05/21 12:49:21 1.15
@@ -130,4 +130,9 @@
#define RC_DEF_PRG "-p" /* Section priority string */
#define RC_DEF_PRI 200 /* Section priority value */
+/* Handling temporary and output during evaluation mode */
+#define RC_EVL_TMP "rc.XXXX" /* 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 */
+
#endif /* __OSSPRC_CONST_H__ */
|
|