]> git.ipfire.org Git - thirdparty/bind9.git/commit
remove isc_glob
authorEvan Hunt <each@isc.org>
Tue, 21 Feb 2023 22:39:43 +0000 (14:39 -0800)
committerEvan Hunt <each@isc.org>
Wed, 22 Feb 2023 17:35:29 +0000 (17:35 +0000)
commitdc27552c30826e12734ffa7f802e0118350b1a64
tree0d7caf9952f903008b657214df8ea02f2a425b2f
parent4dfc3f056d1b8855f7eeca32e09f9749e6ce5652
remove isc_glob

the isc_glob module was originally needed to support posix-style glob
processing on Windows, but is now just an unnecessary wrapper around
glob(3). this commit removes it.
lib/isc/Makefile.am
lib/isc/glob.c [deleted file]
lib/isc/include/isc/glob.h [deleted file]