summaryrefslogtreecommitdiff
path: root/source3/iniparser_build
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2010-02-28 22:48:16 +0300
committerStefan Metzmacher <metze@samba.org>2010-03-03 09:22:39 +0100
commitb953c4c67cfc6f0de38526e97eb5fc6031d61c81 (patch)
treec7c51ff1673da8f87e65cfe11e0091bd7ed4638e /source3/iniparser_build
parent1af5a6d35966ddb5435214a6d1f8ba34be697001 (diff)
downloadsamba-b953c4c67cfc6f0de38526e97eb5fc6031d61c81.tar.gz
samba-b953c4c67cfc6f0de38526e97eb5fc6031d61c81.tar.bz2
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 'source3/iniparser_build')
-rw-r--r--source3/iniparser_build/dictionary.c7
-rw-r--r--source3/iniparser_build/iniparser.c7
-rw-r--r--source3/iniparser_build/strlib.c7
3 files changed, 0 insertions, 21 deletions
diff --git a/source3/iniparser_build/dictionary.c b/source3/iniparser_build/dictionary.c
deleted file mode 100644
index 3147361746..0000000000
--- a/source3/iniparser_build/dictionary.c
+++ /dev/null
@@ -1,7 +0,0 @@
-/*
- for someplatforms it's needed to inject replace.h into
- the iniparser source code
- --metze
-*/
-#include "../replace/replace.h"
-#include "iniparser/src/dictionary.c"
diff --git a/source3/iniparser_build/iniparser.c b/source3/iniparser_build/iniparser.c
deleted file mode 100644
index 3f4a1aaf1a..0000000000
--- a/source3/iniparser_build/iniparser.c
+++ /dev/null
@@ -1,7 +0,0 @@
-/*
- for someplatforms it's needed to inject replace.h into
- the iniparser source code
- --metze
-*/
-#include "../replace/replace.h"
-#include "iniparser/src/iniparser.c"
diff --git a/source3/iniparser_build/strlib.c b/source3/iniparser_build/strlib.c
deleted file mode 100644
index 4ea95b73ae..0000000000
--- a/source3/iniparser_build/strlib.c
+++ /dev/null
@@ -1,7 +0,0 @@
-/*
- for someplatforms it's needed to inject replace.h into
- the iniparser source code
- --metze
-*/
-#include "../replace/replace.h"
-#include "iniparser/src/strlib.c"