summaryrefslogtreecommitdiff
path: root/pppd
diff options
context:
space:
mode:
authorEivind Naess <eivnaes@yahoo.com>2023-04-23 11:30:43 -0700
committerEivind Naess <eivnaes@yahoo.com>2023-04-23 11:32:34 -0700
commit9d6d326b2530cffb1414e4c401675117c42d43ce (patch)
treeceecf3190989bf3f016d6ba5c947b7c7720ca309 /pppd
parent760ce18f82670eb81cc186fb792919339a2e2fbe (diff)
downloadppp-9d6d326b2530cffb1414e4c401675117c42d43ce.tar.gz
Add configure check to see if we have struct sockaddr_ll
Fixes issue #411. Signed-off-by: Eivind Naess <eivnaes@yahoo.com>
Diffstat (limited to 'pppd')
-rw-r--r--pppd/plugins/pppoe/config.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/pppd/plugins/pppoe/config.h.in b/pppd/plugins/pppoe/config.h.in
index d447f5e..d7d61c0 100644
--- a/pppd/plugins/pppoe/config.h.in
+++ b/pppd/plugins/pppoe/config.h.in
@@ -69,3 +69,5 @@
/* The size of `unsigned short', as computed by sizeof. */
#undef SIZEOF_UNSIGNED_SHORT
+/* Define to 1 if the system has the type `struct sockaddr_ll'. */
+#undef HAVE_STRUCT_SOCKADDR_LL