head 1.7; access; symbols new_system:1.3 old_system:1.3; locks alexis:1.7; strict; comment @ * @; 1.7 date 99.01.07.13.15.51; author alexis; state Exp; branches; next 1.6; 1.6 date 98.10.07.16.28.26; author alexis; state Exp; branches; next 1.5; 1.5 date 98.08.31.12.43.22; author alexis; state Exp; branches; next 1.4; 1.4 date 98.08.28.13.13.16; author alexis; state Exp; branches; next 1.3; 1.3 date 98.08.07.11.28.42; author alexis; state Exp; branches; next 1.2; 1.2 date 97.10.26.12.12.31; author alexis; state Exp; branches; next 1.1; 1.1 date 97.02.01.21.52.17; author alexis; state Exp; branches; next ; desc @MILEPOST - WORKS. @ 1.7 log @RCS Id is now Header symbol name changes @ text @#ifndef PPPLD_MSGIDS_H #define PPPLD_MSGIDS_H #ifdef MAIN /*@@unused@@*/ static char *ppplcd_msgids_h_rcs_id = "$Header: ppplcd_msgids.h,v 1.6 1998/10/07 16:28:26 alexis Exp alexis $"; #endif #define MAX_MSG_SIZ 1024 #define MSGID_LAST -1 #define MSGID_EXEC_PPPD 0 #define MSGID_OK_PPPD 1 #define MSGID_NOK_PPPD 2 #define MSGID_SET_QUIT 3 #define MSGID_EXEC_IPUP 4 #define MSGID_HANGUP 5 #define MSGID_OK_QTEST 6 #define MSGID_NOK_QTEST 7 #define MSGID_EXEC_SNDMAIL 8 #define MSGID_OK_SNDMAIL 9 #define MSGID_NOK_SNDMAIL 10 #define MSGID_EXEC_SNDNEWS 11 #define MSGID_OK_SNDNEWS 12 #define MSGID_NOK_SNDNEWS 13 #define MSGID_EXEC_GETMAIL 14 #define MSGID_OK_GETMAIL 15 #define MSGID_NOK_GETMAIL 16 #define MSGID_EXEC_GETNEWS 17 #define MSGID_OK_GETNEWS 18 #define MSGID_NOK_GETNEWS 19 #define MSGID_EXEC_USECNT 20 #define MSGID_OK_USECNT 21 #define MSGID_NOK_USECNT 22 #define MSGID_EXEC_IPDOWN 23 #define MSGID_NOACTION 24 #define MSGID_SET_IDLEPARS 25 #define MSGID_EXEC_ANNOUNCE 26 #define MSGID_SET_QUALITY 27 #define MSGID_EXEC_QTEST 28 #define MSGID_INFO_REQ 29 #define MSGID_SET_DONEWS 30 #define MSGID_SUB_MSGID 31 #define MSGID_EXEC_MISC 32 #define MSGID_UNSET_DONEWS 33 #define MSGID_LOAD_CONFIG 34 #define MSGID_SET_DEBUG 35 #define MSGID_GEN_CONFIG 36 #define MSGID_SET_AUTORECONNECT 37 #define MSGID_UNSET_AUTORECONNECT 38 #define MSGID_USECNT_RESPONSE 39 #define MSGID_QTEST_RESPONSE 40 #define MSGID_EXEC_MAIL 41 #define MSGID_OK_MAIL 42 #define MSGID_NOK_MAIL 43 #define MSGID_EXEC_NEWS 44 #define MSGID_OK_NEWS 45 #define MSGID_NOK_NEWS 46 #define MSGID_INFO_DATA 47 #define MSGID_DEL_MSGID 48 #define MSGID_EXEC_NAMED 49 #define MSGID_OK_NAMED 50 #define MSGID_NOK_NAMED 51 /* * Structure and type definitions */ struct msginfrec { int id; int argc; char *cmt; }; extern struct msginfrec svrmsginfo_data[]; #endif @ 1.6 log @delinted added messages for nsswitcher @ text @d5 1 a5 1 static char *ppplcd_msgids_h_rcs_id = "$Id: ppplcd_msgids.h,v 1.5 1998/08/31 12:43:22 alexis Exp $"; d10 1 a10 1 #define MSGID_LAST_MARKER -1 @ 1.5 log @added message to request deletion of messages @ text @d4 2 a5 1 static char *ppplcd_msgids_h_rcs_id = "$Id: ppplcd_msgids.h,v 1.4 1998/08/28 13:13:16 alexis Exp alexis $"; d60 3 @ 1.4 log @milepost @ text @d4 1 a4 1 static char *ppplcd_msgids_h_rcs_id = "$Id: ppplcd_msgids.h,v 1.3 1998/08/07 11:28:42 alexis Exp alexis $"; d58 1 @ 1.3 log @milepost - seems to work ok, though few messages seem wrong @ text @d4 1 a4 1 static char *ppplcd_msgids_h_rcs_id = "$Id: ppplcd_msgids.h,v 1.2 1997/10/26 12:12:31 alexis Exp alexis $"; d7 1 a7 1 #define MAX_MSG_SIZ 128 d30 3 a32 3 #define MSGID_EXEC_USECNT 20 #define MSGID_OK_USECNT 21 #define MSGID_NOK_USECNT 22 d35 2 a36 1 #define MSGID_SET_IDLEPARS 25 d39 1 a39 1 #define MSGID_INFO 29 d41 2 d57 1 d69 1 a69 1 extern struct msginfrec svrmsginfdat[]; @ 1.2 log @stamped for release 1.0.6 @ text @d4 1 a4 1 static char *ppplcd_msgids_h_rcs_id = "$Id: ppplcd_msgids.h,v 1.1 1997/02/01 21:52:17 alexis Exp alexis $"; d30 3 a32 3 #define MSGID_EXEC_IDLECHECK 20 #define MSGID_OK_IDLECHECK 21 #define MSGID_NOK_IDLECHECK 22 d35 2 a36 2 #define MSGID_SET_IDLECHECK 25 #define MSGID_SET_QUALITYCHECK 27 a39 2 #define MSGID_UNSET_IDLECHECK 31 #define MSGID_UNSET_QUALITYCHECK 32 d44 10 a53 2 #define MSGID_SET_REDIAL_ON_HANGUP 37 #define MSGID_UNSET_REDIAL_ON_HANGUP 38 @ 1.1 log @Initial revision @ text @d4 1 a4 1 static char *ppplcd_msgids_h_rcs_id = "$Id: ppplcd_msgids.h,v 1.3 1997/01/31 14:43:34 alexis Exp alexis $"; @