Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1928,19 +1928,6 @@ AM_CONDITIONAL([BUILD_HTTP_LOAD], [test x"$ac_cv_func_epoll_ctl" = x"yes"])
# We should only build traffic_top if we have curses
AM_CONDITIONAL([BUILD_TRAFFIC_TOP], [test "x$ax_cv_curses" = "xyes"])

AC_CHECK_HEADERS([kclangc.h], [
AC_CHECK_LIB([kyotocabinet], [kcdbopen], [
AC_SUBST([LIB_KYOTOCABINET], ["-lkyotocabinet"])
has_kyotocabinet=1
], [
has_kyotocabinet=0
])
],
[has_kyotocabinet=0]
)
AC_SUBST(has_kyotocabinet)
AM_CONDITIONAL([HAS_KYOTOCABINET], [ test "x${has_kyotocabinet}" = "x1" ])

# -----------------------------------------------------------------------------
# 5. CHECK FOR HEADER FILES

Expand Down
4 changes: 0 additions & 4 deletions plugins/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@ if BUILD_STEK_SHARE_PLUGIN
include experimental/stek_share/Makefile.inc
endif

if HAS_KYOTOCABINET
include experimental/cache_key_genid/Makefile.inc
endif

if BUILD_IMAGE_MAGICK_PLUGINS
include experimental/magick/Makefile.inc
endif
Expand Down
23 changes: 0 additions & 23 deletions plugins/experimental/cache_key_genid/Makefile.inc

This file was deleted.

176 changes: 0 additions & 176 deletions plugins/experimental/cache_key_genid/cache_key_genid.cc

This file was deleted.