]> git.ozlabs.org Git - ppp.git/commit
Since this file needs to be included as part of the compilation, whether
authorAdi Masputra <adi.masputra@sun.com>
Thu, 6 Apr 2000 23:08:18 +0000 (23:08 +0000)
committerAdi Masputra <adi.masputra@sun.com>
Thu, 6 Apr 2000 23:08:18 +0000 (23:08 +0000)
commit36a3914e400bbe547fbc991e94382c0cbb5df970
tree240ee6fbcf6960690edd969e68ca62c6e04e1064
parent232c8d5a063f7063c0e3ccc602a2d24f433cf2e1
Since this file needs to be included as part of the compilation, whether
or not HAVE_MULTILINK is defined, certain functions need to be wrapped
within HAVE_MULTILINK conditional preprocessor blocks. So far, everything
but the epdisc_to_str() function needs to be excluded when HAVE_MULTILINK
is not defined. This is because epdisc_to_str() seems to be called
unconditionally from within lcp.c, specifically from lcp_printpk().
pppd/multilink.c