PATH_MAX

Indicates that d_namlen field is available in dirent structure

version(none)
extern (C) nothrow @nogc
enum PATH_MAX = (!__traits(compiles, libressl_d.compat.limits.PATH_MAX)) ? (core.sys.windows.windef.MAX_PATH) : (libressl_d.compat.limits.PATH_MAX);

Meta