diff options
author | Matthieu Patou <mat@matws.net> | 2010-02-28 22:48:16 +0300 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-03-03 09:22:39 +0100 |
commit | b953c4c67cfc6f0de38526e97eb5fc6031d61c81 (patch) | |
tree | c7c51ff1673da8f87e65cfe11e0091bd7ed4638e /lib/iniparser_build/dictionary.c | |
parent | 1af5a6d35966ddb5435214a6d1f8ba34be697001 (diff) | |
download | samba-b953c4c67cfc6f0de38526e97eb5fc6031d61c81.tar.gz samba-b953c4c67cfc6f0de38526e97eb5fc6031d61c81.tar.xz samba-b953c4c67cfc6f0de38526e97eb5fc6031d61c81.zip |
s3: Move source3/iniparser to lib/iniparser to allow sharing between s3/s4
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'lib/iniparser_build/dictionary.c')
-rw-r--r-- | lib/iniparser_build/dictionary.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/iniparser_build/dictionary.c b/lib/iniparser_build/dictionary.c new file mode 100644 index 0000000000..a6b2a12484 --- /dev/null +++ b/lib/iniparser_build/dictionary.c @@ -0,0 +1,7 @@ +/* + for someplatforms it's needed to inject replace.h into + the iniparser source code + --metze +*/ +#include "../replace/replace.h" +#include "../iniparser/src/dictionary.c" |