mirror of
http://galexander.org/git/simplesshd.git
synced 2025-07-01 08:52:33 +00:00
just the bare minimum autoconf stuff to get through a couple of sources...
This commit is contained in:
parent
49ac41a6cf
commit
13c3f5337f
@ -525,9 +525,8 @@ DROPBEAR_SRCS := $(DROPBEAR_PATH)/atomicio.c \
|
|||||||
$(DROPBEAR_PATH)/tcp-accept.c \
|
$(DROPBEAR_PATH)/tcp-accept.c \
|
||||||
$(DROPBEAR_PATH)/termcodes.c
|
$(DROPBEAR_PATH)/termcodes.c
|
||||||
|
|
||||||
|
|
||||||
LOCAL_SRC_FILES := interface.c $(DROPBEAR_SRCS)
|
LOCAL_SRC_FILES := interface.c $(DROPBEAR_SRCS)
|
||||||
LOCAL_C_INCLUDES:= ../dropbear
|
LOCAL_C_INCLUDES:= dropbear dropbear/libtomcrypt/src/headers dropbear/libtommath
|
||||||
# LOCAL_LDLIBS :=
|
# LOCAL_LDLIBS :=
|
||||||
|
|
||||||
include $(BUILD_SHARED_LIBRARY)
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
|
19
jni/config.h
Normal file
19
jni/config.h
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
#ifndef __CONFIG_H__
|
||||||
|
#define __CONFIG_H__ 1
|
||||||
|
|
||||||
|
#define HAVE_U_INT8_T 1
|
||||||
|
#define HAVE_U_INT16_T 1
|
||||||
|
#define HAVE_U_INT32_T 1
|
||||||
|
#define HAVE_UINT8_T 1
|
||||||
|
#define HAVE_UINT16_T 1
|
||||||
|
#define HAVE_UINT32_T 1
|
||||||
|
|
||||||
|
#define HAVE_STRUCT_SOCKADDR_STORAGE 1
|
||||||
|
#define HAVE_STRUCT_IN6_ADDR 1
|
||||||
|
#define HAVE_STRUCT_SOCKADDR_IN6 1
|
||||||
|
#define HAVE_STRUCT_ADDRINFO 1
|
||||||
|
#define HAVE_GETADDRINFO 1
|
||||||
|
#define HAVE_FREEADDRINFO 1
|
||||||
|
#define HAVE_GETNAMEINFO 1
|
||||||
|
|
||||||
|
#endif /* __CONFIG_H__ */
|
Loading…
Reference in New Issue
Block a user