r18553: - confdefs.h is always included in configure checks no need to include them...
commit45e566b7cc180d9a873284c07539233a856a694f
authorStefan Metzmacher <metze@samba.org>
Fri, 15 Sep 2006 14:30:23 +0000 (15 14:30 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:18:45 +0000 (10 14:18 -0500)
tree0412dc759309a2a1fdd66569e74d750f3364c278
parentab188e02af3d0b1b91ae55a2c15433fc817a4f7b
r18553: - confdefs.h is always included in configure checks no need to include them explicit
- undefine _XOPEN_SOURCE_EXTENDED for the AIX interface detection test
  #define _XOPEN_SOURCE_EXTENDED 1 brings in sa_len to sockaddr on Tru64
  which means the AIX code compiles...

metze
(This used to be commit 04a0a5144a249e12a9dcb327c5b6055e6a6135db)
source4/lib/socket/config.m4