ossp-pkg/rc/rc_const.h 1.8 -> 1.9
--- rc_const.h 2002/06/27 15:35:58 1.8
+++ rc_const.h 2002/07/29 15:07:01 1.9
@@ -106,7 +106,13 @@
#define RC_ERRSTR_SYS "System"
#define RC_ERRSTR_IO "Input/Output"
#define RC_ERRSTR_INT "Internal"
+#define RC_ERRSTR_FNC "Funcfile"
+#define RC_ERRSTR_DIR "Location"
+#define RC_ERRSTR_RCF "Rcfile"
+#define RC_ERRSTR_TRM "Terminate"
#define RC_ERRSTR_UNK "Unrecognized"
+#define RC_WRNSTR_OWR "Overwrite"
+#define RC_WRNSTR_NUL "NULLPointer"
#define RC_GLOB_WILD "all"
|
|