mirror of
https://github.com/curl/curl.git
synced 2026-06-06 10:54:14 +03:00
formatting
This commit is contained in:
parent
6cc3aa802b
commit
c6e0538775
1 changed files with 7 additions and 7 deletions
14
configure.ac
14
configure.ac
|
|
@ -1271,13 +1271,13 @@ if test "$HAVE_GETHOSTBYNAME" != "1" -o "${with_amissl+set}" = set; then
|
|||
AC_MSG_CHECKING([for gethostbyname for AmigaOS bsdsocket.library])
|
||||
AC_LINK_IFELSE([
|
||||
AC_LANG_PROGRAM([[
|
||||
#define __USE_INLINE__
|
||||
#include <proto/bsdsocket.h>
|
||||
#ifdef __amigaos4__
|
||||
struct SocketIFace *ISocket = NULL;
|
||||
#else
|
||||
struct Library *SocketBase = NULL;
|
||||
#endif
|
||||
#define __USE_INLINE__
|
||||
#include <proto/bsdsocket.h>
|
||||
#ifdef __amigaos4__
|
||||
struct SocketIFace *ISocket = NULL;
|
||||
#else
|
||||
struct Library *SocketBase = NULL;
|
||||
#endif
|
||||
]],[[
|
||||
unsigned char host[] = "localhost";
|
||||
gethostbyname(host);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue