]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/options.c
don't turn on IP if we can't do IPX
[ppp.git] / pppd / options.c
index 49763764d0998092e1d8d9ec50a416b0674bc5dc..495c29ae17c38c32591db568b0367292b223da2a 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #ifndef lint
-static char rcsid[] = "$Id: options.c,v 1.58 1999/05/12 06:19:48 paulus Exp $";
+static char rcsid[] = "$Id: options.c,v 1.59 1999/05/14 01:09:03 paulus Exp $";
 #endif
 
 #include <ctype.h>
@@ -108,6 +108,10 @@ struct     bpf_program active_filter; /* Filter program for link-active pkts */
 pcap_t  pc;                    /* Fake struct pcap so we can compile expr */
 #endif
 
+char *current_option;          /* the name of the option being parsed */
+int  privileged_option;                /* set iff the current option came from root */
+char *option_source;           /* string saying where the option came from */
+
 /*
  * Prototypes
  */