version 1.62, 2015/08/06 09:01:26 |
version 1.64, 2016/08/24 05:33:58 |
|
|
CFLAGS="${CFLAGS} -fsigned-char" |
CFLAGS="${CFLAGS} -fsigned-char" |
fi |
fi |
;; |
;; |
*-*-mingw32) |
*-*-mingw*) |
WSLIB="-lws2_32" |
WSLIB="-lws2_32" |
asm_obj="${generic_obj}" |
asm_obj="${generic_obj}" |
;; |
;; |
|
|
|
|
|
|
|
|
|
|
|
for ac_func in sigaction |
|
do : |
|
ac_fn_c_check_func "$LINENO" "sigaction" "ac_cv_func_sigaction" |
|
if test "x$ac_cv_func_sigaction" = xyes; then : |
|
cat >>confdefs.h <<_ACEOF |
|
#define HAVE_SIGACTION 1 |
|
_ACEOF |
|
|
|
fi |
|
done |
|
|
ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" |
ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" |
if test "x$ac_cv_func_socket" = xyes; then : |
if test "x$ac_cv_func_socket" = xyes; then : |