/* -*- 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 */ evel/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
* MASTER_SITE have been moved.maho2004-08-16d>-0/+2
* Chase shlib rev of devel/gettextade2002-08-021-1/+1
* Fix build on -CURRENT:sheldonh2002-06-271-0/+59
* gettext upgrade uber-patch (stage 3)ade2002-04-131-1/+2
* upgrade to 7.2.1ijliao2002-04-1111-579/+112
* Fix some bitrot for the non-default case of WITH_GETTEXT -- lib-dependmi2002-04-021-1/+2
* Add USE_SUBMAKE, where it might be necessary.sobomax2002-03-251-0/+1
* Stage 1 of gettext update.ade2002-03-161-1/+1
* Fix building this Port with Kerberos.tom2002-02-221-2/+2
* Fix a typo: $1 -> $? (we want to check the return code from dialog)petef2002-02-211-1/+1
* Upgrade to 7.2, and spilit into several ports.vanilla2002-02-1923-796/+1006
* pre-everything needs two colonsijliao2001-12-131-1/+1
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ...lioux2001-11-211-1/+1
* retire problematic MASTER_SITES.sf2001-09-251-2/+1
* Correct the config file name.roam2001-08-241-1/+1
* Update the PostgreSQL port to 7.1.3.clive2001-08-215-12/+15
* Work around the way in which the package building cluster validatessheldonh2001-07-271-2/+5
* Fix mtree errors preventing automated package building:sheldonh2001-07-251-5/+6
* Fix build when BATCH is defined, and remove redundant ${MKDIR} "-p" option.olgeni2001-06-131-2/+2
* The configure script *must* run pre-fetch, since the dependencies areknu2001-06-132-8/+8
* Forgotten file.jeh2001-06-041-0/+51
* Add character sets to the serverjeh2001-06-041-0/+1
* Use proper POSIX syntax for `chown'.obrien2001-06-011-1/+1
* forget to remove patchijliao2001-05-281-13/+0
* add Japanese mirror to MASTER_SITES.sf2001-05-271-1/+2
* upgrade to 7.1.2ijliao2001-05-274-20/+50
* Change the way the configure script is executed and included in orderalex2001-05-241-5/+5
* Fix the autogenerated LIB_DEPENDS for TCL.mi2001-05-181-1/+1
* Upgrade to 7.1.1vanilla2001-05-094-9/+43
* Cosmetic changes for the shutdown procedure.olgeni2001-05-021-1/+2
* Specify the full path of the jakarta port's "ant" utility (/usr/local/bin) soolgeni2001-04-261-1/+2
* Misc. changes and cleanups.olgeni2001-04-263-8/+8
* Remove extra empty line.demon2001-04-241-1/+0
* Add one more MASTER_SITEdemon2001-04-241-1/+3
* Fix postgresql.jar link probram, and bump version too.vanilla2001-04-231-1/+2
* Upgrade to 7.1, change to new layout style.vanilla2001-04-2134-1641/+1163
* ldconfig PostgreSQL's lib should happen before starting *ANY* ports.clive2001-03-164-8/+8
* Fix problems when installing postgresql7 with pkg_add:clive2001-03-154-9/+20
* Remove IS_INTERACTIVE, support batch compilation.olgeni2001-02-252-4/+2
* Treat pgsql's .profile as data: it could have been customized to change theolgeni2001-02-232-4/+8
* Make the port more "package friendly".olgeni2001-02-213-81/+17
* Define IS_INTERACTIVE.jkoshy2001-01-301-0/+2
* Do not set the shell for user "pgsql" to `/bin/nologin' at package installjkoshy2001-01-301-1/+1
* Goodbye, YEAR2000. Hello, 2001.will2001-01-011-2/+0
* Update to version 7.0.3.steve2000-12-1114-160/+447
* Palle Girgensohn <girgen@partitur.se> stepped forward and said that hesteve2000-12-081-1/+1
* hand maintenance of this port over to ports@FreeBSD.ORGandreas2000-11-231-1/+15
* Rename PLIST.* to pkg-plist.*.asami2000-10-081-4/+4
* pl/Perl and ODBC supportandreas2000-09-242-0/+33
* avoid:andreas2000-09-091-0/+1
* sorry, forgot to remove that ...andreas2000-08-311-4/+0
* allow PostgreSQL to compile and run on Alpha.andreas2000-08-311-0/+42
* -LDCONFIG_DIRS= %%PREFIX%%/pgsqlandreas2000-07-121-1/+1
* Use ${PKG_PREFIX} instead of `/usr/local'.knu2000-06-201-1/+1
* Update to 7.0.2.knu2000-06-207-164/+165
* Enable multibyte support by default, and add knobs to disable it or set theknu2000-06-051-4/+38
* make startup script work (start/stop)andreas2000-05-253-20/+26
* upgrade postgresql to v 7.0 releaseandreas2000-05-249-1018/+1150
* portlintmharo2000-04-202-4/+3
* Update to postgresql 7 beta 5andreas2000-04-184-272/+290
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-171-27/+21
* Close PRandreas2000-04-173-2/+173
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-2/+2
* Long awaited upgrade to postgresql 6.5.3andreas2000-01-032-2/+2
* remove toasted MASTER_SITEbillf1999-11-231-1/+0
* More reasonable MANPATHandreas1999-11-091-1/+1
* Update to version 6.5.2.cpiazza1999-10-118-22/+25
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-2/+2
* $Id$ -> $FreeBSD$peter1999-08-292-2/+2
* Change Id->FreeBSD.obrien1999-08-251-1/+1
* chmod -> ${CHMOD}mharo1999-08-23