mirror of
http://galexander.org/git/simplesshd.git
synced 2024-11-30 11:18:12 +00:00
add #define HAVE_GAI_STRERROR, because we do, and it hsould be slightly
more complete..
This commit is contained in:
parent
c312fa52a3
commit
0062f2794a
@ -1,3 +1,4 @@
|
|||||||
|
/* config for dropbear embedded in SimpleSSHD */
|
||||||
#ifndef __CONFIG_H__
|
#ifndef __CONFIG_H__
|
||||||
#define __CONFIG_H__ 1
|
#define __CONFIG_H__ 1
|
||||||
|
|
||||||
@ -16,6 +17,7 @@
|
|||||||
#define HAVE_FREEADDRINFO 1
|
#define HAVE_FREEADDRINFO 1
|
||||||
#define HAVE_GETNAMEINFO 1
|
#define HAVE_GETNAMEINFO 1
|
||||||
#define HAVE_FORK 1
|
#define HAVE_FORK 1
|
||||||
|
#define HAVE_GAI_STRERROR 1
|
||||||
|
|
||||||
#define HAVE_BASENAME 1
|
#define HAVE_BASENAME 1
|
||||||
#define HAVE_NETINET_TCP_H 1
|
#define HAVE_NETINET_TCP_H 1
|
||||||
|
Loading…
Reference in New Issue
Block a user