Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
30
cde/programs/dtdocbook/tcl/tclPort.h
Normal file
30
cde/programs/dtdocbook/tcl/tclPort.h
Normal file
@@ -0,0 +1,30 @@
|
||||
/* $XConsortium: tclPort.h /main/2 1996/08/08 14:46:02 cde-hp $ */
|
||||
/*
|
||||
* tclPort.h --
|
||||
*
|
||||
* This header file handles porting issues that occur because
|
||||
* of differences between systems. It reads in platform specific
|
||||
* portability files.
|
||||
*
|
||||
* Copyright (c) 1994-1995 Sun Microsystems, Inc.
|
||||
*
|
||||
* See the file "license.terms" for information on usage and redistribution
|
||||
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
||||
*
|
||||
* SCCS: @(#) tclPort.h 1.15 96/02/07 17:24:21
|
||||
*/
|
||||
|
||||
#ifndef _TCLPORT
|
||||
#define _TCLPORT
|
||||
|
||||
#if defined(__WIN32__) || defined(_WIN32)
|
||||
# include "../win/tclWinPort.h"
|
||||
#else
|
||||
# if defined(MAC_TCL)
|
||||
# include "tclMacPort.h"
|
||||
# else
|
||||
# include "tclUnixPort.h"
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#endif /* _TCLPORT */
|
||||
Reference in New Issue
Block a user