xref: /illumos-gate/usr/src/boot/libficl/ficllocal.h (revision 20a7641f9918de8574b8b3b47dbe35c4bfc78df1)
1 /*
2 **	ficllocal.h
3 **
4 ** Put all local settings here.  This file will always ship empty.
5 **
6 */
7 
8 /*
9 ** no need for float in loader
10 **/
11 #define	FICL_WANT_FLOAT	(0)
12