summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorOBATA Akio <obache@wizdas.com>2020-08-17 16:07:14 +0900
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2020-08-17 14:47:16 +0000
commit6886dd7e96d475b64ac3c41a96a759c7d5fa2be9 (patch)
tree4257d2fac9b897fb3d79182a014468e5337a799c /config.h.cmake
parentf65c9e6665bf5bed20710e6a278d4fa83a6b32a8 (diff)
downloadtdelibs-6886dd7e96d475b64ac3c41a96a759c7d5fa2be9.tar.gz
tdelibs-6886dd7e96d475b64ac3c41a96a759c7d5fa2be9.zip
Add `getservbyname_r` prototype detection to CMake
OpenBSD's prototype is differ than glibc's one, but it is declared. Signed-off-by: OBATA Akio <obache@wizdas.com>
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 049450d34..b2f38c0fc 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -168,7 +168,7 @@
#cmakedefine HAVE_CUPS_1_6 1
/* Define to 1 if you have the declaration of `getservbyname_r', and to 0 if you don't. */
-#undef HAVE_DECL_GETSERVBYNAME_R
+#cmakedefine01 HAVE_DECL_GETSERVBYNAME_R
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. */
#cmakedefine HAVE_DIRENT_H 1