diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-03-15 21:04:01 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-03-15 21:04:01 +0000 |
commit | ad05d0a8d9e54208756bbf72740b31a1445e731e (patch) | |
tree | acb43ee7e99886ed098868d9ed27cdbe3f01af93 | |
parent | e6bfbe968306090d4c48e02f29b1b54b8351915b (diff) |
figure out select()'s argument types
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 367d5770a..94262d122 100644 --- a/configure.in +++ b/configure.in @@ -717,6 +717,8 @@ AC_CHECK_TYPE(ssize_t, int) TYPE_SOCKLEN_T TYPE_IN_ADDR_T +AC_FUNC_SELECT_ARGTYPES + dnl Checks for library functions. dnl AC_PROG_GCC_TRADITIONAL AC_TYPE_SIGNAL |