Gitiles
Code Review
Sign In
code.illumos.org
/
illumos-gate
/
199767f8919635c4928607450d9e0abb932109ce
/
.
/
usr
/
src
/
boot
/
sys
/
boot
/
ficl
/
ficllocal.h
blob: 964cd79780c3e6d98c4ae9e098d06eea8348a760 [
file
] [
log
] [
blame
]
/*
** ficllocal.h
**
** Put all local settings here. This file will always ship empty.
**
*/
/*
** no need for float in loader
**/
#define
FICL_WANT_FLOAT
(
0
)