diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2006-11-07 13:29:15 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2006-11-07 13:29:15 +0000 |
commit | f34c89a9a25843355abe0074b79bd499c10817f3 (patch) | |
tree | 37dc976b0f62550b96a67cd280e7d85b84e4df3b /Makefile.dj | |
parent | 877966659d757864850695fae1a87f30aa65cc9c (diff) | |
download | c-ares-f34c89a9a25843355abe0074b79bd499c10817f3.tar.gz c-ares-f34c89a9a25843355abe0074b79bd499c10817f3.tar.bz2 c-ares-f34c89a9a25843355abe0074b79bd499c10817f3.zip |
Moved select_s() to Makefile.dj since select() is used in applications.
Diffstat (limited to 'Makefile.dj')
-rw-r--r-- | Makefile.dj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.dj b/Makefile.dj index c875080..5887041 100644 --- a/Makefile.dj +++ b/Makefile.dj @@ -17,7 +17,7 @@ CFLAGS += -DWATT32 -DHAVE_AF_INET6 -DHAVE_PF_INET6 -DHAVE_FIONBIO \ -DSEND_TYPE_ARG4='int' -DSEND_TYPE_RETV='int' \ -DRECV_TYPE_ARG1='int' -DRECV_TYPE_ARG2='void*' \ -DRECV_TYPE_ARG3='int' -DRECV_TYPE_ARG4='int' \ - -DRECV_TYPE_RETV='int' -UHAVE_CONFIG_H + -DRECV_TYPE_RETV='int' -UHAVE_CONFIG_H -Dselect=select_s LDFLAGS = -s |