]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/ecp.h
For Linux, use the Linux / Glibc based defines instead of included headers
[ppp.git] / pppd / ecp.h
index 162dace7e07915c62cc39198eb56be2b146dfe03..807a100fd1e921d7329b5ff018229c40b9c8336f 100644 (file)
  */
 #include "pppdconf.h"
 
+#ifndef PPP_ECP_H
+#define PPP_ECP_H
+
+#ifndef PPP_ECP
+#define PPP_ECP 0x8053
+#endif
+
+
 typedef struct ecp_options {
     bool required;             /* Is ECP required? */
     unsigned enctype;          /* Encryption type */
@@ -44,3 +52,5 @@ extern ecp_options ecp_allowoptions[];
 extern ecp_options ecp_hisoptions[];
 
 extern struct protent ecp_protent;
+
+#endif