Author: tridge Date: 2006-09-05 11:51:00 +0000 (Tue, 05 Sep 2006) New Revision: 18081
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18081 Log: libreplace now uses config.h again Modified: branches/SAMBA_4_0/source/lib/replace/replace.h Changeset: Modified: branches/SAMBA_4_0/source/lib/replace/replace.h =================================================================== --- branches/SAMBA_4_0/source/lib/replace/replace.h 2006-09-05 11:47:28 UTC (rev 18080) +++ branches/SAMBA_4_0/source/lib/replace/replace.h 2006-09-05 11:51:00 UTC (rev 18081) @@ -28,12 +28,7 @@ #ifndef _replace_h #define _replace_h -#ifdef _SAMBA_BUILD_ #include "config.h" -#else -#include "replace_config.h" -#endif /* _SAMBA_BUILD_ */ - #include <stdlib.h> #include <stdarg.h>
