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