don't include ifdefs in the main header

SVN revision: 26083
This commit is contained in:
rephorm 2006-09-24 07:35:50 +00:00 committed by rephorm
parent ce507ae550
commit 64386aa44c
1 changed files with 0 additions and 4 deletions

View File

@ -73,13 +73,9 @@ extern "C" {
{
ECORE_CON_LOCAL_USER,
ECORE_CON_LOCAL_SYSTEM,
#ifdef HAVE_ABSTRACT_SOCKETS
ECORE_CON_LOCAL_ABSTRACT,
#endif
ECORE_CON_REMOTE_SYSTEM
#ifdef USE_OPENSSL
,ECORE_CON_USE_SSL = 16
#endif
} Ecore_Con_Type;
#endif