aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1998-11-17 02:17:27 +0000
committerGuy Harris <guy@alum.mit.edu>1998-11-17 02:17:27 +0000
commit8d616b03429fe2185782f5153d7b187a44698b5d (patch)
tree78efdcdfb3597e75e9cc90478f9f81f950e448fe /config.h.in
parentd8e026fc3bc769e0b6811c10524a8838ffce3e14 (diff)
Add a "acinclude.m4" file that defines a "AC_ETHEREAL_STRUCT_SA_LEN"
macro (modeled after similar macros provided with "autoconf") to check whether "struct sockaddr" has an "sa_len" member, and defines or undefines "HAVE_SA_LEN" appropriately. Use it instead of "AC_LBL_SOCKADDR_SA_LEN", and use "HAVE_SA_LEN" instead of "HAVE_SOCKADDR_SA_LEN". svn path=/trunk/; revision=96
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 66a8c35379..ad8d4c00ab 100644
--- a/config.h.in
+++ b/config.h.in
@@ -11,6 +11,8 @@
#undef VERSION
+#undef HAVE_SA_LEN
+
#undef DATAFILE_DIR
#undef NEED_SNPRINTF_H