r18204: darn, compilers always look in the directory the source is in for
authorAndrew Tridgell <tridge@samba.org>
Thu, 7 Sep 2006 07:13:35 +0000 (07:13 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:17:49 +0000 (14:17 -0500)
commitaca4eeac43ad96c3337b1ff5c9a41cfdf4cf4144
treec880ea7ff9240b7c10001dac41129465f57b5048
parent820492ba79aba44ab35dd7af7c0e8cafab61f114
r18204: darn, compilers always look in the directory the source is in for
headers with "" even with a -I override. That means our heimdal_build/
roken override doesn't work.

Switching to <> style includes in roken fixes this. lha, would be be
acceptable upstream? I notice that half your includes of roken.h are
with <> now anyway, so should be harmless (and even more consistent!)
(This used to be commit 92742b899941687c861a85683ad2c2c6a3083fb6)
18 files changed:
source4/heimdal/lib/roken/bswap.c
source4/heimdal/lib/roken/copyhostent.c
source4/heimdal/lib/roken/freeaddrinfo.c
source4/heimdal/lib/roken/freehostent.c
source4/heimdal/lib/roken/gai_strerror.c
source4/heimdal/lib/roken/getaddrinfo.c
source4/heimdal/lib/roken/getipnodebyaddr.c
source4/heimdal/lib/roken/getipnodebyname.c
source4/heimdal/lib/roken/getprogname.c
source4/heimdal/lib/roken/hex.c
source4/heimdal/lib/roken/hostent_find_fqdn.c
source4/heimdal/lib/roken/inet_aton.c
source4/heimdal/lib/roken/issuid.c
source4/heimdal/lib/roken/resolve.c
source4/heimdal/lib/roken/setprogname.c
source4/heimdal/lib/roken/signal.c
source4/heimdal/lib/roken/strsep.c
source4/heimdal/lib/roken/strsep_copy.c