]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/eui64.h
Compiling with --enable-mslanman is broken
[ppp.git] / pppd / eui64.h
index 496814d17b3b4557725da8d85b4cf4a30efcaf80..f809342cb76e1428e4da2757e7384665fc723790 100644 (file)
  * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  */
+#ifndef PPP_EUI64_H
+#define PPP_EUI64_H
 
 #include "pppdconf.h"
 
-#ifndef __EUI64_H__
-#define __EUI64_H__
-
-#if !defined(PPP_WITH_IPV6CP)
-#error "this file should only be included when PPP_WITH_IPV6CP is defined"
-#endif /* not defined(PPP_WITH_IPV6CP) */
-
 #if defined(SOL2)
 #include <netinet/in.h>
 
@@ -111,5 +106,4 @@ typedef union
 
 char *eui64_ntoa(eui64_t);     /* Returns ascii representation of id */
 
-#endif /* __EUI64_H__ */
-
+#endif /* PPP_EUI64_H */