130023Sminshall /* 2*33816Sbostic * Copyright (c) 1988 Regents of the University of California. 3*33816Sbostic * All rights reserved. 4*33816Sbostic * 5*33816Sbostic * Redistribution and use in source and binary forms are permitted 6*33816Sbostic * provided that this notice is preserved and that due credit is given 7*33816Sbostic * to the University of California at Berkeley. The name of the University 8*33816Sbostic * may not be used to endorse or promote products derived from this 9*33816Sbostic * software without specific prior written permission. This software 10*33816Sbostic * is provided ``as is'' without express or implied warranty. 11*33816Sbostic * 12*33816Sbostic * @(#)options.h 3.2 (Berkeley) 03/28/88 13*33816Sbostic */ 14*33816Sbostic 15*33816Sbostic /* 1630023Sminshall * the various options that run our life. Very few of these are implemented 1730023Sminshall * as yet. 1830023Sminshall */ 1930023Sminshall 2030023Sminshall #define INCLUDED_OPTIONS 21