ossp-pkg/rc/rc_const.h 1.13 -> 1.14
--- rc_const.h 2002/08/02 20:09:59 1.13
+++ rc_const.h 2003/05/16 12:37:10 1.14
@@ -125,6 +125,8 @@
#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_UIG "-u" /* Section user string */
+#define RC_DEF_UID -1 /* Section user value */
#define RC_DEF_PRG "-p" /* Section priority string */
#define RC_DEF_PRI 200 /* Section priority value */
|
|