From b953c4c67cfc6f0de38526e97eb5fc6031d61c81 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Sun, 28 Feb 2010 22:48:16 +0300 Subject: s3: Move source3/iniparser to lib/iniparser to allow sharing between s3/s4 Signed-off-by: Stefan Metzmacher --- lib/iniparser_build/iniparser.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/iniparser_build/iniparser.c (limited to 'lib/iniparser_build/iniparser.c') diff --git a/lib/iniparser_build/iniparser.c b/lib/iniparser_build/iniparser.c new file mode 100644 index 0000000000..e20369963b --- /dev/null +++ b/lib/iniparser_build/iniparser.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/iniparser.c" -- cgit