diff options
Diffstat (limited to 'config.cpp')
-rw-r--r-- | config.cpp | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/config.cpp b/config.cpp new file mode 100644 index 0000000..623a696 --- /dev/null +++ b/config.cpp @@ -0,0 +1,34 @@ +XCOMM $Xorg: config.cpp,v 1.3 2000/08/17 19:54:01 cpqbld Exp $ +XCOMM +XCOMM Copyright (c) 1993 Quarterdeck Office Systems +XCOMM +XCOMM Permission to use, copy, modify, distribute, and sell this software +XCOMM and software and its documentation for any purpose is hereby granted +XCOMM without fee, provided that the above copyright notice appear in all +XCOMM copies and that both that copyright notice and this permission +XCOMM notice appear in supporting documentation, and that the name +XCOMM Quarterdeck Office Systems, Inc. not be used in advertising or +XCOMM publicity pertaining to distribution of this software without +XCOMM specific, written prior permission. +XCOMM +XCOMM THIS SOFTWARE IS PROVIDED "AS-IS". QUARTERDECK OFFICE SYSTEMS, +XCOMM INC., DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +XCOMM INCLUDING WITHOUT LIMITATION ALL IMPLIED WARRANTIES OF +XCOMM MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR +XCOMM NONINFRINGEMENT. IN NO EVENT SHALL QUARTERDECK OFFICE SYSTEMS, +XCOMM INC., BE LIABLE FOR ANY DAMAGES WHATSOEVER, INCLUDING SPECIAL, +XCOMM INCIDENTAL OR CONSEQUENTIAL DAMAGES, INCLUDING LOSS OF USE, DATA, OR +XCOMM PROFITS, EVEN IF ADVISED OF THE POSSIBILITY THEREOF, AND REGARDLESS +XCOMM OF WHETHER IN AN ACTION IN CONTRACT, TORT OR NEGLIGENCE, ARISING OUT +XCOMM OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +XCOMM First set up some important defaults. Can not find other config files +XCOMM without these, and can not read some of this one without them! + +internal-local-default .PACKAGEname +internal-global-contexts LIBDIR/contexts +internal-local-contexts .PACKAGEname.contexts +internal-local-commands .PACKAGEname.commands +internal-registries local posix x +internal-global-commands LIBDIR/commands +internal-variable-prefix ENVPREFIX |