]> git.ozlabs.org Git - ppp.git/commitdiff
does better without the includes
authorPaul Mackerras <paulus@samba.org>
Tue, 2 Mar 1999 05:37:51 +0000 (05:37 +0000)
committerPaul Mackerras <paulus@samba.org>
Tue, 2 Mar 1999 05:37:51 +0000 (05:37 +0000)
include/linux/if_ppp.h
linux/if_ppp.h

index 74248ed56fb2e251750c09cb63a134c97337dccb..02c2b7ce6327aa1e903c898c8aa5df6de940df67 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: if_ppp.h,v 1.16 1999/02/26 06:48:20 paulus Exp $   */
+/*     $Id: if_ppp.h,v 1.17 1999/03/02 05:37:51 paulus Exp $   */
 
 /*
  * if_ppp.h - Point-to-Point Protocol definitions.
 
 /*
  * if_ppp.h - Point-to-Point Protocol definitions.
 #ifndef _IF_PPP_H_
 #define _IF_PPP_H_
 
 #ifndef _IF_PPP_H_
 #define _IF_PPP_H_
 
-#if defined(__KERNEL__)
-#include <linux/if.h>
-#include <linux/ioctl.h>
-#include <linux/ppp_defs.h>
-#endif
-
 /*
  * Packet sizes
  */
 
 #define        PPP_MTU         1500    /* Default MTU (size of Info field) */
 #define PPP_MAXMRU     65000   /* Largest MRU we allow */
 /*
  * Packet sizes
  */
 
 #define        PPP_MTU         1500    /* Default MTU (size of Info field) */
 #define PPP_MAXMRU     65000   /* Largest MRU we allow */
+#define PPP_VERSION    "2.3.6"
 #define PPP_MAGIC      0x5002  /* Magic value for the ppp structure */
 #define PROTO_IPX      0x002b  /* protocol numbers */
 #define PROTO_DNA_RT    0x0027  /* DNA Routing */
 #define PPP_MAGIC      0x5002  /* Magic value for the ppp structure */
 #define PROTO_IPX      0x002b  /* protocol numbers */
 #define PROTO_DNA_RT    0x0027  /* DNA Routing */
index 74248ed56fb2e251750c09cb63a134c97337dccb..02c2b7ce6327aa1e903c898c8aa5df6de940df67 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: if_ppp.h,v 1.16 1999/02/26 06:48:20 paulus Exp $   */
+/*     $Id: if_ppp.h,v 1.17 1999/03/02 05:37:51 paulus Exp $   */
 
 /*
  * if_ppp.h - Point-to-Point Protocol definitions.
 
 /*
  * if_ppp.h - Point-to-Point Protocol definitions.
 #ifndef _IF_PPP_H_
 #define _IF_PPP_H_
 
 #ifndef _IF_PPP_H_
 #define _IF_PPP_H_
 
-#if defined(__KERNEL__)
-#include <linux/if.h>
-#include <linux/ioctl.h>
-#include <linux/ppp_defs.h>
-#endif
-
 /*
  * Packet sizes
  */
 
 #define        PPP_MTU         1500    /* Default MTU (size of Info field) */
 #define PPP_MAXMRU     65000   /* Largest MRU we allow */
 /*
  * Packet sizes
  */
 
 #define        PPP_MTU         1500    /* Default MTU (size of Info field) */
 #define PPP_MAXMRU     65000   /* Largest MRU we allow */
+#define PPP_VERSION    "2.3.6"
 #define PPP_MAGIC      0x5002  /* Magic value for the ppp structure */
 #define PROTO_IPX      0x002b  /* protocol numbers */
 #define PROTO_DNA_RT    0x0027  /* DNA Routing */
 #define PPP_MAGIC      0x5002  /* Magic value for the ppp structure */
 #define PROTO_IPX      0x002b  /* protocol numbers */
 #define PROTO_DNA_RT    0x0027  /* DNA Routing */