mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
We are in FreeBSD 10 now: define __FreeBSD__ to 10.
This commit is contained in:
parent
373de5d88b
commit
02068a2420
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=230500
@ -231,7 +231,7 @@ INCLUDE_PATH = $(DOXYGEN_SRC_INCLUDE_PATH) \
|
||||
.
|
||||
INCLUDE_FILE_PATTERNS = *.h
|
||||
PREDEFINED = _KERNEL \
|
||||
__FreeBSD__=9 \
|
||||
__FreeBSD__=10 \
|
||||
__${TARGET_ARCH}__=1 \
|
||||
__${TARGET_ARCH}=1
|
||||
EXPAND_AS_DEFINED =
|
||||
|
Loading…
Reference in New Issue
Block a user