1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-11-27 09:48:08 +00:00

add #define HAVE_GAI_STRERROR, because we do, and it hsould be slightly

more complete..
This commit is contained in:
Greg Alexander 2015-11-23 08:17:17 -05:00
parent c312fa52a3
commit 0062f2794a

View File

@ -1,3 +1,4 @@
/* config for dropbear embedded in SimpleSSHD */
#ifndef __CONFIG_H__
#define __CONFIG_H__ 1
@ -16,6 +17,7 @@
#define HAVE_FREEADDRINFO 1
#define HAVE_GETNAMEINFO 1
#define HAVE_FORK 1
#define HAVE_GAI_STRERROR 1
#define HAVE_BASENAME 1
#define HAVE_NETINET_TCP_H 1