aboutsummaryrefslogtreecommitdiffstats
path: root/acconfig.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove this from here.Dan Winship2002-09-051-0/+1
| | | | | | | | | | | | * acinclude.m4 (EVO_CHECK_TIMEZONE): Remove this from here. * configure.in: Put it here. (Connector no longer needs to share it). Also, check "tm_gmtoff" before "timezone", and if we have "timezone", check for "altzone" too. * acconfig.h: Add HAVE_ALTZONE svn path=/trunk/; revision=17970
* Add checks for gethostbyaddr_rJeffrey Stedfast2002-04-171-0/+3
| | | | | | | | 2002-04-16 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Add checks for gethostbyaddr_r svn path=/trunk/; revision=16482
* oops, forgot to commit this last timeJeffrey Stedfast2002-04-151-0/+3
| | | | svn path=/trunk/; revision=16472
* apparently a merge removed the openssl checks - ugh.Jeffrey Stedfast2001-12-081-0/+1
| | | | svn path=/trunk/; revision=14940
* s/PREVIEW_VERSION/VERSION_COMMENTJeffrey Stedfast2001-12-071-2/+2
| | | | | | | | 2001-12-06 Jeffrey Stedfast <fejj@ximian.com> * configure.in: s/PREVIEW_VERSION/VERSION_COMMENT svn path=/trunk/; revision=14923
* Add a AC_DEFINE for PREVIEW_RELEASE which is a string that will beJeffrey Stedfast2001-12-071-1/+3
| | | | | | | | | 2001-12-04 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Add a AC_DEFINE for PREVIEW_RELEASE which is a string that will be appended to the X-Mailer header. svn path=/trunk/; revision=14914
* HAVE_KDE_APPLNK.Ettore Perazzoli2001-10-231-0/+1
| | | | | | | | | | * acconfig.h: HAVE_KDE_APPLNK. * configure.in (EVO_CHECK_LIB): AC_DEFINE `HAVE_KDE_APPLNK' in the case in which the kde applnk dir is found. Also fix the logic with the checking so it doesn't get fooled. svn path=/trunk/; revision=13877
* Remove movemail check, since it's not relevant any more.Dan Winship2001-10-091-1/+0
| | | | | | | * configure.in: Remove movemail check, since it's not relevant any more. svn path=/trunk/; revision=13499
* Added a flag to enable pedantic PGP/MIME - this is not recommended forJeffrey Stedfast2001-09-271-0/+1
| | | | | | | | | | 2001-09-26 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Added a flag to enable pedantic PGP/MIME - this is not recommended for end-users. It is mostly meant for testing purposes. svn path=/trunk/; revision=13164
* forgot to checkin, have borken spool defineMichael Zucci2001-07-121-3/+1
| | | | svn path=/trunk/; revision=11005
* Add HAVE_BROKEN_SPOOL here.Peter Williams2001-07-111-0/+3
| | | | | | | | 2001-07-11 Peter Williams <peterw@ximian.com> * acconfig.h: Add HAVE_BROKEN_SPOOL here. svn path=/trunk/; revision=10999
* Add #defines for the current supported db3 version so that when we changeDan Winship2001-06-191-2/+4
| | | | | | | * acconfig.h: Add #defines for the current supported db3 version so that when we change it we don't have to hunt all of them down svn path=/trunk/; revision=10270
* Included information about db3.Christopher James Lahey2001-06-011-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-05-31 Christopher James Lahey <clahey@ximian.com> * README: Included information about db3. * acconfig.h: Added HAVE_DB_H and HAVE_DB3_DB_H. * configure.in: Added various checks for db3 libraries and includes. Of note are the new configure options --with-db3-includes=PREFIX and --with-db3-libs=PREFIX to specify the location for your db3 library. From addressbook/ChangeLog: 2001-05-31 Christopher James Lahey <clahey@ximian.com> * backend/pas/Makefile.am (INCLUDES): Added db3 cflags. * backend/pas/pas-backend-file.c: Updated this to use db3. From e-util/ChangeLog: 2001-05-31 Christopher James Lahey <clahey@ximian.com> * Makefile.am (INCLUDES): Added db3 cflags. * e-dbhash.c: Made this use db3. * e-db3-utils.c, e-db3-utils.h: New files with some helper functions. From wombat/ChangeLog: 2001-05-31 Christopher James Lahey <clahey@ximian.com> * Makefile.am (wombat_LDADD): Added db3 libs. svn path=/trunk/; revision=10077
* undef HAVE_SSL and HAVE_OPENSSLJeffrey Stedfast2001-05-081-0/+2
| | | | | | | | | | 2001-05-04 Jeffrey Stedfast <fejj@ximian.com> * acconfig.h: undef HAVE_SSL and HAVE_OPENSSL * configure.in: Check for OpenSSL. svn path=/trunk/; revision=9698
* Check if gethostbyname_r take five paramsJP Rosevear2001-04-121-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-04-11 JP Rosevear <jpr@ximian.com> * configure.in: Check if gethostbyname_r take five params * acconfig.h: add GETHOSTBYNAME_R_FIVE_ARGS 2001-04-11 JP Rosevear <jpr@ximian.com> * providers/imap/Makefile.am: user GNOME_INCLUDEDIR since gnome files are included in the top level camel headers and the gtk include dir is now versioned and such * providers/local/Makefile.am: ditto * providers/pop3/Makefile.am: ditto * providers/smtp/Makefile.am: ditto * providers/sendmail/Makefile.am: ditto * camel-service.c: use five arg version of gethostbyname_r if appropriate (camel_get_host_byname): check if msg->herr is non-zero instead of checking if msg->hp is null since we may not always have msg->hp svn path=/trunk/; revision=9239
* add a bit mentioning that if configure claims you don't have somethingDan Winship2001-03-291-7/+1
| | | | | | | | | | | | | | | | | * README: add a bit mentioning that if configure claims you don't have something installed when you think you do, that it's probably because you installed it in the wrong prefix, or because you need a -devel package. * configure.in: Add a new macro EVO_CHECK_LIB that checks for a gnome-config-based library of a given version or later, correctly, and if doesn't find it, suggests that you consult the README. Fix the various library checks to use this. Meanwhile, remove a bunch of old cruft and reorganize a little. * acconfig.h: Remove cruft svn path=/trunk/; revision=8997
* Removed --enable-assbarn-security and replaced it with the real options:Jeffrey Stedfast2001-03-081-0/+1
| | | | | | | | | | | | | | 2001-03-07 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Removed --enable-assbarn-security and replaced it with the real options: --with-nspr-includes=PREFIX --with-nspr-libs=PREFIX --with-nss=PREFIX * acconfig.h: #undef HAVE_NSS svn path=/trunk/; revision=8591
* reviewed by: JP Rosevear <jpr@ximian.com>Eskil Heyn Olsen2001-01-301-0/+1
| | | | | | | | | | | | reviewed by: JP Rosevear <jpr@ximian.com> * acconfig.h: Added the ENABLE_NNTP define * configure.in: Fixed the NNTP m4 section. svn path=/trunk/; revision=7904
* Ok, conflicting configure.in confused meMiguel de Icaza2001-01-211-6/+0
| | | | svn path=/trunk/; revision=7678
* Update to reflect changes to configure.inMiguel de Icaza2001-01-211-0/+6
| | | | svn path=/trunk/; revision=7677
* Replace `--with-x-mailer' with a more generic `--with-sub-version'.Ettore Perazzoli2001-01-181-1/+3
| | | | | | | | | The value you provide is now also displayed in the shell title bar. And while I was at it, I changed the title bar so that it displays the name of the folder first (instead of "Evolution - Inbox" it says "Inbox - Evolution 0.8 [yaddayadda]"). svn path=/trunk/; revision=7585
* Add --with-x-mailer to set the version string that appears in the X-MailerDan Winship2001-01-171-0/+1
| | | | | | | * configure.in, acconfig.h: Add --with-x-mailer to set the version string that appears in the X-Mailer header. svn path=/trunk/; revision=7539
* Removed GPG stuff.Jeffrey Stedfast2001-01-131-5/+0
| | | | | | | | | | | | 2001-01-12 Jeffrey Stedfast <fejj@ximian.com> * config.h.in: Removed GPG stuff. * acconfig.h: Take out all refs to PGP and GPG stuff. * configure.in: Take out the PGP/GPG detection stuff. svn path=/trunk/; revision=7471
* Add USE_FLOCK, USE_FCNTL, USE_FLOCKJP Rosevear2000-11-291-0/+3
| | | | | | | | | | | | | | 2000-11-28 JP Rosevear <jpr@helixcode.com> * acconfig.h: Add USE_FLOCK, USE_FCNTL, USE_FLOCK * configure.in: Auto* magic for various camel locking types 2000-11-28 JP Rosevear <jpr@helixcode.com> * camel-lock.c: No longer hard code the enabled lock types svn path=/trunk/; revision=6703
* Check for libgpgme. (Support not added to mail yet.)Dan Winship2000-11-221-0/+1
| | | | | | | * configure.in: Check for libgpgme. (Support not added to mail yet.) svn path=/trunk/; revision=6641
* Check for isblankJeffrey Stedfast2000-10-061-0/+1
| | | | | | | | | | | 2000-10-05 Jeffrey Stedfast <fejj@helixcode.com> * configure.in: Check for isblank * config.h.in: * acconfig.h: #undef HAVE_ISBLANK svn path=/trunk/; revision=5746
* Improve the Kerberos checks further (check for Sun kerb; check for sendauth ↵Peter Williams2000-09-061-0/+1
| | | | | | proto) svn path=/trunk/; revision=5197
* Made it compilable both with gnome-print 0.20 and 0.21+Lauris Kaplinski2000-08-311-0/+1
| | | | svn path=/trunk/; revision=5126
* decruftDan Winship2000-08-301-3/+0
| | | | | | * configure.in, acconfig.h: decruft svn path=/trunk/; revision=5101
* Add checks for GPG, PGP 5 and PGP 2. Only record the first one found.Dan Winship2000-08-021-0/+4
| | | | | | | * configure.in, acconfig.c: Add checks for GPG, PGP 5 and PGP 2. Only record the first one found. svn path=/trunk/; revision=4465
* some unrelated changes: check for mkdtemp,Dan Winship2000-07-261-0/+1
| | | | | | | | | | * configure.in: some unrelated changes: check for mkdtemp, gnome_vfs_mime_get_default_action_without_fallback, and a setuid/setgid movemail binary. * acconfig.h: add MOVEMAIL_PATH svn path=/trunk/; revision=4339
* Add a check for Bonobo 0.15 vs Bonobo post-0.15Dan Winship2000-07-111-0/+1
| | | | | | * configure.in: Add a check for Bonobo 0.15 vs Bonobo post-0.15 svn path=/trunk/; revision=4053
* Solaris compatibility config check + implementation (ctime_r arguments)Peter Williams2000-06-271-0/+3
| | | | svn path=/trunk/; revision=3754
* Make the broken threads optionalPeter Williams2000-06-271-0/+1
| | | | svn path=/trunk/; revision=3740
* add some minimal Kerberos checking. This isn't intended to be genericallyDan Winship2000-05-031-1/+2
| | | | | | | | | | * configure.in, acconfig.h: add some minimal Kerberos checking. This isn't intended to be generically useful at this point, it's just there to give me a second POP auth mechanism to play with. Also remove a bit of cruft, and reorganize configure.in a bit. svn path=/trunk/; revision=2765
* Made Evolution OAF-compatible.Ettore Perazzoli2000-04-281-2/+3
| | | | svn path=/trunk/; revision=2673
* add HAVE_LDAP here.Chris Toshok2000-04-121-0/+1
| | | | svn path=/trunk/; revision=2402
* Changed AC_DEFUN to AC_DEFINE.Christopher James Lahey2000-04-121-1/+2
| | | | | | | | | | 2000-04-11 Christopher James Lahey <clahey@helixcode.com> * configure.in: Changed AC_DEFUN to AC_DEFINE. * acconfig.h: Added HAVE_TIMEZONE and HAVE_TM_GMTOFF. svn path=/trunk/; revision=2400
* add SYSTEM_MAIL_DIRDan Winship2000-04-091-0/+1
| | | | | | * configure.in, acconfig.h: add SYSTEM_MAIL_DIR svn path=/trunk/; revision=2338
* Add CamelTransport abstract class and CamelSendmailTransportDan Winship2000-02-251-0/+1
| | | | svn path=/trunk/; revision=1921
* don't build thread related tests if evolution has been compiled with nobertrand2000-02-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-02-10 bertrand <Bertrand.Guiheneuf@aful.org> * tests/Makefile.am (THREAD_RELATED_TESTS): don't build thread related tests if evolution has been compiled with no thread support. * configure.in (have_pthread): allow user to enable/disable thread support at configure time (EXTRA_GNOME_CFLAGS): (EXTRA_GNOME_LIBS): thread support is directly included in this variable if enabled. No more EXTRA_GNOME_CFLAGS_THREADS Other special support should be added in EXTRA_GNOME_LIBS and EXTRA_GNOME_CFLAGS instead of redefining a new variable each time we want to add a new lib. (bonobo, ....) * camel/camel.c (camel_init): only try to initialize threads if we enabled threads support. * tests/ui-tests/Makefile.am (message_browser_LDADD): use EXTRA_GNOME_LIBS * configure.in (have_pthread): remove HAVE_PTHREADS variable. Define ENABLE_THREADS instead. * camel/Makefile.am: use ENABLE_THREADS not HAVE_PTHREADS to test if we build thread relateed code. * tests/Makefile.am: use EXTRA_GNOME_LIBS, not EXTRA_GNOME_LIBS_THREADS I need to be able to disable thread support to use Insure. svn path=/trunk/; revision=1725
* merge a lot of work. Rough ChangeLog will followBertrand Guiheneuf1999-08-011-0/+1
| | | | svn path=/trunk/; revision=1052
* syncBertrand Guiheneuf1999-05-301-0/+1
| | | | svn path=/trunk/; revision=959
* Initial revisionBertrand Guiheneuf1999-04-181-0/+12
svn path=/trunk/; revision=846