From 909fd6e2c4369020707782e20656069fbb3030d1 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 20 May 2014 23:34:25 +1000 Subject: Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented. --- src/libraries/SledjHamr.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/libraries/SledjHamr.h') diff --git a/src/libraries/SledjHamr.h b/src/libraries/SledjHamr.h index 6c63bcc..7ce32b9 100644 --- a/src/libraries/SledjHamr.h +++ b/src/libraries/SledjHamr.h @@ -2,20 +2,12 @@ #define _SLEDJHAMR_H_ -#define EFL_API_OVERRIDE 1 -/* Enable access to unstable EFL API that are still in beta */ -#define EFL_BETA_API_SUPPORT 1 -/* Enable access to unstable EFL EO API. */ -#define EFL_EO_API_SUPPORT 1 - #include #include #include -#define ARRAY_LENGTH(array) (sizeof(array) / sizeof(*array)) - Ecore_Con_Server *reachOut(char *address, int port, void *data, Ecore_Event_Handler_Cb _add, Ecore_Event_Handler_Cb _data, Ecore_Event_Handler_Cb _del); void sendBack(Ecore_Con_Client *client, const char *SID, const char *message, ...); void sendForth(Ecore_Con_Server *server, const char *SID, const char *message, ...); -- cgit v1.1