Tutorial with minimal autoconf script for using gnulib

2016-11-13 Thread Peng Yu
Hi, To read the following document, readers need to be familiar with autoconf. https://www.gnu.org/software/gnulib/manual/html_node/Invoking-gnulib_002dtool.html Does anyone have simple example autoconf configuration files that can be used with gnulib to import a specific module so that users (wi

[PATCH] sys_socket: typedef sa_family_t correctly on OS/2 kLIBC

2016-11-13 Thread KO Myung-Hun
On OS/2 kLIBC, sa_family_t is unsigned char unless TCPV40HDRS is defined. * lib/sys_socket.in.h (sa_family_t): Typedef to unsigned char on OS/2 kLIBC unless TCPV40HDRS is defined. --- lib/sys_socket.in.h | 5 + 1 file changed, 5 insertions(+) diff --git a/lib/sys_socket.in.h b/lib/sys_socket