aboutsummaryrefslogtreecommitdiffstats
path: root/acconfig.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
td>1-10/+7 * - Fix leftover httpd.conf for AP_GEN_PLIST using ports. The problem is thatpav2007-06-281-1/+1 * - use PACKAGE_BUILDINGdinoex2007-06-271-1/+1 * [PATCH] update MASTER_SITE_RUBYFORGE mirrors in bsd.sites.mkedwin2007-06-261-1/+1 * gstreamer-plugins-[nas|sndfile|x264] are back in the ports treeahze2007-06-191-2/+2 * - Add master_site_rar and use it in rar, unrar and libunrar portssat2007-06-191-0/+7 * - Provide actual-package-depends target, which prints actual dependencies ofpav2007-06-171-4/+44 * Add missing target ordering when make -j1 is used (this should be a NOP)pav2007-06-171-0/+2 * - Update MASTER_SITE_FEDORA_LINUXpav2007-06-161-26/+120 * Add link to gstreamer-plugins-mp3ahze2007-06-081-0/+2 * Switch from using mad to mp3 in USE_GSTREAMERahze2007-06-071-3/+5 * . Remove references to deprecated, forbidden and expired port of theglewis2007-06-061-3/+0 * - Respect BUILD_WRKSRC and INSTALL_WRKSRC as bsd.port.mk does.alepulver2007-06-051-3/+3 * - set default compiler as GNUSTEP_WITH_GCC42=yesdinoex2007-06-041-1/+1 * Readd a line that didn't need to be removedahze2007-06-031-0/+1 * - Retire gstreamer 0.8.0ahze2007-06-021-37/+1 * Update to 21.5-b28 "fuki"anray2007-05-281-3/+3 * * Make 'make-deinstall-all' check for moved ports. [1]linimon2007-05-252-26/+252 * - Fix comments to match realitypav2007-05-251-2/+2 * Fix USE_XLIB to depend on stub file rather than libX11.flz2007-05-211-0/+5 * Recognize gcc42 in 7-CURRENT basepav2007-05-201-2/+2 * - Welcome X.org 7.2 \o/.flz2007-05-202-26/+354 * Remove graphics/gstreamer-plugins-libcaca80, it is no point for me to try tomezz2007-04-301-1/+1 * - Update to 22.0.99clsung2007-04-291-2/+2 * downloads.planetmirror.com and public.planetmirror.com force Temporaryshaun2007-04-281-12/+2 * bsd.sites.mk - Removal of mirror from MASTER_SITE_GNUPGedwin2007-04-241-1/+0 * - Update editors/emacs-devel to 22.0.98.clsung2007-04-231-2/+2 * Rename all binaries in qt4 which conflict with binaries installed bylofi2007-04-202-4/+4 * Another typo of mine.lofi2007-04-122-4/+4 * update xfce to 4.4.1oliver2007-04-121-11/+17 * - Add the only cheeseshop download site for the sake of asat2007-04-111-0/+6 * - Don't override the DEPTYPE of a component (accidentally introduced inalepulver2007-04-111-0/+2 * - Change some spaces into tabs.alepulver2007-04-101-3/+3 * - Make autodetection work properly.alepulver2007-04-101-12/+12 * - Fix regression in makesum target introduced with rev. 1.561pav2007-04-071-2/+2 * - Commit the correct version of mi's patch from ports/109896 as tested onpav2007-04-051-3/+5 * - Add forgotten RUBY_PORTEPOCH variable [1]stas2007-04-041-0/+3 * * Update to 22.0.97.clsung2007-04-041-2/+2 * - Update ruby mirrors list.stas2007-04-041-2/+2 * - Update ruby to 1.8.6stas2007-04-041-4/+9 * - Change default USE_GHOSTSCRIPT dependency from ghostscript-gnu topav2007-04-031-12/+13 * - Overhaul bsd.tcl.mk: most importantly, change the semantics to matchpav2007-04-032-111/+385 * - Minor optimizations: invocations of ${CUT} eliminated, pipes compacted, somepav2007-04-031-90/+86 * - Add a code to invalidate saved OPTIONS when the set of OPTIONS defined in apav2007-04-031-4/+29 * - Fix handling of OPTIONS default values when configuration files wasn'tpav2007-04-031-8/+12 * - Remove now unused tcl81 category, add new categories tcl and tkpav2007-04-031-2/+2 * - Fix build with drupal modulesmiwi2007-03-271-2/+8 * I do not appreciate the attempt to play politics with the reassignment oflinimon2007-03-271-1/+1 * Take maintainership.jylefort2007-03-271-1/+1 * - Add drupal5 supportrafan2007-03-251-6/+47 * Update to 4.2.3lofi2007-03-252-2/+2 * Remove the ftp:// URL for ftp.scarlet.be from MASTER_SITE_KDE, their ftplofi2007-03-251-1/+0 * [1] Introduce COPYTREE_BIN and COPYTREE_SHARE macrospav2007-03-244-71/+420 * Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOMEmarcus2007-03-191-8/+13 * * Add bsd.ocaml.mk to support OCaml packages [1]linimon2007-03-141-13/+43 * Move x11-wm/xfce4/bsd.xfce.mk to Mk/.linimon2007-03-141-0/+61 * Add bsd.ocaml.mk to support OCaml packages.linimon2007-03-141-0/+195 * Update to KDE 3.5.6 / KOffice 1.6.2lofi2007-03-142-2/+2