/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Authors: Jeffrey Stedfast * * Copyright 2001 Ximian, Inc. (www.ximian.com) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA. * */ #ifndef CAMEL_SASL_PLAIN_H #define CAMEL_SASL_PLAIN_H #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus }*/ #include #define CAMEL_SASL_PLAIN_TYPE (camel_sasl_plain_get_type ()) #define CAMEL_SASL_PLAIN(obj) (CAMEL_CHECK_CAST((obj), CAMEL_SASL_PLAIN_TYPE, CamelSaslPlain)) #define CAMEL_SASL_PLAIN_CLASS(k) (CAMEL_CHECK_CLASS_CAST ((k), CAMEL_SASL_PLAIN_TYPE, CamelSaslPlainClass)) #define CAMEL_IS_SASL_PLAIN(o) (CAMEL_CHECK_TYPE((o), CAMEL_SASL_PLAIN_TYPE)) typedef struct _CamelSaslPlain { CamelSasl parent_object; } CamelSaslPlain; typedef struct _CamelSaslPlainClass { CamelSaslClass parent_class; } CamelSaslPlainClass; /* Standard Camel function */ CamelType camel_sasl_plain_get_type (void); extern CamelServiceAuthType camel_sasl_plain_authtype; #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* CAMEL_SASL_PLAIN_H */ arn/devel/electron4/files/elliptic-6.5.4'>dependabot/npm_and_yarn/devel/electron4/files/elliptic-6.5.4 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update to Bash 4.1 patchlevel 9.obrien2010-10-202-2/+8
* Add OPTIONS processing.obrien2010-09-102-2/+12
* - Remove iconv dependency if WITHOUT_NLS is definedehaupt2010-09-092-13/+8
* - Depend on libiconv in order to fix package installationehaupt2010-08-061-1/+2
* Update to 4.1.7ehaupt2010-06-162-2/+8
* Bump PORTREVISION after gettext update - not sure how this one was missed.ade2010-05-311-1/+1
* - Fix statically linked versionehaupt2010-05-112-1/+12
* Fix plistitetcu2010-05-111-0/+2
* Update to Bash 4.1 patchlevel 5.obrien2010-05-112-110/+20
* Update to patchlevel 35ehaupt2009-11-142-2/+8
* Pass the -y flag to bison to fix $() parsing.naddy2009-11-031-2/+2
* Register CONFLICTSehaupt2009-11-021-4/+3
* - Update to 4.0.33miwi2009-09-202-1/+28
* Update to Bash 4.0 patchlevel 24.obrien2009-05-192-1/+22
* Update to patchlevel 17.obrien2009-05-062-2/+23
* Set MAKE_JOBS_UNSAFE.obrien2009-05-061-0/+1
* Use Bison in the build instead of byacc.obrien2009-03-131-2/+6
* Fix pkg-plist.osa2009-03-122-4/+30
* Now that the build break is quickly dealt with, update the descriptionobrien2009-03-122-6/+6
* Blah^2. Now DISTNAME is wrong. But yay! patches are here. So now allobrien2009-03-122-6/+35
* Fix nit in version number.obrien2009-03-121-1/+2
* Update to 4.0 PL0.obrien2009-03-124-206/+46
* Add ports conflicts between bash{,-static}.obrien2009-01-261-0/+2
* Update 3.2 to patchlevel 48.obrien2009-01-022-1/+28
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-2/+0
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
* Update to Bash 3.2 patchlevel 39.obrien2008-05-042-1/+19
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1
* Update to patchlevel 33.obrien2007-12-182-1/+25
* Update to Bash 3.2 patchlevel 25.obrien2007-09-122-3/+27
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-042-6/+6
* dd 'cklatest' target.obrien2007-08-041-0/+5
* Remove 'ru' entries - they are already in mtree/BSD.local.distobrien2007-07-011-2/+0
* Slightly cleaner PREFIX=/ handling.obrien2007-06-292-8/+8
* Support PREFIX=/obrien2007-06-292-4/+4
* Add rbash.obrien2007-06-294-1/+22
* Add missing dirrmtry entries.obrien2007-06-291-0/+2
* - Fix plistpav2007-06-262-0/+2
* Upgrade to 3.2.obrien2007-06-224-77/+55
* - Fix pkg-plist.stas2007-01-031-2/+4
* Rather than have to manually list every patch version, use some automationobrien2006-09-011-4/+4
* Add vendor patch fixing array expansion fails with an arithmeticobrien2006-06-092-1/+5
* - Update to 3.1.16mnag2006-04-142-5/+22
* When bash is built with the bison 1.75 port present it breaks the abilitykris2006-03-071-1/+3
* - Fix master sites and patch sitesmnag2006-02-261-5/+5
* - Update to 3.1.10garga2006-02-2112-139/+93
* SHA256ifyedwin2006-01-241-0/+18
* - Rename WANT_STATIC_BASH to WITH_STATIC_BASH to respect ports semantics.flz2005-12-051-1/+1
* - Add WANT_STATIC_BASH knob.flz2005-11-301-0/+10
* Per prior standing request, turn this port over from inactive committerlinimon2005-07-201-1/+1
* CVS really does need a better way of backing out a commit composing aobrien2005-04-121-3/+2
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+2
* Very sorry for a local change that made it into the last commit.obrien2005-04-111-2/+1
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-2/+3
* Fix `read -e' handling when PS1 is longer than the terminal widtheik2004-11-192-1/+25
* - update to patchlevel 16 (replacing FreeBSD subst.c patch)eik2004-11-113-18/+10
* - update to patchlevel 15eik2004-11-023-19/+7
* - better reflect `bash --version' in PORTVERSIONeik2004-10-149-22/+302
* Fix process substitution on systems without fdescfs (FreeBSD 5.x, 6.x)eik2004-10-099-98/+79
* - add FAQeik2004-09-036-11/+181
* add three fixes from bug-bash@:eik2004-08-194-1/+57
* Fix nested brace vs. variable expansioneik2004-08-112-1/+16
* Fix segfault when accessing an unset arrayeik2004-08-112-0/+17
* Add bash3, The GNU Bourne-Again SHell version 3.00eik2004-07-3121-479/+177
* Fix location of binary in man-pagevs2004-07-081-0/+5
* Avoid a null pointer dereference, so 'xargs <<< ${EMTPY_VARIABLE}'obrien2004-06-212-1/+21