]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/main.c
pppd: Drop linux IPX support (#326)
[ppp.git] / pppd / main.c
index 5500e2834cf4fcdf9c1fbc7527b55b945dabd248..23294379119867d73d9dbe774f20170d945e0631 100644 (file)
 #include "cbcp.h"
 #endif
 
-#ifdef IPX_CHANGE
-#include "ipxcp.h"
-#endif /* IPX_CHANGE */
 #ifdef AT_CHANGE
 #include "atcp.h"
 #endif
@@ -279,9 +276,6 @@ struct protent *protocols[] = {
 #endif
     &ccp_protent,
     &ecp_protent,
-#ifdef IPX_CHANGE
-    &ipxcp_protent,
-#endif
 #ifdef AT_CHANGE
     &atcp_protent,
 #endif