mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
82e4680b2d
the iniparser source code, I do it in a way we can still have
a unmodified copy of iniparser in source/iniparser/
and have the wrapper stuff in source/iniparser_build/.
If the build-farm is happy with this I'll merge it to 3_0_26
tomorrow...
metze
(This used to be commit 43d390d186
)
8 lines
165 B
C
8 lines
165 B
C
/*
|
|
for someplatforms it's needed to inject replace.h into
|
|
the iniparser source code
|
|
--metze
|
|
*/
|
|
#include "lib/replace/replace.h"
|
|
#include "iniparser/src/strlib.c"
|