diff options
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 |