summaryrefslogtreecommitdiff
path: root/src/mod_cml_funcs.c
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-10-17 14:02:32 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2016-10-17 14:15:50 -0400
commitac90699d2802a3ad660d18998b4c5481ec7c843b (patch)
tree77330c90f5d93e93c1b418c1810eca6f4808bde5 /src/mod_cml_funcs.c
parentc073a31f6921496ef194ba3a68a11ee03c07554d (diff)
downloadlighttpd-git-ac90699d2802a3ad660d18998b4c5481ec7c843b.tar.gz
[autobuild] rm module stub code for missing deps
remove module stub code since the build system(s) no longer build any module when the dependencies for a given module are not present.
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