]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/pathnames.h
pppd: Drop linux IPX support (#326)
[ppp.git] / pppd / pathnames.h
index e68d91a15f067385d215764feb233f34adab0b6f..915db67a0b8f5d32314df297c89fc2afbbed8ebb 100644 (file)
 #define _PATH_IPV6DOWN   _ROOT_PATH "/etc/ppp/ipv6-down"
 #endif
 
-#ifdef IPX_CHANGE
-#define _PATH_IPXUP     _ROOT_PATH "/etc/ppp/ipx-up"
-#define _PATH_IPXDOWN   _ROOT_PATH "/etc/ppp/ipx-down"
-#endif /* IPX_CHANGE */
-
 #ifdef __STDC__
 #define _PATH_PPPDB    _ROOT_PATH _PATH_VARRUN "pppd2.tdb"
 #else /* __STDC__ */