]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/eui64.h
Fixup in merge/rebase, had to remove duplicate use of pppdconf.h
[ppp.git] / pppd / eui64.h
index c48d689eda7b0dcf40df2e0bd83c7199d66705b0..496814d17b3b4557725da8d85b4cf4a30efcaf80 100644 (file)
  *
  */
 
+#include "pppdconf.h"
+
 #ifndef __EUI64_H__
 #define __EUI64_H__
 
-#if !defined(INET6)
-#error "this file should only be included when INET6 is defined"
-#endif /* not defined(INET6) */
+#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>