diff options
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/gregorio/config_.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/texk/gregorio/config_.h.in b/Build/source/texk/gregorio/config_.h.in index 32fbec61b92..ff001294621 100644 --- a/Build/source/texk/gregorio/config_.h.in +++ b/Build/source/texk/gregorio/config_.h.in @@ -6,6 +6,9 @@ /* Define to 1 if the `closedir' function returns void instead of `int'. */ #undef CLOSEDIR_VOID +/* version suitable for file names */ +#undef FILENAME_VERSION + /* Define to 1 if realpath() can malloc memory, always gives an absolute path, and handles trailing slash correctly. */ #undef FUNC_REALPATH_WORKS |