aboutsummaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-02-05 04:57:25 +0800
committerDan Winship <danw@src.gnome.org>2003-02-05 04:57:25 +0800
commit75402d39ad33c157981ed8b1618178fc3ec29a9f (patch)
treef4e713fa4b85b970a416ea5bf97c2a8de7ce47da /acconfig.h
parentf532dd55d2441cc3fc3d297812676f7aa382ecdc (diff)
downloadgsoc2013-evolution-75402d39ad33c157981ed8b1618178fc3ec29a9f.tar
gsoc2013-evolution-75402d39ad33c157981ed8b1618178fc3ec29a9f.tar.gz
gsoc2013-evolution-75402d39ad33c157981ed8b1618178fc3ec29a9f.tar.bz2
gsoc2013-evolution-75402d39ad33c157981ed8b1618178fc3ec29a9f.tar.lz
gsoc2013-evolution-75402d39ad33c157981ed8b1618178fc3ec29a9f.tar.xz
gsoc2013-evolution-75402d39ad33c157981ed8b1618178fc3ec29a9f.tar.zst
gsoc2013-evolution-75402d39ad33c157981ed8b1618178fc3ec29a9f.zip
Update AC_DEFINEs to use the new syntax to make acconfig.h unnecessary.
* configure.in: Update AC_DEFINEs to use the new syntax to make acconfig.h unnecessary. (Remove unneeded HAVE_KDE_APPLNK define). Call GNOME_COMPILE_WARNINGS and add $WARN_CFLAGS to CFLAGS to get back to the evo 1.2 behavior of defaulting to -Wall everywhere. Fix up privlibdir definition to avoid undefined variables in evolution-shell.pc. * acinclude.m4: Update AC_DEFINE * acconfig.h: Gone svn path=/trunk/; revision=19742
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h57
1 files changed, 0 insertions, 57 deletions
diff --git a/acconfig.h b/acconfig.h
deleted file mode 100644
index 2069c0129b..0000000000
--- a/acconfig.h
+++ /dev/null
@@ -1,57 +0,0 @@
-#undef ENABLE_NLS
-#undef HAVE_CATGETS
-#undef HAVE_GETTEXT
-#undef HAVE_LC_MESSAGES
-#undef HAVE_STPCPY
-#undef HAVE_LIBSM
-#undef PACKAGE
-#undef VERSION
-#undef ENABLE_THREADS
-#undef SENDMAIL_PATH
-#undef SYSTEM_MAIL_DIR
-#undef HAVE_LDAP
-#undef HAVE_TIMEZONE
-#undef HAVE_ALTZONE
-#undef HAVE_TM_GMTOFF
-#undef HAVE_KRB4
-#undef NEED_KRB_SENDAUTH_PROTO
-#undef HAVE_HEIMDAL_KRB5
-#undef HAVE_MIT_KRB5
-#undef HAVE_KRB5
-#undef HAVE_NSS
-#undef HAVE_OPENSSL
-#undef HAVE_SSL
-#undef USE_DOT
-#undef USE_FCNTL
-#undef USE_FLOCK
-#undef ENABLE_NNTP
-#undef HAVE_BROKEN_SPOOL
-#undef ENABLE_PEDANTIC_PGPMIME
-#undef HAVE_KDE_APPLNK
-#undef GETTEXT_PACKAGE
-
-/* db3 version */
-#undef EVOLUTION_DB_VERSION_MAJOR
-#undef EVOLUTION_DB_VERSION_MINOR
-#undef EVOLUTION_DB_VERSION_PATCH
-
-/* Sub-version identification string. */
-#undef SUB_VERSION
-
-/* Base version number (eg. "1.4" for "1.4.7"). */
-#undef BASE_VERSION
-
-/* Preview-release string */
-#undef VERSION_COMMENT
-
-/* Define if ctime_r takes three arguments */
-#undef CTIME_R_THREE_ARGS
-
-/* Define if gethostbyname_r takes five arguments */
-#undef GETHOSTBYNAME_R_FIVE_ARGS
-
-/* Define if gethostbyaddr_r takes seven arguments */
-#undef GETHOSTBYADDR_R_SEVEN_ARGS
-
-/* Define to `int' if your system doesn't have `socklen_t'. */
-#undef socklen_t