comparison auto/os/conf @ 355:0fb6c53fb135

nginx-0.0.7-2004-06-15-21:47:16 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 15 Jun 2004 17:47:16 +0000
parents d621239c30f7
children 42d11f017717
comparison
equal deleted inserted replaced
354:eaf1f651cf86 355:0fb6c53fb135
43 have=HAVE_AIO . auto/have 43 have=HAVE_AIO . auto/have
44 have=HAVE_IOCP . auto/have 44 have=HAVE_IOCP . auto/have
45 CORE_LIBS="$CORE_LIBS ws2_32.lib" 45 CORE_LIBS="$CORE_LIBS ws2_32.lib"
46 ;; 46 ;;
47 47
48 *)
49 CORE_INCS="$UNIX_INCS"
50 CORE_DEPS="$UNIX_DEPS $POSIX_DEPS"
51 CORE_SRCS="$UNIX_SRCS"
52 ;;
53
48 esac 54 esac