diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-11-07 12:47:46 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:25:06 -0500 |
commit | 6f9bed3d3eb71666d8418bcab992d878eadca0c7 (patch) | |
tree | 8a65114d130da530bf4ae0bb25782fed400841e2 /source4/heimdal_build | |
parent | 9f30272b2712227ca2ebaf04d13cd0728f3a7f64 (diff) | |
download | samba-6f9bed3d3eb71666d8418bcab992d878eadca0c7.tar.gz samba-6f9bed3d3eb71666d8418bcab992d878eadca0c7.tar.bz2 samba-6f9bed3d3eb71666d8418bcab992d878eadca0c7.zip |
r19615: include roken.h.in as this still includes the ifdef's we need in samba4
this should fix the portability of samba4
metze
(This used to be commit 497543a17eaea16c3c7f379ed238e573427e28da)
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r-- | source4/heimdal_build/roken.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/heimdal_build/roken.h b/source4/heimdal_build/roken.h index 3c46ff923b..2bc9e1d412 100644 --- a/source4/heimdal_build/roken.h +++ b/source4/heimdal_build/roken.h @@ -49,5 +49,7 @@ #define HAVE_SSIZE_T #endif -#include "heimdal/lib/roken/roken.h" +#undef SOCKET_WRAPPER_REPLACE + +#include "heimdal/lib/roken/roken.h.in" #endif |