diff options
author | Martin Sustrik <sustrik@fastmq.commkdir> | 2009-09-02 10:59:31 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@fastmq.commkdir> | 2009-09-02 10:59:31 +0200 |
commit | 75a5a8732cd5be1bb3bff608e352bf4ac624ffd4 (patch) | |
tree | a6505e883eb0a66d31f039e3bead60341611e72b /src | |
parent | 947b46319314dfab0e545282e9ccfc708d6f57e3 (diff) |
--disable-shared & C perf tests: a better way
Diffstat (limited to 'src')
-rw-r--r-- | src/platform.hpp.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/platform.hpp.in b/src/platform.hpp.in index 9968758..5feeed4 100644 --- a/src/platform.hpp.in +++ b/src/platform.hpp.in @@ -36,6 +36,9 @@ /* Define to 1 if you have the `socket' library (-lsocket). */ #undef HAVE_LIBSOCKET +/* Define to 1 if you have the `stdc++' library (-lstdc++). */ +#undef HAVE_LIBSTDC__ + /* Define to 1 if you have the `uuid' library (-luuid). */ #undef HAVE_LIBUUID |