summaryrefslogtreecommitdiff
path: root/src/mod_cml_funcs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mod_cml_funcs.c')
-rw-r--r--src/mod_cml_funcs.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mod_cml_funcs.c b/src/mod_cml_funcs.c
index 8e809817..036c4856 100644
--- a/src/mod_cml_funcs.c
+++ b/src/mod_cml_funcs.c
@@ -32,8 +32,6 @@ typedef char HASHHEX[HASHHEXLEN+1];
#endif
#define OUT
-#ifdef HAVE_LUA_H
-
#include <lauxlib.h>
int f_crypto_md5(lua_State *L) {
@@ -279,5 +277,3 @@ int f_memcache_get_long(lua_State *L) {
return 1;
}
#endif
-
-#endif