/* -*- 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_STREAM_SSL_H #define CAMEL_STREAM_SSL_H 1 #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ #include #include #define CAMEL_STREAM_SSL_TYPE (camel_stream_ssl_get_type ()) #define CAMEL_STREAM_SSL(obj) (CAMEL_CHECK_CAST((obj), CAMEL_STREAM_SSL_TYPE, CamelStreamSSL)) #define CAMEL_STREAM_SSL_CLASS(k) (CAMEL_CHECK_CLASS_CAST ((k), CAMEL_STREAM_SSL_TYPE, CamelStreamSSLClass)) #define CAMEL_IS_STREAM_SSL(o) (CAMEL_CHECK_TYPE((o), CAMEL_STREAM_SSL_TYPE)) struct _CamelStreamSSL { CamelStream parent_object; int sockfd; /* file descriptor on the underlying socket */ SSL *ssl; /* SSL structure */ }; typedef struct { CamelStreamClass parent_class; } CamelStreamSSLClass; /* Standard Camel function */ CamelType camel_stream_ssl_get_type (void); /* public methods */ CamelStream *camel_stream_ssl_new (int sockfd); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* CAMEL_STREAM_SSL_H */ d_yarn/devel/electron4/files/ini-1.3.7'>dependabot/npm_and_yarn/devel/electron4/files/ini-1.3.7 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/lang/lua4
Commit message (Expand)AuthorAgeFilesLines
* - Mark MAKE_JOBS_UNSAFEpav2009-11-191-0/+2
* Update PORTREVISION for previous commits where plist changed.linimon2006-09-171-0/+1
* Remove zero-length files.linimon2006-09-171-0/+0
* Modify these files to reflect bsd.lua.mk as tested on the cluster.linimon2006-09-153-62/+137
* Update to 4.0.1.philip2006-06-043-12/+11
* - Make the lua ports conflict each anotherpav2006-05-031-0/+2
* SHA256ifyedwin2006-01-221-0/+1
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
* Fix build on AMD64arved2004-02-231-0/+4
* Make portlint(1) happy by changing strip to ${STRIP_CMD}osa2003-09-241-2/+2
* Install shared library.arved2003-07-242-1/+11
* Update maintainer's email addressperky2003-05-131-2/+2
* - Remove the obsolete WWW url. [1]perky2003-05-112-1/+1
* De-pkg-comment.knu2003-02-212-1/+1
* Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer exi...dwcjr2001-09-241-1/+0
* Added WWW URL.jeh2001-05-142-1/+1
* Use random()/srandom() for better PRNG properties than rand()/srand().kris2001-04-302-0/+21
* Don't hard-code -O2; inherit default CC and CFLAGS from <sys.mk>kris2001-04-301-5/+3
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-1/+1
* Update to 4.0kevlo2001-01-033-13/+15
* ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go.billf2000-05-141-1/+1
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-3/+3
* Lunchboxify by upgrading to lua 3.2.2 (distfile had the same name), andkris2000-02-273-7/+9
* Update port to 3.2jedgar2000-02-013-10/+11
* Change Id->FreeBSD.obrien1999-08-251-1/+1
* Install a few missing libraries and headers.cpiazza1999-07-08