comparison mcabber/connwrap/connwrap.h @ 69:c5a5707f495d

[/trunk] Changeset 83 by mikael * Some more fixes for auto{conf,make} * SSL should be detected and compiled in connwrap.
author mikael
date Tue, 12 Apr 2005 16:15:40 +0000
parents bf3d6e241714
children f7f07794d2df
comparison
equal deleted inserted replaced
68:e2216836ac64 69:c5a5707f495d
1 #ifndef __CONNWRAP_H__ 1 #ifndef __CONNWRAP_H__
2 #define __CONNWRAP_H__ 2 #define __CONNWRAP_H__
3
4 #if HAVE_CONFIG_H
5 # include <config.h>
6 #endif
3 7
4 #ifdef __cplusplus 8 #ifdef __cplusplus
5 extern "C" { 9 extern "C" {
6 #endif 10 #endif
7 11