diff options
author | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-04-18 16:40:04 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-04-18 16:40:04 +0800 |
commit | 8a078e8e0b5b71f3c7a1be60a50e7095f1052a11 (patch) | |
tree | 6bf01d1fd5b010bda42b67e437a868ded00c8143 /acconfig.h | |
parent | ceb6a5d36a3031895654f904b458145228e5ea1c (diff) | |
download | gsoc2013-evolution-8a078e8e0b5b71f3c7a1be60a50e7095f1052a11.tar gsoc2013-evolution-8a078e8e0b5b71f3c7a1be60a50e7095f1052a11.tar.gz gsoc2013-evolution-8a078e8e0b5b71f3c7a1be60a50e7095f1052a11.tar.bz2 gsoc2013-evolution-8a078e8e0b5b71f3c7a1be60a50e7095f1052a11.tar.lz gsoc2013-evolution-8a078e8e0b5b71f3c7a1be60a50e7095f1052a11.tar.xz gsoc2013-evolution-8a078e8e0b5b71f3c7a1be60a50e7095f1052a11.tar.zst gsoc2013-evolution-8a078e8e0b5b71f3c7a1be60a50e7095f1052a11.zip |
Initial revision
svn path=/trunk/; revision=846
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 12 |
1 files changed, 12 insertions, 0 deletions
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 + |