]> git.ipfire.org Git - thirdparty/bind9.git/commit
Added a isc_glob() function that wraps glob() calls for POSIX systems
authorDiego Fronza <diego@isc.org>
Wed, 23 Oct 2019 19:25:06 +0000 (16:25 -0300)
committerDiego Fronza <diego@isc.org>
Mon, 24 Feb 2020 16:46:39 +0000 (13:46 -0300)
commit9b4e28e1557c58fa625906a47bd57f42c53fd7dd
tree7c87db92c65e450aa6771a31991c87bdac9afe1c
parentf97ba7a7c2647d141538806730bc185c25679551
Added a isc_glob() function that wraps glob() calls for POSIX systems
and implement a custom glob() function on Windows systems.
config.h.in
configure.ac
lib/isc/Makefile.in
lib/isc/glob.c [new file with mode: 0644]
lib/isc/include/isc/glob.h [new file with mode: 0644]
lib/isc/win32/libisc.def.in
lib/isc/win32/libisc.vcxproj.in
lib/isccfg/parser.c