summaryrefslogtreecommitdiff
path: root/dviware/mdvi/config/acconfig.h
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /dviware/mdvi/config/acconfig.h
Initial commit
Diffstat (limited to 'dviware/mdvi/config/acconfig.h')
-rw-r--r--dviware/mdvi/config/acconfig.h24
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@