aboutsummaryrefslogtreecommitdiffstats
path: root/acconfig.h
Commit message (Collapse)AuthorAgeFilesLines
* 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