Renamed some constant into PPP_ASK_BEFORE_DIALING (used by preflet and ppp_server (living in net_server or whatever)).

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7132 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Waldemar Kornewald
2004-03-31 11:44:33 +00:00
parent 7932407f25
commit 0bc58c4961
2 changed files with 3 additions and 3 deletions
@@ -17,8 +17,8 @@ typedef uint32 ppp_interface_id;
// settings keys
#define PPP_DIALING_NOTIFICATION_KEY "DialingNotification"
// userland ppp_server handles this key
#define PPP_ASK_BEFORE_DIALING_KEY "AskBeforeDialing"
// userland ppp_server and preflet handle this key
#define PPP_DISONNECT_AFTER_IDLE_SINCE_KEY "DisonnectAfterIdleSince"
#define PPP_MODE_KEY "Mode"
#define PPP_DIAL_RETRIES_LIMIT_KEY "DialRetriesLimit"
@@ -15,7 +15,7 @@
static char *sSkipInterfaceParameters[] = {
PPP_DIALING_NOTIFICATION_KEY,
PPP_ASK_BEFORE_DIALING_KEY,
PPP_DISONNECT_AFTER_IDLE_SINCE_KEY,
PPP_DIAL_RETRIES_LIMIT_KEY,
PPP_DIAL_RETRY_DELAY_KEY,