projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cec05aa
)
FactoryStatic: rely on auto load for dl-enabled systems
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 12 Jun 2013 12:34:44 +0000
(14:34 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 12 Jun 2013 12:34:44 +0000
(14:34 +0200)
We don't need the static registration for those.
src/factory_static.cpp
patch
|
blob
|
history
diff --git
a/src/factory_static.cpp
b/src/factory_static.cpp
index
044e2a7
..
8e83d2e
100644
(file)
--- a/
src/factory_static.cpp
+++ b/
src/factory_static.cpp
@@
-60,6
+60,7
@@
namespace mp = metaproxy_1;
mp::FactoryStatic::FactoryStatic()
{
#ifdef HAVE_DLFCN_H
+#else
struct metaproxy_1_filter_struct *buildins[] = {
&metaproxy_1_filter_auth_simple,
&metaproxy_1_filter_backend_test,