bind9/lib
Michal Nowak b5e7d96f0a Allow commandline.c to compile on Solaris
commandline.c failed to compile on Solaris because NAME_MAX was
undefined.  Include 'isc/dir.h' which defines NAME_MAX for platforms
that don't define it.

    In file included from commandline.c:54:
    ./include/isc/commandline.h:31:38: error: 'NAME_MAX' undeclared here (not in a function)
       31 | extern char isc_commandline_progname[NAME_MAX];
          |                                      ^~~~~~~~
2025-06-02 09:00:48 +00:00
..
dns use proper flexible arrays in rrl 2025-05-30 10:44:49 +00:00
isc Allow commandline.c to compile on Solaris 2025-06-02 09:00:48 +00:00
isccc Remove unused symtab implementation 2025-02-25 11:29:58 +01:00
isccfg add CFG_LIST_FOREACH macro 2025-05-27 21:08:09 -07:00
ns Silence tainted scalar in client.c 2025-05-29 06:26:37 +00:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am Move irs_resconf into libdns and remove libirs 2023-02-24 09:38:59 +00:00