ossp-pkg/rc/rc_const.h 1.12 -> 1.13
--- rc_const.h 2002/08/01 13:25:32 1.12
+++ rc_const.h 2002/08/02 20:09:59 1.13
@@ -125,5 +125,7 @@
#define RC_DEF_OFF "0" /* Digital switch */
#define RC_DEF_DEF "^%(\\w+)[ \t]*(.*?)\\n(.*?)^$" /* Section definition */
#define RC_DEF_NCF "config" /* Config section name */
+#define RC_DEF_PRG "-p" /* Section priority string */
+#define RC_DEF_PRI 200 /* Section priority value */
#endif /* __OSSPRC_CONST_H__ */
|
|