comparison auto/os/freebsd @ 285:8f48e6366d09

nginx-0.0.2-2004-03-11-18:42:41 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 11 Mar 2004 15:42:41 +0000
parents 8f65fee68270
children 117ccc7c4055
comparison
equal deleted inserted replaced
284:1fecc9478d92 285:8f48e6366d09
1 1
2 CORE_INCS="$UNIX_INCS" 2 CORE_INCS="$UNIX_INCS"
3 CORE_DEPS="$UNIX_DEPS $FREEBSD_DEPS" 3 CORE_DEPS="$UNIX_DEPS $FREEBSD_DEPS"
4 CORE_SRCS="$UNIX_SRCS $FREEBSD_SRCS" 4 CORE_SRCS="$UNIX_SRCS $FREEBSD_SRCS"
5 5
6 CFLAGS="$CFLAGS -pipe" 6 PIPE="-pipe"
7 7
8 8
9 # __FreeBSD_version is the best way to determine whether 9 # __FreeBSD_version is the best way to determine whether
10 # some capability exists and is safe to use 10 # some capability exists and is safe to use
11 11