Gitiles
Code Review
Sign In
code.illumos.org
/
illumos-gate
/
83b4671e6262c5aa6b4f9fb5a384b1946dfc2e7f
/
.
/
usr
/
src
/
boot
/
sys
/
boot
/
libficl
/
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
)