From 8a078e8e0b5b71f3c7a1be60a50e7095f1052a11 Mon Sep 17 00:00:00 2001 From: Bertrand Guiheneuf Date: Sun, 18 Apr 1999 08:40:04 +0000 Subject: Initial revision svn path=/trunk/; revision=846 --- acconfig.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 acconfig.h (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h new file mode 100644 index 0000000000..bc1cadbe45 --- /dev/null +++ b/acconfig.h @@ -0,0 +1,12 @@ +#undef ENABLE_NLS +#undef HAVE_CATGETS +#undef HAVE_GETTEXT +#undef HAVE_LC_MESSAGES +#undef HAVE_STPCPY +#undef HAVE_LIBSM +#undef PACKAGE +#undef VERSION + +/* Define this if you want to build against the development gtk */ +#undef HAVE_DEVGTK + -- cgit