diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-10-11 11:52:49 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:20:56 -0500 |
commit | b6582987fe25ef3d54034f2f27a052664a298f3e (patch) | |
tree | dd47adc8d2af3f5a24864e5c121fb594ec2350ae /source4/lib/replace | |
parent | 5916c6c469da4d571bb7adb8d25c51a1882cf68e (diff) | |
download | samba-b6582987fe25ef3d54034f2f27a052664a298f3e.tar.gz samba-b6582987fe25ef3d54034f2f27a052664a298f3e.tar.bz2 samba-b6582987fe25ef3d54034f2f27a052664a298f3e.zip |
r19242: merge from samba3:
handle NO_CONFIG_H in libreplace
metze
(This used to be commit 909d736a4bf5a7adfcd64eecf6bb2a92211c6f96)
Diffstat (limited to 'source4/lib/replace')
-rw-r--r-- | source4/lib/replace/replace.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/replace/replace.h b/source4/lib/replace/replace.h index 8943c7d637..7a79f335e2 100644 --- a/source4/lib/replace/replace.h +++ b/source4/lib/replace/replace.h @@ -28,7 +28,9 @@ #ifndef _LIBREPLACE_REPLACE_H #define _LIBREPLACE_REPLACE_H +#ifndef NO_CONFIG_H #include "config.h" +#endif #ifdef HAVE_STANDARDS_H #include <standards.h> |