comparison auto/os/freebsd @ 260:5dacbb4daaf6

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