Index: ossp-pkg/rc/rc_const.h RCS File: /v/ossp/cvs/ossp-pkg/rc/rc_const.h,v rcsdiff -q -kk '-r1.9' '-r1.10' -u '/v/ossp/cvs/ossp-pkg/rc/rc_const.h,v' 2>/dev/null --- rc_const.h 2002/07/29 15:07:01 1.9 +++ rc_const.h 2002/07/30 16:33:51 1.10 @@ -33,6 +33,8 @@ /* Generic text, should include newline termination */ #define RC_NON_TEXT "No options exist.\n" #define RC_LST_TEXT "Please enter just one rcfile and at least one section.\n" +#define RC_EEP_TEXT "The exec, eval, and print options may not be combined.\n" +#define RC_SLO_TEXT "The silent option may not be combined with output options.\n" #define RC_SUM_TEXT "Option argument summary.\n" /* Option descriptions used with popt, should not include termination */