bind9/lib/isc/include
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
..
isc Allow commandline.c to compile on Solaris 2025-06-02 09:00:48 +00:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00