third_party/iniparser: Initial copy of iniparser.
authorIra Cooper <ira@samba.org>
Thu, 17 Jul 2014 21:31:05 +0000 (17:31 -0400)
committerIra Cooper <ira@samba.org>
Sat, 9 Aug 2014 16:26:16 +0000 (18:26 +0200)
commitcdbcb7bb4b2363d459e0228f8a7a5457a736b007
treecc3ab2b0743c1813541bc63f383b71e87b136979
parent61dd66575dd1917ceaca4dbae271e0a6a264271d
third_party/iniparser: Initial copy of iniparser.

Signed-off-by: Ira Cooper <ira@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
27 files changed:
third_party/iniparser/AUTHORS [new file with mode: 0644]
third_party/iniparser/INSTALL [new file with mode: 0644]
third_party/iniparser/LICENSE [new file with mode: 0644]
third_party/iniparser/Makefile [new file with mode: 0644]
third_party/iniparser/README [new file with mode: 0644]
third_party/iniparser/html/doxygen.css [new file with mode: 0644]
third_party/iniparser/html/doxygen.png [new file with mode: 0644]
third_party/iniparser/html/globals_func.html [new file with mode: 0644]
third_party/iniparser/html/index.html [new file with mode: 0644]
third_party/iniparser/html/iniparser_8h.html [new file with mode: 0644]
third_party/iniparser/html/iniparser_8main.html [new file with mode: 0644]
third_party/iniparser/html/tab_b.gif [new file with mode: 0644]
third_party/iniparser/html/tab_l.gif [new file with mode: 0644]
third_party/iniparser/html/tab_r.gif [new file with mode: 0644]
third_party/iniparser/html/tabs.css [new file with mode: 0644]
third_party/iniparser/src/dictionary.c [new file with mode: 0644]
third_party/iniparser/src/dictionary.h [new file with mode: 0644]
third_party/iniparser/src/iniparser.c [new file with mode: 0644]
third_party/iniparser/src/iniparser.h [new file with mode: 0644]
third_party/iniparser/src/strlib.c [new file with mode: 0644]
third_party/iniparser/src/strlib.h [new file with mode: 0644]
third_party/iniparser/src/wscript [new file with mode: 0644]
third_party/iniparser/test/Makefile [new file with mode: 0644]
third_party/iniparser/test/iniexample.c [new file with mode: 0644]
third_party/iniparser_build/dictionary.c [new file with mode: 0644]
third_party/iniparser_build/iniparser.c [new file with mode: 0644]
third_party/iniparser_build/strlib.c [new file with mode: 0644]