jpayne@69: /* jpayne@69: * default.h -- jpayne@69: * jpayne@69: * This file defines the defaults for all options for all of jpayne@69: * the Tk widgets. jpayne@69: * jpayne@69: * Copyright (c) 1991-1994 The Regents of the University of California. jpayne@69: * Copyright (c) 1994 Sun Microsystems, Inc. jpayne@69: * jpayne@69: * See the file "license.terms" for information on usage and redistribution jpayne@69: * of this file, and for a DISCLAIMER OF ALL WARRANTIES. jpayne@69: */ jpayne@69: jpayne@69: #ifndef _DEFAULT jpayne@69: #define _DEFAULT jpayne@69: jpayne@69: #ifdef _WIN32 jpayne@69: # include "tkWinDefault.h" jpayne@69: #else jpayne@69: # if defined(MAC_OSX_TK) jpayne@69: # include "tkMacOSXDefault.h" jpayne@69: # else jpayne@69: # include "tkUnixDefault.h" jpayne@69: # endif jpayne@69: #endif jpayne@69: jpayne@69: #endif /* _DEFAULT */