jpayne@69: /* jpayne@69: * tkUnixInt.h -- jpayne@69: * jpayne@69: * This file contains declarations that are shared among the jpayne@69: * UNIX-specific parts of Tk but aren't used by the rest of Tk. jpayne@69: * jpayne@69: * Copyright (c) 1995-1997 Sun Microsystems, Inc. jpayne@69: * jpayne@69: * See the file "license.terms" for information on usage and redistribution of jpayne@69: * this file, and for a DISCLAIMER OF ALL WARRANTIES. jpayne@69: */ jpayne@69: jpayne@69: #ifndef _TKUNIXINT jpayne@69: #define _TKUNIXINT jpayne@69: jpayne@69: #ifndef _TKINT jpayne@69: #include "tkInt.h" jpayne@69: #endif jpayne@69: jpayne@69: /* jpayne@69: * Prototypes for procedures that are referenced in files other than the ones jpayne@69: * they're defined in. jpayne@69: */ jpayne@69: jpayne@69: #include "tkIntPlatDecls.h" jpayne@69: jpayne@69: #endif /* _TKUNIXINT */ jpayne@69: jpayne@69: /* jpayne@69: * Local Variables: jpayne@69: * mode: c jpayne@69: * c-basic-offset: 4 jpayne@69: * fill-column: 78 jpayne@69: * End: jpayne@69: */