mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 04:54:38 +08:00
Fix bug #5848: add #if PAP_SUPPORT around the whole file pap.h
This commit is contained in:
parent
11a4f5538b
commit
f8aa14d402
@ -53,6 +53,8 @@
|
||||
#ifndef PAP_H
|
||||
#define PAP_H
|
||||
|
||||
#if PAP_SUPPORT > 0
|
||||
|
||||
/*************************
|
||||
*** PUBLIC DEFINITIONS ***
|
||||
*************************/
|
||||
@ -125,5 +127,6 @@ void upap_authpeer (int);
|
||||
|
||||
extern struct protent pap_protent;
|
||||
|
||||
#endif /* PAP_H */
|
||||
#endif /* PAP_SUPPORT */
|
||||
|
||||
#endif /* PAP_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user