From 6945259b5172e51a0896b44cd42036d6b431fb2a Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Wed, 1 Sep 2010 06:58:39 +0000 Subject: [PATCH] bug 1362: refactored HAVE_GETPROTOBYNAME_R usage --- lofar_config.h.cmake | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lofar_config.h.cmake b/lofar_config.h.cmake index 7936f2b01ae..b656698f3ef 100644 --- a/lofar_config.h.cmake +++ b/lofar_config.h.cmake @@ -164,8 +164,5 @@ /* Define to 1 if you have a declaration for the `basename' function. */ #cmakedefine HAVE_DECL_BASENAME 1 -/* Define to 1 if you have a declaration for the `getprotobyname_r' function which uses the regular calling convention. */ +/* Define to 1 if you have a declaration for the `getprotobyname_r' function. */ #cmakedefine HAVE_GETPROTOBYNAME_R 1 - -/* Define to 1 if you have a declaration for the `getprotobyname_r' function which uses a shorter calling convention. */ -#cmakedefine HAVE_GETPROTOBYNAME_R_SHORT 1 -- GitLab