diff options
Diffstat (limited to 'dviware/mdvi/config/acconfig.h')
-rw-r--r-- | dviware/mdvi/config/acconfig.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dviware/mdvi/config/acconfig.h b/dviware/mdvi/config/acconfig.h new file mode 100644 index 0000000000..b5b829c89a --- /dev/null +++ b/dviware/mdvi/config/acconfig.h @@ -0,0 +1,24 @@ + +/* Don't change these */ +#undef PACKAGE +#undef VERSION + +/* You can edit anything below this point */ +@TOP@ + +/* Disable to avoid using NLS */ +#undef ENABLE_NLS + +/* Disable if you don't have the gettext function */ +#undef HAVE_GETTEXT + +/* Disable if you don't have the catgets function */ +#undef HAVE_CATGETS + +/* Disable if you don't have the catgets function */ +#undef HAVE_STPCPY + +/* Disable if you don't have the catgets function */ +#undef HAVE_LC_MESSAGES + +@BOTTOM@ |