From 64386aa44c19cb2509aa948f05e79aa753a0f3de Mon Sep 17 00:00:00 2001 From: rephorm Date: Sun, 24 Sep 2006 07:35:50 +0000 Subject: [PATCH] don't include ifdefs in the main header SVN revision: 26083 --- legacy/ecore/src/lib/ecore_con/Ecore_Con.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/legacy/ecore/src/lib/ecore_con/Ecore_Con.h b/legacy/ecore/src/lib/ecore_con/Ecore_Con.h index c4982a744a..1043acae5f 100644 --- a/legacy/ecore/src/lib/ecore_con/Ecore_Con.h +++ b/legacy/ecore/src/lib/ecore_con/Ecore_Con.h @@ -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