]> git.ozlabs.org Git - ppp.git/blobdiff - include/linux/if_ppp.h
don't need auth and usehostname by default any more
[ppp.git] / include / linux / if_ppp.h
index bb7a98db3f0e8542981817ce3f3fc36a1fb0053a..74248ed56fb2e251750c09cb63a134c97337dccb 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: if_ppp.h,v 1.14 1998/07/07 04:27:33 paulus Exp $   */
+/*     $Id: if_ppp.h,v 1.16 1999/02/26 06:48:20 paulus Exp $   */
 
 /*
  * if_ppp.h - Point-to-Point Protocol definitions.
@@ -21,7 +21,7 @@
  */
 
 /*
- *  ==FILEVERSION 980704==
+ *  ==FILEVERSION 990226==
  *
  *  NOTE TO MAINTAINERS:
  *     If you modify this file at all, please set the above date.
@@ -35,7 +35,7 @@
 #ifndef _IF_PPP_H_
 #define _IF_PPP_H_
 
-#if defined(__linux__)
+#if defined(__KERNEL__)
 #include <linux/if.h>
 #include <linux/ioctl.h>
 #include <linux/ppp_defs.h>
@@ -47,7 +47,6 @@
 
 #define        PPP_MTU         1500    /* Default MTU (size of Info field) */
 #define PPP_MAXMRU     65000   /* Largest MRU we allow */
-#define PPP_VERSION    "2.3.3"
 #define PPP_MAGIC      0x5002  /* Magic value for the ppp structure */
 #define PROTO_IPX      0x002b  /* protocol numbers */
 #define PROTO_DNA_RT    0x0027  /* DNA Routing */