comparison auto/os/freebsd @ 261:bdd631bf1a1c

nginx-0.0.2-2004-02-18-00:11:27 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 17 Feb 2004 21:11:27 +0000
parents 5dacbb4daaf6
children 83205e0b5522
comparison
equal deleted inserted replaced
260:5dacbb4daaf6 261:bdd631bf1a1c
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 6
7 # __FreeBSD_version is the best way to learn when 7 # __FreeBSD_version is the best way to determine whether
8 # some capability appeared or became safe to use 8 # some capability exists and is safe to use
9 9
10 version=`grep "#define __FreeBSD_version" /usr/include/osreldate.h \ 10 version=`grep "#define __FreeBSD_version" /usr/include/osreldate.h \
11 | sed -e 's/^.* \(.*\)$/\1/'` 11 | sed -e 's/^.* \(.*\)$/\1/'`
12 12
13 13