Remove hpversion.h from repository
authorchase <chase@localhost.com>
Fri, 5 Oct 2018 20:26:13 +0000 (15:26 -0500)
committerJon Trulson <jon@radscan.com>
Sat, 6 Oct 2018 23:00:38 +0000 (17:00 -0600)
This patch removes hpversion.h from the repository, this also untangles a
lot of ifdef mess. This closes bug CDExc19524.

92 files changed:
cde/historical/OPENBUGS
cde/include/EUSCompat.h
cde/include/Imakefile
cde/include/hpversion.h [deleted file]
cde/lib/DtHelp/Imakefile
cde/lib/DtHelp/version.c [deleted file]
cde/lib/DtSvc/Imakefile
cde/lib/DtSvc/svc_init.c [deleted file]
cde/lib/DtSvc/version.c [deleted file]
cde/lib/DtTerm/Term/Term.c
cde/lib/DtTerm/Term/TermAction.c
cde/lib/DtTerm/Term/TermBuffer.c
cde/lib/DtTerm/Term/TermColor.c
cde/lib/DtTerm/Term/TermEnhance.c
cde/lib/DtTerm/Term/TermFunction.c
cde/lib/DtTerm/Term/TermFunctionKey.c
cde/lib/DtTerm/Term/TermParse.c
cde/lib/DtTerm/Term/TermVersion.c
cde/lib/DtTerm/TermPrim/TermPrim.c
cde/lib/DtTerm/TermPrim/TermPrimAction.c
cde/lib/DtTerm/TermPrim/TermPrimBuffer.c
cde/lib/DtTerm/TermPrim/TermPrimBufferWc.c
cde/lib/DtTerm/TermPrim/TermPrimCursor.c
cde/lib/DtTerm/TermPrim/TermPrimDebug.c
cde/lib/DtTerm/TermPrim/TermPrimFunction.c
cde/lib/DtTerm/TermPrim/TermPrimGetPty-bsd.c
cde/lib/DtTerm/TermPrim/TermPrimGetPty-clone.c
cde/lib/DtTerm/TermPrim/TermPrimGetPty-svr4.c
cde/lib/DtTerm/TermPrim/TermPrimLineDraw.c
cde/lib/DtTerm/TermPrim/TermPrimParse.c
cde/lib/DtTerm/TermPrim/TermPrimParser.c
cde/lib/DtTerm/TermPrim/TermPrimPendingText.c
cde/lib/DtTerm/TermPrim/TermPrimRender.c
cde/lib/DtTerm/TermPrim/TermPrimRenderFont.c
cde/lib/DtTerm/TermPrim/TermPrimRenderFontSet.c
cde/lib/DtTerm/TermPrim/TermPrimRenderLineDraw.c
cde/lib/DtTerm/TermPrim/TermPrimRenderMb.c
cde/lib/DtTerm/TermPrim/TermPrimRepType.c
cde/lib/DtTerm/TermPrim/TermPrimScroll.c
cde/lib/DtTerm/TermPrim/TermPrimSelect.c
cde/lib/DtTerm/TermPrim/TermPrimSetPty.c
cde/lib/DtTerm/TermPrim/TermPrimSetUtmp.c
cde/lib/DtTerm/TermPrim/TermPrimSubproc.c
cde/lib/DtTerm/TermPrim/TermPrimUtil.c
cde/lib/DtTerm/TermPrim/TermPrimVersion.c
cde/lib/DtTerm/TermPrim/TermPrimWMProtocols.c
cde/lib/DtTerm/TermView/TermView.c
cde/lib/DtTerm/TermView/TermViewGlobalDialog.c
cde/lib/DtTerm/TermView/TermViewMenu.c
cde/lib/DtTerm/TermView/TermViewTerminalDialog.c
cde/lib/DtTerm/util/lineToData.c
cde/lib/DtWidget/version.c [deleted file]
cde/programs/Imakefile
cde/programs/dtaction/Imakefile
cde/programs/dtcalc/Imakefile
cde/programs/dtcalc/version.c [deleted file]
cde/programs/dtcreate/Imakefile
cde/programs/dtcreate/version.c [deleted file]
cde/programs/dtexec/Imakefile
cde/programs/dtexec/Version.c [deleted file]
cde/programs/dtfile/Imakefile
cde/programs/dtfile/version.c [deleted file]
cde/programs/dthello/Imakefile
cde/programs/dthello/dthello.c
cde/programs/dthello/version.c [deleted file]
cde/programs/dthelp/dthelpgen/Imakefile
cde/programs/dthelp/dthelpgen/version.c [deleted file]
cde/programs/dthelp/dthelpprint/Imakefile
cde/programs/dthelp/dthelpprint/version.c [deleted file]
cde/programs/dthelp/dthelpview/Imakefile
cde/programs/dthelp/dthelpview/version.c [deleted file]
cde/programs/dticon/Imakefile
cde/programs/dticon/version.c [deleted file]
cde/programs/dtinfo/dtinfo/src/Imakefile
cde/programs/dtksh/Imakefile
cde/programs/dtksh/version.c [deleted file]
cde/programs/dtlogin/Imakefile
cde/programs/dtlogin/genauth.c
cde/programs/dtlogin/version.c [deleted file]
cde/programs/dtlogin/vgversion.c [deleted file]
cde/programs/dtpad/Imakefile
cde/programs/dtpad/version.c [deleted file]
cde/programs/dtsession/Imakefile
cde/programs/dtsession/version.c [deleted file]
cde/programs/dtstyle/Imakefile
cde/programs/dtstyle/version.c [deleted file]
cde/programs/dtterm/DtTermMain.c
cde/programs/dtterm/DtTermServer.c
cde/programs/dtterm/DtTermSyntax.c
cde/programs/dtterm/util/Imakefile
cde/programs/dtwm/Imakefile
cde/programs/dtwm/version.c [deleted file]

index c7648e16a66cb425f244ea11561856449fa9b878..9f5b637159bb2750fefb70d2671480ec4deeb4e4 100644 (file)
@@ -1064,7 +1064,6 @@ CDExc11471 We need lots of mapfiles to specify versioning informatio
 CDExc12248 Varient builds needed for performance wor
 CDExc16152 assert after dragging file to Trash for Trash putback fil
 CDExc19504 make clean doesnt remove .map file
-CDExc19524 hpversion.h should be removed from the source tre
 CDExc19593 If dtlogin fails to build, none of the config files get buil
 CDExc22064 help graphics unavailable from build tre
 CDExc23091 misc. compiler warning
index 44e4b9c3d929e9acd939ca34daa5c9b13c8299f5..f73afb298410280d74d55d36f764c874c6b94fa5 100644 (file)
 extern "C" {
 #endif
 
-#if defined(SunOS)
-#if (RELMAJOR==5)
-#if (RELMINOR<2)
-#define STRCASECMP_NOT_DEFINED
-#endif /* RELMINOR */
-#endif /* RELMAJOR */
-#endif
 
 /*
 ** System V R4 based systems define the stuff we need in
@@ -162,14 +155,6 @@ typedef enum {B_FALSE, B_TRUE} boolean_t;
 
 #endif /* AIX */
 
-/*
- * A bug in Solaris 2.1 and the GNU compilers, these are not defined.
- */
-#ifdef STRCASECMP_NOT_DEFINED
-  extern int strcasecmp(const char *, const char *);
-  extern int strncasecmp(const char *, const char *, size_t);
-#endif
-
 #ifdef __cplusplus
 }
 #endif
index d6fe5b9d6c7233ea61a44ac9b4d73dab6b7dce85..cbe3a7a4ad051d517b9be58b39c00bc6c613b5a5 100644 (file)
@@ -2,7 +2,7 @@ XCOMM $TOG: Imakefile /main/4 1997/07/09 10:03:24 samborn $
 #define PassCDebugFlags /**/
 #define IHaveSubdirs
 
-HEADERS = hpversion.h EUSCompat.h
+HEADERS = EUSCompat.h
 SUBDIRS = Xm
 
 MakeSubdirs($(SUBDIRS))
diff --git a/cde/include/hpversion.h b/cde/include/hpversion.h
deleted file mode 100644 (file)
index ac0758a..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-/*
- * CDE - Common Desktop Environment
- *
- * Copyright (c) 1993-2012, The Open Group. All rights reserved.
- *
- * These libraries and programs are free software; you can
- * redistribute them and/or modify them under the terms of the GNU
- * Lesser General Public License as published by the Free Software
- * Foundation; either version 2 of the License, or (at your option)
- * any later version.
- *
- * These libraries and programs are distributed in the hope that
- * they will be useful, but WITHOUT ANY WARRANTY; without even the
- * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- * PURPOSE. See the GNU Lesser General Public License for more
- * details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with these libraries and programs; if not, write
- * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
- * Floor, Boston, MA 02110-1301 USA
- */
-/* $XConsortium: hpversion.h /main/5 1996/08/30 15:22:49 drk $ */
-/* -*-C-*-
-****************************************************************
-*/
-/* The following macro should be invoked once by each of the X11 components
-   to provide standard revision information. */
-#ifndef        lint
-#define        version_tag(FILE_VERSION) \
-static char _hp_merge_version[] = "@(#)" FILE_VERSION;
-#else  /* lint */
-#define        version_tag(FILE_VERSION)
-#endif /* lint */
-
-/* Any revision information other than the standard 'hpversion' macro shoud
-   be conditionally compiled using the VERBOSE_REV_INFO constant so that it
-   can be excluded for official X11 releases. To set VERBOSE_REV_INFO, comment
-   out one of the following 2 blocks. */
-
-/* This block turns on VERBOSE_REV_INFO */
-/*
-#ifndef lint
-#define VERBOSE_REV_INFO  1
-#else
-#ifdef VERBOSE_REV_INFO
-#undef VERBOSE_REV_INFO
-#endif
-#endif
-*/
-
-/* This block turns off VERBOSE_REV_INFO */
-#ifdef VERBOSE_REV_INFO                
-#undef VERBOSE_REV_INFO
-#endif
index 3713f0f6287b068932b0e7ec08eb37198c6fef55..f30ca5b23110ecdb6821f58e8cf799ed46ca016f 100644 (file)
@@ -78,7 +78,7 @@ SRCS1 = \
         HyperText.c     JpegUtils.c     Messages.c \
         PathArea.c      Print.c         Resize.c \
         SetList.c       VolSelect.c     XInterface.c \
-        XUICreate.c     XbmUtils.c      version.c
+        XUICreate.c     XbmUtils.c
 
 OBJS1 = \
         Actions.o       AsciiSpc.o      Callbacks.o \
@@ -91,7 +91,7 @@ OBJS1 = \
         HyperText.o     JpegUtils.o     Messages.o \
         PathArea.o      Print.o         Resize.o \
         SetList.o       VolSelect.o     XInterface.o \
-        XUICreate.o     XbmUtils.o      version.o
+        XUICreate.o     XbmUtils.o
 
 SRCS2 = \
         Access.c        AccessCCDF.c    AccessSDL.c \
diff --git a/cde/lib/DtHelp/version.c b/cde/lib/DtHelp/version.c
deleted file mode 100644 (file)
index ada99e5..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-/*
- * CDE - Common Desktop Environment
- *
- * Copyright (c) 1993-2012, The Open Group. All rights reserved.
- *
- * These libraries and programs are free software; you can
- * redistribute them and/or modify them under the terms of the GNU
- * Lesser General Public License as published by the Free Software
- * Foundation; either version 2 of the License, or (at your option)
- * any later version.
- *
- * These libraries and programs are distributed in the hope that
- * they will be useful, but WITHOUT ANY WARRANTY; without even the
- * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- * PURPOSE. See the GNU Lesser General Public License for more
- * details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with these libraries and programs; if not, write
- * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
- * Floor, Boston, MA 02110-1301 USA
- */
-#ifndef        lint
-#ifdef VERBOSE_REV_INFO
-       /* add any additional revision info here */
-#endif /* VERBOSE_REV_INFO */
-#endif /* lint */
-
-/********************************************************
-
-Copyright (c) 1988 by Hewlett-Packard Company
-Copyright (c) 1988 by the Massachusetts Institute of Technology
-
-Permission to use, copy, modify, and distribute this software 
-and its documentation for any purpose and without fee is hereby 
-granted, provided that the above copyright notice appear in all 
-copies and that both that copyright notice and this permission 
-notice appear in supporting documentation, and that the names of 
-Hewlett-Packard or  M.I.T.  not be used in advertising or publicity 
-pertaining to distribution of the software without specific, written 
-prior permission.
-
-(c) Copyright 1993, 1994 Hewlett-Packard Company
-(c) Copyright 1993, 1994 International Business Machines Corp.
-(c) Copyright 1993, 1994 Sun Microsystems, Inc.
-(c) Copyright 1993, 1994 Novell, Inc.
-********************************************************/
-
-#include <include/hpversion.h>
-
-#ifndef        lint
-version_tag("$XConsortium: version.c /main/7 1996/08/30 15:23:51 drk $")
-#endif /* lint */
index 82f38fd0ba4bb053d06cdd6f2690e940c06e168a..ec29534869de11f3d46047bd70cf5446d7cc626c 100644 (file)
@@ -44,12 +44,6 @@ REQUIREDLIBS = SharedDtSvcReqs $(XINLIB)
 #endif
 #endif
 
-
-#ifdef AlphaArchitecture
-EXTRA_SRCS = svc_init.c
-EXTRA_OBJS = svc_init.o
-#endif
-
 #if defined(SunArchitecture)
 DTUTIL2_EXTRA_OBJS = DtUtil2/SunDtHelp.o
 #endif
@@ -60,83 +54,78 @@ DTUTIL2_EXTRA_OBJS = DtUtil2/SunDtHelp.o
  * Each .o must have a listing in *OBJS macros below.
  */
 DTUTIL1_OBJS1 = \
-       DtUtil1/Action.o        DtUtil1/ActionTt.o \
-       DtUtil1/ActionFind.o    DtUtil1/ActionDb.o \
-       DtUtil1/ActionUtil.o    DtUtil1/CmdSpc.o \
-       DtUtil1/CmdMain.o       DtUtil1/CmdProcess.o \
-       DtUtil1/CmdUtilityP.o   DtUtil1/DbReader.o \
-       DtUtil1/DbUtil.o        DtUtil1/Dnd.o \
-       DtUtil1/DndDrag.o       DtUtil1/DndDrop.o \
-       DtUtil1/DndIcon.o       DtUtil1/DndBuff.o \
-       DtUtil1/DndFile.o       DtUtil1/DndText.o \
+       DtUtil1/Action.o        DtUtil1/ActionTt.o \
+       DtUtil1/ActionFind.o    DtUtil1/ActionDb.o \
+       DtUtil1/ActionUtil.o    DtUtil1/CmdSpc.o \
+       DtUtil1/CmdMain.o       DtUtil1/CmdProcess.o \
+       DtUtil1/CmdUtilityP.o   DtUtil1/DbReader.o \
+       DtUtil1/DbUtil.o        DtUtil1/Dnd.o \
+       DtUtil1/DndDrag.o       DtUtil1/DndDrop.o \
+       DtUtil1/DndIcon.o       DtUtil1/DndBuff.o \
+       DtUtil1/DndFile.o       DtUtil1/DndText.o \
        DtUtil1/Dt.o            DtUtil1/Dts.o \
-       DtUtil1/DtsDb.o         DtUtil1/DtsSort.o \
-       DtUtil1/DbLoad.o        DtUtil1/DtsInit.o \
-       DtUtil1/DtHash.o        DtUtil1/intarray.o \
-       DtUtil1/inttab.o        DtUtil1/strtab.o \
+       DtUtil1/DtsDb.o         DtUtil1/DtsSort.o \
+       DtUtil1/DbLoad.o        DtUtil1/DtsInit.o \
+       DtUtil1/DtHash.o        DtUtil1/intarray.o \
+       DtUtil1/inttab.o        DtUtil1/strtab.o \
        DtUtil1/MMDb.o          DtUtil1/DtsMM.o \
-       DtUtil1/GetMwmW.o       DtUtil1/GetVWmHint.o \
-       DtUtil1/Qualify.o       DtUtil1/Saver.o \
-       DtUtil1/SetVWmHint.o    DtUtil1/SmComm.o \
-       DtUtil1/SmUtil.o        DtUtil1/WmAddDelWs.o \
-       DtUtil1/WmBackWin.o     DtUtil1/WmChBackD.o \
-       DtUtil1/WmGWsInfo.o     DtUtil1/WmGWsList.o \
-       DtUtil1/WmMarquee.o     DtUtil1/WmRestart.o \
-       DtUtil1/WmRmWsFcn.o     DtUtil1/WmSetTitle.o \
-       DtUtil1/WmSetWs.o       DtUtil1/WmWsCallB.o \
-       DtUtil1/WmWsHints.o     DtUtil1/WmWsOccupy.o
+       DtUtil1/GetMwmW.o       DtUtil1/GetVWmHint.o \
+       DtUtil1/Qualify.o       DtUtil1/Saver.o \
+       DtUtil1/SetVWmHint.o    DtUtil1/SmComm.o \
+       DtUtil1/SmUtil.o        DtUtil1/WmAddDelWs.o \
+       DtUtil1/WmBackWin.o     DtUtil1/WmChBackD.o \
+       DtUtil1/WmGWsInfo.o     DtUtil1/WmGWsList.o \
+       DtUtil1/WmMarquee.o     DtUtil1/WmRestart.o \
+       DtUtil1/WmRmWsFcn.o     DtUtil1/WmSetTitle.o \
+       DtUtil1/WmSetWs.o       DtUtil1/WmWsCallB.o \
+       DtUtil1/WmWsHints.o     DtUtil1/WmWsOccupy.o
 
 DTUTIL2_OBJS = \
        $(DTUTIL2_EXTRA_OBJS) \
-       DtUtil2/ChkpntClient.o  DtUtil2/ChkpntListen.o \
-       DtUtil2/DtEnvMap.o      DtUtil2/DtNlUtils.o \
-       DtUtil2/EnvControl.o    DtUtil2/FileUtil.o \
-       DtUtil2/GetDispRes.o    DtUtil2/GetMessage.o \
-       DtUtil2/HourGlass.o     DtUtil2/SharedProcs.o \
-       DtUtil2/SmCreateDirs.o  DtUtil2/UErrNoBMS.o \
-       DtUtil2/Utility.o       DtUtil2/ActIndicator.o \
-       DtUtil2/CmdUtility.o    DtUtil2/DtGetMessage.o \
-       DtUtil2/DtUtil.o        DtUtil2/GetEmbed.o \
+       DtUtil2/ChkpntClient.o  DtUtil2/ChkpntListen.o \
+       DtUtil2/DtEnvMap.o      DtUtil2/DtNlUtils.o \
+       DtUtil2/EnvControl.o    DtUtil2/FileUtil.o \
+       DtUtil2/GetDispRes.o    DtUtil2/GetMessage.o \
+       DtUtil2/HourGlass.o     DtUtil2/SharedProcs.o \
+       DtUtil2/SmCreateDirs.o  DtUtil2/UErrNoBMS.o \
+       DtUtil2/Utility.o       DtUtil2/ActIndicator.o \
+       DtUtil2/CmdUtility.o    DtUtil2/DtGetMessage.o \
+       DtUtil2/DtUtil.o        DtUtil2/GetEmbed.o \
        DtUtil2/Hash.o          DtUtil2/PrintXErr.o \
-       DtUtil2/XmWrap.o        DtUtil2/addToRes.o \
+       DtUtil2/XmWrap.o        DtUtil2/addToRes.o \
        DtUtil2/lock.o          DtUtil2/SvcTT.o \
-       DtUtil2/MsgCat.o        DtUtil2/MsgLog.o \
+       DtUtil2/MsgCat.o        DtUtil2/MsgLog.o \
        DtUtil2/Info.o          DtUtil2/LocaleXlate.o \
        DtUtil2/XlationSvc.o
 
 DTCODELIBS_OBJS3 = \
-       DtCodelibs/buf.o        DtCodelibs/filegen.o \
-       DtCodelibs/mbschr.o     DtCodelibs/pathcollapse.o \
-       DtCodelibs/privbuf.o    DtCodelibs/shellscan.o \
-       DtCodelibs/strcase.o    DtCodelibs/strend.o \
-       DtCodelibs/strhash.o    DtCodelibs/stringio.o \
-       DtCodelibs/strtokx.o    DtCodelibs/strwcmp.o
+       DtCodelibs/buf.o        DtCodelibs/filegen.o \
+       DtCodelibs/mbschr.o     DtCodelibs/pathcollapse.o \
+       DtCodelibs/privbuf.o    DtCodelibs/shellscan.o \
+       DtCodelibs/strcase.o    DtCodelibs/strend.o \
+       DtCodelibs/strhash.o    DtCodelibs/stringio.o \
+       DtCodelibs/strtokx.o    DtCodelibs/strwcmp.o
 
 DTENCAP_OBJS4 = \
-       DtEncap/MemoryMgr.o     DtEncap/SbEvent.o \
-       DtEncap/Symbolic.o      DtEncap/bmsglob.o \
-       DtEncap/connect.o       DtEncap/local.o \
+       DtEncap/MemoryMgr.o     DtEncap/SbEvent.o \
+       DtEncap/Symbolic.o      DtEncap/bmsglob.o \
+       DtEncap/connect.o       DtEncap/local.o \
        DtEncap/nls.o           DtEncap/noio.o \
-       DtEncap/pathwexp.o      DtEncap/pipe.o \
+       DtEncap/pathwexp.o      DtEncap/pipe.o \
        DtEncap/pty.o           DtEncap/remote.o \
-       DtEncap/sbstdinc.o      DtEncap/scoop.o \
-       DtEncap/spc-env.o       DtEncap/spc-error.o \
-       DtEncap/spc-exec.o      DtEncap/spc-net.o \
-       DtEncap/spc-obj.o       DtEncap/spc-proto.o \
-       DtEncap/spc-sm.o        DtEncap/spc-termio.o \
-       DtEncap/spc-util.o      DtEncap/spc-xt.o \
+       DtEncap/sbstdinc.o      DtEncap/scoop.o \
+       DtEncap/spc-env.o       DtEncap/spc-error.o \
+       DtEncap/spc-exec.o      DtEncap/spc-net.o \
+       DtEncap/spc-obj.o       DtEncap/spc-proto.o \
+       DtEncap/spc-sm.o        DtEncap/spc-termio.o \
+       DtEncap/spc-util.o      DtEncap/spc-xt.o \
        DtEncap/spc.o           DtEncap/stringbuf.o \
        DtEncap/usersig.o
 
 DTXPM_OBJS5 = \
        DtXpm/xpm.o
 
-
-SRCS = version.c $(EXTRA_SRCS)
-OBJS = version.o $(EXTRA_OBJS) \
-       $(DTUTIL1_OBJS1) $(DTUTIL1_OBJS2) $(DTUTIL2_OBJS) \
+OBJS = $(EXTRA_OBJS) $(DTUTIL1_OBJS1) $(DTUTIL1_OBJS2) $(DTUTIL2_OBJS) \
        $(DTCODELIBS_OBJS3) $(DTENCAP_OBJS4) $(DTXPM_OBJS5)
 
 #include <Library.tmpl>
-
-DependTarget()
diff --git a/cde/lib/DtSvc/svc_init.c b/cde/lib/DtSvc/svc_init.c
deleted file mode 100644 (file)
index cb8228e..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-/*
- * CDE - Common Desktop Environment
- *
- * Copyright (c) 1993-2012, The Open Group. All rights reserved.
- *
- * These libraries and programs are free software; you can
- * redistribute them and/or modify them under the terms of the GNU
- * Lesser General Public License as published by the Free Software
- * Foundation; either version 2 of the License, or (at your option)
- * any later version.
- *
- * These libraries and programs are distributed in the hope that
- * they will be useful, but WITHOUT ANY WARRANTY; without even the
- * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- * PURPOSE. See the GNU Lesser General Public License for more
- * details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with these libraries and programs; if not, write
- * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
- * Floor, Boston, MA 02110-1301 USA
- */
-/*  $XConsortium: svc_init.c /main/3 1996/07/09 14:47:28 drk $ */ 
-
-#include <sys/uswitch.h>
-#include <errno.h>
-
-/*
- * Activate System V Null pointer treatment.  This allows dereferences
- * of NULL pointers in the CDE executables to work.
- *
- * This procedure is obsolete.  Dereferencing a NULL pointer is
- * an error, and such code should be repaired.
- */
-
-svc_init()
-{
-    int usw_val;
-
-    usw_val=uswitch(USC_GET,0);
-    if ((uswitch(USC_SET, usw_val | USW_NULLP)) == 01) {
-       perror("svc_init");
-       return(-1);
-    }
-    return(0);
-}
diff --git a/cde/lib/DtSvc/version.c b/cde/lib/DtSvc/version.c
deleted file mode 100644 (file)
index e0cfe15..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-/*
- * CDE - Common Desktop Environment
- *
- * Copyright (c) 1993-2012, The Open Group. All rights reserved.
- *
- * These libraries and programs are free software; you can
- * redistribute them and/or modify them under the terms of the GNU
- * Lesser General Public License as published by the Free Software
- * Foundation; either version 2 of the License, or (at your option)
- * any later version.
- *
- * These libraries and programs are distributed in the hope that
- * they will be useful, but WITHOUT ANY WARRANTY; without even the
- * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- * PURPOSE. See the GNU Lesser General Public License for more
- * details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with these libraries and programs; if not, write
- * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
- * Floor, Boston, MA 02110-1301 USA
- */
-/*
- * (c) Copyright 1993, 1994 Hewlett-Packard Company                     *
- * (c) Copyright 1993, 1994 International Business Machines Corp.       *
- * (c) Copyright 1993, 1994 Sun Microsystems, Inc.                      *
- * (c) Copyright 1993, 1994 Novell, Inc.                                *
- */
-#ifndef        lint
-#ifdef VERBOSE_REV_INFO
-       /* add any additional revision info here */
-#endif /* VERBOSE_REV_INFO */
-#endif /* lint */
-
-/********************************************************
-
-Copyright (c) 1988 by Hewlett-Packard Company
-Copyright (c) 1988 by the Massachusetts Institute of Technology
-
-Permission to use, copy, modify, and distribute this software 
-and its documentation for any purpose and without fee is hereby 
-granted, provided that the above copyright notice appear in all 
-copies and that both that copyright notice and this permission 
-notice appear in supporting documentation, and that the names of 
-Hewlett-Packard or  M.I.T.  not be used in advertising or publicity 
-pertaining to distribution of the software without specific, written 
-prior permission.
-
-********************************************************/
-
-#include <include/hpversion.h>
-
-#ifndef        lint
-version_tag("$XConsortium: version.c /main/5 1996/08/30 15:24:25 drk $")
-#endif /* lint */
index 8d98f208c8a1a73eaa6781c410dd27138542d862..22a12a6c6dfc5d05cd1a8f877c71de56edc78563 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$TOG: Term.c /main/2 1998/01/21 14:57:06 mgreess $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994, 1996 Hewlett-Packard Company               *
  * (c) Copyright 1993, 1994, 1996 International Business Machines Corp. *
index dc078854da24fb071c4ff62f0710e957dbf99499..12c163eae90e9730d2f5dd3245258c249c669b1d 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$XConsortium: TermAction.c /main/1 1996/04/21 19:15:17 drk $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994, 1996 Hewlett-Packard Company               *
  * (c) Copyright 1993, 1994, 1996 International Business Machines Corp. *
index 095fed270db94065f4dfcdb42abf7bd9834607c9..238e18bd121c43ffba3662e9ae2f2976eed463b7 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$TOG: TermBuffer.c /main/2 1997/04/17 18:04:41 samborn $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994, 1996 Hewlett-Packard Company               *
  * (c) Copyright 1993, 1994, 1996 International Business Machines Corp. *
index f332e187246baca772cdd6751a6e371328ac8928..c6bb6aeab4df72c96023aac2b8ecd77758edbd7c 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$XConsortium: TermColor.c /main/2 1996/05/08 13:31:00 ageorge $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994, 1996 Hewlett-Packard Company               *
  * (c) Copyright 1993, 1994, 1996 International Business Machines Corp. *
index d77634864088f8df6235a035a3d04f4b023bd64a..9c03d00aa66b9bd235adf40909da3d31086dc7e9 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$XConsortium: TermEnhance.c /main/1 1996/04/21 19:15:41 drk $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994 Hewlett-Packard Company                     *
  * (c) Copyright 1993, 1994 International Business Machines Corp.       *
index 2a8e897274844dd02a24441f03772ab2b807ca7a..dfc425af547f0ff7325778457df8d85caa4f03f1 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$TOG: TermFunction.c /main/2 1998/03/16 14:41:27 mgreess $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994, 1996 Hewlett-Packard Company               *
  * (c) Copyright 1993, 1994, 1996 International Business Machines Corp. *
index 8a2ab8e66dbcb93bc8c9d1ddebcd51e6c121956f..27a87d4c47b13a56debfbc38d40045b5633a2839 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef        lint
-#ifdef VERBOSE_REV_INFO
-static char rcs_id[] = "$XConsortium: TermFunctionKey.c /main/1 1996/04/21 19:15:53 drk $";
-#endif /* VERBOSE_REV_INFO */
-#endif /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994 Hewlett-Packard Company                     *
  * (c) Copyright 1993, 1994 International Business Machines Corp.       *
index 594b3c62a4519c26c84f8c937d8d23d4e895ab2b..d41035d11426ffe145d39dbd1e604f863f5230e2 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef        lint
-#ifdef VERBOSE_REV_INFO
-static char rcs_id[] = "$TOG: TermParse.c /main/3 1999/10/15 12:25:13 mgreess $";
-#endif /* VERBOSE_REV_INFO */
-#endif /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994, 1996 Hewlett-Packard Company               *
  * (c) Copyright 1993, 1994, 1996 International Business Machines Corp. *
index 32c21ed8129cbd7a32cc9cf284d4caafdb1ea7ac..6c801e567d54a98a2ea58a1dfe2b5b208c61423e 100644 (file)
  * (c) Copyright 1996 FUJITSU LIMITED.
  * (c) Copyright 1996 Hitachi.
  */
-
-#include <include/hpversion.h>
-
-#ifndef        lint
-version_tag("dtterm1.0:         $XConsortium: TermVersion.c /main/2 1996/08/30 15:24:52 drk $")
-#endif /* lint */
-
 char _DtTermPullInTermWhatString[] = "";
index b1398709155451d1c0c79b486bea27435bb676d9..9e064a76b55d10513f48aec49808646842fccd99 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$TOG: TermPrim.c /main/15 1999/10/14 16:35:04 mgreess $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994, 1996 Hewlett-Packard Company               *
  * (c) Copyright 1993, 1994, 1996 International Business Machines Corp. *
index 4a108aada2d21508baed84502aca46f1486a38d6..4287e3e81994172a1ee2ab328567469082109b9e 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$XConsortium: TermPrimAction.c /main/1 1996/04/21 19:16:44 drk $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994, 1996 Hewlett-Packard Company               *
  * (c) Copyright 1993, 1994, 1996 International Business Machines Corp. *
index 24f633af8a52482b8ebfcb37d126f14b44ecec39..fcc251a97bb35075047a7a794ea605dd29d0ca98 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$XConsortium: TermPrimBuffer.c /main/1 1996/04/21 19:16:49 drk $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994, 1996 Hewlett-Packard Company               *
  * (c) Copyright 1993, 1994, 1996 International Business Machines Corp. *
index b6a27e15975665309bb0d0525de662aa18551eee..faf67b12f255c36c030771220466526ebb80775d 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$XConsortium: TermPrimBufferWc.c /main/1 1996/04/21 19:16:59 drk $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994, 1996 Hewlett-Packard Company               *
  * (c) Copyright 1993, 1994, 1996 International Business Machines Corp. *
index 2f648190962a35c825fd17b8df704b205449547f..05c6418dd8054d1fe7b4fb1311f918349af8466f 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$XConsortium: TermPrimCursor.c /main/1 1996/04/21 19:17:13 drk $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994, 1996 Hewlett-Packard Company               *
  * (c) Copyright 1993, 1994, 1996 International Business Machines Corp. *
index 42fe17804a7d46841784a2e42a193ddb9a4a69cc..9990ebfb8f9eaa40df648ab2caccf9e5e1be3ad0 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$XConsortium: TermPrimDebug.c /main/4 1996/11/21 19:58:15 drk $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994, 1996 Hewlett-Packard Company               *
  * (c) Copyright 1993, 1994, 1996 International Business Machines Corp. *
index 370648f64a272e3fa0f7e9964010ddbbfabac554..dad8e35185c3237fcbc8209e6eb2ccc80e2e401c 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$XConsortium: TermPrimFunction.c /main/1 1996/04/21 19:17:27 drk $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994 Hewlett-Packard Company                     *
  * (c) Copyright 1993, 1994 International Business Machines Corp.       *
index 5b29ace60c2db6a8447b1443c8da7f9ecf904a0b..0beb1d19096ee33e0205d997fb0cf8fb69f8c43f 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$XConsortium: TermPrimGetPty-bsd.c /main/4 1996/11/21 19:58:32 drk $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994 Hewlett-Packard Company                     *
  * (c) Copyright 1993, 1994 International Business Machines Corp.       *
index e0bfa6f37cca010c0e15deff8f89543c788289d9..d22bb81028d277c674f16c1c897ed96ba95eff01 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$TOG: TermPrimGetPty-clone.c /main/7 1998/04/03 17:11:08 mgreess $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994 Hewlett-Packard Company                     *
  * (c) Copyright 1993, 1994 International Business Machines Corp.       *
index fbe2f3dc2bd3415f74b51c4a308f6e899bbcc2d7..5973b23fa00a3c07cc7095d75c3da3f02727af0c 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$XConsortium: TermPrimGetPty-svr4.c /main/1 1996/04/21 19:17:39 drk $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994 Hewlett-Packard Company                     *
  * (c) Copyright 1993, 1994 International Business Machines Corp.       *
index f696e2acdf4d0267ddca3d9cdd589eae8aa4a2e3..1a5417b60f999e36cdc89a89d730f8f1b2d6bc1b 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$XConsortium: TermPrimLineDraw.c /main/1 1996/04/21 19:17:48 drk $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994, 1996 Hewlett-Packard Company               *
  * (c) Copyright 1993, 1994, 1996 International Business Machines Corp. *
index 82b2686f0fdebc5c911ac78e6d0d1871b44ed75e..d061d60b47de3ef06b72f3712ca59b1ccd8aa34b 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef        lint
-#ifdef VERBOSE_REV_INFO
-static char rcs_id[] = "$XConsortium: TermPrimParse.c /main/1 1996/04/21 19:18:12 drk $";
-#endif /* VERBOSE_REV_INFO */
-#endif /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994 Hewlett-Packard Company                     *
  * (c) Copyright 1993, 1994 International Business Machines Corp.       *
index 667e2df5f7c3a5c84a8785b57a82dd35b7362ed2..6a953ea0e9a4547d53996728534017a7dc6485a0 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$TOG: TermPrimParser.c /main/2 1999/10/15 12:23:41 mgreess $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994, 1996 Hewlett-Packard Company               *
  * (c) Copyright 1993, 1994, 1996 International Business Machines Corp. *
index 8c1df1b5e8678607915ac15ef22f5ad9facccdd9..5dbf1d3d9253110d374d03129fcbb534266bd056 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$TOG: TermPrimPendingText.c /main/3 1997/07/03 15:40:05 samborn $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994 Hewlett-Packard Company                     *
  * (c) Copyright 1993, 1994 International Business Machines Corp.       *
index 63bbf462658a87421bc5415a5081673c6d1adf9e..040e5a25403b8b94c5b7d8f00be0610257a8387e 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$TOG: TermPrimRender.c /main/3 1999/07/20 17:34:54 mgreess $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994, 1996 Hewlett-Packard Company               *
  * (c) Copyright 1993, 1994, 1996 International Business Machines Corp. *
index 222177d924cbfe6278492d64d7917e642ae2ea0a..1675a71d71b6a814433a1855ae0af148c072be3b 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$XConsortium: TermPrimRenderFont.c /main/1 1996/04/21 19:18:47 drk $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994 Hewlett-Packard Company                     *
  * (c) Copyright 1993, 1994 International Business Machines Corp.       *
index 4bf962f5ddbb72b79b43afddd728949411b1706f..af852f6bcdc161a8d5802b5cf42da0b461d09912 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$XConsortium: TermPrimRenderFontSet.c /main/1 1996/04/21 19:18:53 drk $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994 Hewlett-Packard Company                     *
  * (c) Copyright 1993, 1994 International Business Machines Corp.       *
index 3c4a9089213fc0701ff5f8017c2282ad60c5f26c..6c5855343e7ff8a6ac632bf03307469464139923 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$XConsortium: TermPrimRenderLineDraw.c /main/1 1996/04/21 19:18:59 drk $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994 Hewlett-Packard Company                     *
  * (c) Copyright 1993, 1994 International Business Machines Corp.       *
index c5991a46930c2439ac8fb0a4aa6d89ab707fcff7..3454cfcfcbb7b59ad294325c73f3013b3deca0a1 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$XConsortium: TermPrimRenderMb.c /main/1 1996/04/21 19:19:05 drk $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994, 1996 Hewlett-Packard Company               *
  * (c) Copyright 1993, 1994, 1996 International Business Machines Corp. *
index 469f640bd374857bca795cc7ab9444b5a665fc96..91bb2b106a66895a92281d38419a20b5334d2276 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$XConsortium: TermPrimRepType.c /main/1 1996/04/21 19:19:11 drk $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994, 1996 Hewlett-Packard Company               *
  * (c) Copyright 1993, 1994, 1996 International Business Machines Corp. *
index c3551b8e60871b23addb1db6b66ac685f512d16f..f142f3fe8f2db2aa92b52568e127bd76df0df222 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$XConsortium: TermPrimScroll.c /main/1 1996/04/21 19:19:17 drk $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994 Hewlett-Packard Company                     *
  * (c) Copyright 1993, 1994 International Business Machines Corp.       *
index 5f2c302a6df7e43f6bd93cb2257385c835ff382e..cd2338febd6b80cb9ffcf329bc134c43f9259020 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$TOG: TermPrimSelect.c /main/6 1999/10/14 16:22:53 mgreess $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994, 1996 Hewlett-Packard Company               *
  * (c) Copyright 1993, 1994, 1996 International Business Machines Corp. *
index 02448bdd1ea48d24564161c6ee9c3f08e0655f61..e200ed894187e32485fb6940b7076a7042f9dacc 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$TOG: TermPrimSetPty.c /main/2 1998/04/03 17:11:24 mgreess $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994, 1996 Hewlett-Packard Company               *
  * (c) Copyright 1993, 1994, 1996 International Business Machines Corp. *
index 96ec48117e229d709e69e2798db22fd15d89e5b1..49e10bd546757e60a3acd6b56809d89329548f72 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$TOG: TermPrimSetUtmp.c /main/10 1998/04/03 17:11:42 mgreess $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994, 1996 Hewlett-Packard Company               *
  * (c) Copyright 1993, 1994, 1996 International Business Machines Corp. *
index fe22a4e1d1b729e8a68b73f8db66a359bc9c2ab6..367cf694d820161d43c2fa5437800d8fa3cb0213 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$TOG: TermPrimSubproc.c /main/11 1998/04/20 12:45:57 mgreess $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994, 1996 Hewlett-Packard Company               *
  * (c) Copyright 1993, 1994, 1996 International Business Machines Corp. *
index 66bdc12edd43cd1b90a355eee6f29e9479c74f7c..0184b88cade8c17765f0eb6491815b827f44c932 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$TOG: TermPrimUtil.c /main/3 1997/04/17 18:25:29 samborn $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994, 1996 Hewlett-Packard Company               *
  * (c) Copyright 1993, 1994, 1996 International Business Machines Corp. *
index 7d6d275a07ff877e824ed143b1532edc72657e28..73acaeb7ab9ece555640414104a649e10fc8a8de 100644 (file)
  * (c) Copyright 1996 FUJITSU LIMITED.
  * (c) Copyright 1996 Hitachi.
  */
-     
-#include <include/hpversion.h>
-
-#ifndef        lint
-version_tag("DtTermPrimitiveWidget:         $XConsortium: TermPrimVersion.c /main/2 1996/08/30 15:25:43 drk $")
-#endif /* lint */
-
 char _DtTermPrimPullInTermWhatString[] = "";
index ee7e8ca153ee6e51e22038d38eee2ac2f7e7679d..7af6e14b0eb84b13402e6271449fde607f4fdf7c 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$XConsortium: TermPrimWMProtocols.c /main/1 1996/04/21 19:20:04 drk $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
 /*                                                                      *
  * (c) Copyright 1993, 1994, 1996 Hewlett-Packard Company               *
  * (c) Copyright 1993, 1994, 1996 International Business Machines Corp. *
index 8c2768652c3bf50b3cef377876c67aadc10a0402..fd1a5c3029b31360eb9508fdf410e3d2ad4911bd 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$XConsortium: TermView.c /main/1 1996/04/21 19:20:13 drk $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994, 1996 Hewlett-Packard Company               *
  * (c) Copyright 1993, 1994, 1996 International Business Machines Corp. *
index 5f8766f148039bf9bd02083b5ff44ae6d35f3822..ec2bf55b379231698493d079f3bfd47209270aaa 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$XConsortium: TermViewGlobalDialog.c /main/2 1996/08/28 16:49:57 drk $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994, 1996 Hewlett-Packard Company               *
  * (c) Copyright 1993, 1994, 1996 International Business Machines Corp. *
index 06b8ad18ce1b130a82e5d384b8a8ee770ca30512..0ad1437c1005f3d08d36c1142cdabe2ccec33b10 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$XConsortium: TermViewMenu.c /main/4 1996/09/26 16:42:48 samborn $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994, 1996 Hewlett-Packard Company               *
  * (c) Copyright 1993, 1994, 1996 International Business Machines Corp. *
index 76f807af4f211b4a563c7e5127b861e84c7a81a2..af10e2e57ebe52dbc8bd3c417abab96b5a8588a9 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$XConsortium: TermViewTerminalDialog.c /main/2 1996/08/28 16:50:55 drk $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994 Hewlett-Packard Company                     *
  * (c) Copyright 1993, 1994 International Business Machines Corp.       *
index 7c8803b1ce682a3fbcfd7e271df8b7b06b4a5078..5813ba41c958d5d3a2f91c03c275e66b70a22f73 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$XConsortium: lineToData.c /main/1 1996/04/21 19:20:58 drk $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994 Hewlett-Packard Company                     *
  * (c) Copyright 1993, 1994 International Business Machines Corp.       *
diff --git a/cde/lib/DtWidget/version.c b/cde/lib/DtWidget/version.c
deleted file mode 100644 (file)
index 080074f..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-/*
- * CDE - Common Desktop Environment
- *
- * Copyright (c) 1993-2012, The Open Group. All rights reserved.
- *
- * These libraries and programs are free software; you can
- * redistribute them and/or modify them under the terms of the GNU
- * Lesser General Public License as published by the Free Software
- * Foundation; either version 2 of the License, or (at your option)
- * any later version.
- *
- * These libraries and programs are distributed in the hope that
- * they will be useful, but WITHOUT ANY WARRANTY; without even the
- * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- * PURPOSE. See the GNU Lesser General Public License for more
- * details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with these libraries and programs; if not, write
- * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
- * Floor, Boston, MA 02110-1301 USA
- */
-#ifndef        lint
-#ifdef VERBOSE_REV_INFO
-       /* add any additional revision info here */
-#endif /* VERBOSE_REV_INFO */
-#endif /* lint */
-
-/********************************************************
-
-Copyright (c) 1988 by Hewlett-Packard Company
-Copyright (c) 1988 by the Massachusetts Institute of Technology
-
-Permission to use, copy, modify, and distribute this software 
-and its documentation for any purpose and without fee is hereby 
-granted, provided that the above copyright notice appear in all 
-copies and that both that copyright notice and this permission 
-notice appear in supporting documentation, and that the names of 
-Hewlett-Packard or  M.I.T.  not be used in advertising or publicity 
-pertaining to distribution of the software without specific, written 
-prior permission.
-
-********************************************************/
-
-#include <X11/hpversion.h>
-
-#ifndef        lint
-version_tag("$XConsortium: version.c /main/4 1996/08/30 15:26:32 drk $")
-#endif /* lint */
index 72f2224d8c0a5d0d9514ed3af35850ff6eb9846e..c588ada899cca30a5193f7e39a3f6238654c1e11 100644 (file)
@@ -7,16 +7,6 @@ NSGMLSDIR = nsgmls
 #endif
 EXTRADIRS = types localized tttypes $(NSGMLSDIR) util dtopen
 
-XCOMM some of these cannot be built on linux yet.
-XCOMM dtinfo
-#if defined(LinuxArchitecture)
-DTINFODIR = dtinfo
-#elif defined(BSDArchitecture)
-DTINFODIR = dtinfo
-#else
-DTINFODIR = dtinfo
-#endif
-
 
 SUBDIRS = dthelp dsdm dtmail dtpad dtfile dtwm dtlogin \
        dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
@@ -25,7 +15,7 @@ SUBDIRS = dthelp dsdm dtmail dtpad dtfile dtwm dtlogin \
         dtappbuilder dtappintegrate dtprintegrate dtconfig \
         dtcreate dtprintinfo fontaliases dtdspmsg ttsnoop \
        dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
-       dtpdmd $(DTINFODIR) $(EXTRADIRS)
+       dtpdmd dtinfo $(EXTRADIRS)
 
 LINTSUBDIRS = dthelp dsdm dtmail dtpad dtfile dtwm dtlogin \
        dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
@@ -33,7 +23,7 @@ LINTSUBDIRS = dthelp dsdm dtmail dtpad dtfile dtwm dtlogin \
        dtscreen dtksh dtcm dtsearchpath \
         dtappbuilder dtappintegrate dtprintegrate dtprintinfo dtdspmsg \
        dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
-       dtpdmd $(DTINFODIR) $(EXTRADIRS)
+       dtpdmd dtinfo $(EXTRADIRS)
 
 MakeSubdirs($(SUBDIRS))
 DependSubdirs($(SUBDIRS))
index c1cb7fffd54ee4fb461d43c85200454a1b7e88b6..4eb25ceac08b083684c830432f281533629fe3db 100644 (file)
@@ -12,15 +12,8 @@ SYS_LIBRARIES   = -lm
 EXTRA_DEFINES = +e
 #endif
 
-#ifdef LinuxArchitecture
-SYS_LIBRARIES   = -lm -lcrypt
-#endif
-
-#ifdef FreeBSDArchitecture
-SYS_LIBRARIES   = -lm -lcrypt
-#endif
-
-#ifdef NetBSDArchitecture
+#if defined(LinuxArchitecture) || defined(FreeBSDArchitecture) || \
+defined(NetBSDArchitecture)
 SYS_LIBRARIES   = -lm -lcrypt
 #endif
 
index 2b66f7aab7ed3957da973f2585cee4c324211601..afc1e1cf0ca4135123043922c683b24215ae4abf 100644 (file)
@@ -21,18 +21,15 @@ SYS_LIBRARIES = -lmsaa -liconv
 SYS_LIBRARIES = -lintl -lm -ldl
 #endif
 
-#if defined(HPOSFArchitecture)
-#endif
-
 SRCS =  calctool.c      ds_common.c     ds_popup.c \
         ds_widget.c     ds_xlib.c       functions.c \
         help.c          motif.c         mp.c \
-        text.c          version.c
+        text.c
 
 OBJS =  calctool.o      ds_common.o     ds_popup.o \
         ds_widget.o     ds_xlib.o       functions.o \
         help.o          motif.o         mp.o \
-        text.o          version.o
+        text.o
 
 ComplexProgramTarget(dtcalc)
 
diff --git a/cde/programs/dtcalc/version.c b/cde/programs/dtcalc/version.c
deleted file mode 100644 (file)
index 03d1f26..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-/*
- * CDE - Common Desktop Environment
- *
- * Copyright (c) 1993-2012, The Open Group. All rights reserved.
- *
- * These libraries and programs are free software; you can
- * redistribute them and/or modify them under the terms of the GNU
- * Lesser General Public License as published by the Free Software
- * Foundation; either version 2 of the License, or (at your option)
- * any later version.
- *
- * These libraries and programs are distributed in the hope that
- * they will be useful, but WITHOUT ANY WARRANTY; without even the
- * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- * PURPOSE. See the GNU Lesser General Public License for more
- * details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with these libraries and programs; if not, write
- * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
- * Floor, Boston, MA 02110-1301 USA
- */
-/* $XConsortium: version.c /main/5 1996/08/30 15:28:16 drk $
- *
- * (c) Copyright 1996 Digital Equipment Corporation.
- * (c) Copyright 1993,1994,1996 Hewlett-Packard Company.
- * (c) Copyright 1993,1994,1996 International Business Machines Corp.
- * (c) Copyright 1993,1994,1996 Sun Microsystems, Inc.
- * (c) Copyright 1993,1994,1996 Novell, Inc. 
- * (c) Copyright 1996 FUJITSU LIMITED.
- * (c) Copyright 1996 Hitachi.
- */
-
-#include <include/hpversion.h>
-
-#ifndef        lint
-version_tag("dtcalc:        $XConsortium: version.c /main/5 1996/08/30 15:28:16 drk $")
-#endif /* lint */
-
-
-
-
-
-
-
index fdf66c58abb180165bf6188c50cff17a2615441e..5daaad49bf0c3b3bcdd8b83349dc3077b6bdc911 100644 (file)
@@ -62,8 +62,7 @@ SRCS = \
         fileio.c        \
         af_aux.c        \
         icon_selection_dialog.c \
-        parser.c        \
-        version.c
+        parser.c
 
 OBJS = \
         main.o          \
@@ -81,8 +80,7 @@ OBJS = \
         fileio.o        \
         af_aux.o        \
         icon_selection_dialog.o \
-        parser.o        \
-        version.o
+        parser.o
 
 NormalLibraryObjectRule()
 
@@ -91,8 +89,7 @@ ComplexProgramTarget(dtcreate)
 /***** For dtge make a client_OBJS.o using client_main.o ******/
 /***** This implies the existence of client_main.c       ******/
 /***** dtge hidden symbols *******/
-#ifdef BuildHugeObject
-#ifdef HPArchitecture
+#if defined(BuildHugeObject) && defined(HPArchitecture)
 #ifdef __hp9000s300
 HIDDEN_SYMBOLS = -h _main -h _HelpOnItemCB -h _CreateHelpDialog \
        -h _DisplayHelpDialog -h _ChangeTitle
@@ -100,6 +97,5 @@ HIDDEN_SYMBOLS = -h _main -h _HelpOnItemCB -h _CreateHelpDialog \
 HIDDEN_SYMBOLS = -h main  -h HelpOnItemCB -h CreateHelpDialog \
        -h DisplayHelpDialog -h ChangeTitle
 #endif
-#endif
 SpecialRelocatableTarget(dtcreate,$(HIDDEN_SYMBOLS),$(OBJS))
 #endif
diff --git a/cde/programs/dtcreate/version.c b/cde/programs/dtcreate/version.c
deleted file mode 100644 (file)
index 3f621af..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * CDE - Common Desktop Environment
- *
- * Copyright (c) 1993-2012, The Open Group. All rights reserved.
- *
- * These libraries and programs are free software; you can
- * redistribute them and/or modify them under the terms of the GNU
- * Lesser General Public License as published by the Free Software
- * Foundation; either version 2 of the License, or (at your option)
- * any later version.
- *
- * These libraries and programs are distributed in the hope that
- * they will be useful, but WITHOUT ANY WARRANTY; without even the
- * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- * PURPOSE. See the GNU Lesser General Public License for more
- * details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with these libraries and programs; if not, write
- * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
- * Floor, Boston, MA 02110-1301 USA
- */
-#include <include/hpversion.h>
-
-#ifndef lint
-version_tag("dtcreate:        $XConsortium: version.c /main/5 1996/08/30 15:29:02 drk $")
-#endif /* lint */
index 883cb2e9a85a633e57fb4be3cff4aecbfc8080fa..a5528a59dbf59ba60ed3f482dac61228b854b6c6 100644 (file)
@@ -6,8 +6,8 @@ DEPEND_DEFINES = $(DEPENDDEFINES)
 DEFINES = -DMSGLOG_CLIENT_ONLY
 INCLUDES = -I. $(TIRPCINC)
 
-SRCS = DtGetMessage.c Main.c MsgLog.c Version.c
-OBJS = DtGetMessage.o Main.o MsgLog.o Version.o
+SRCS = DtGetMessage.c Main.c MsgLog.c
+OBJS = DtGetMessage.o Main.o MsgLog.o
 
 ComplexProgramTarget(dtexec)
 
diff --git a/cde/programs/dtexec/Version.c b/cde/programs/dtexec/Version.c
deleted file mode 100644 (file)
index 2fa99b4..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-/*
- * CDE - Common Desktop Environment
- *
- * Copyright (c) 1993-2012, The Open Group. All rights reserved.
- *
- * These libraries and programs are free software; you can
- * redistribute them and/or modify them under the terms of the GNU
- * Lesser General Public License as published by the Free Software
- * Foundation; either version 2 of the License, or (at your option)
- * any later version.
- *
- * These libraries and programs are distributed in the hope that
- * they will be useful, but WITHOUT ANY WARRANTY; without even the
- * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- * PURPOSE. See the GNU Lesser General Public License for more
- * details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with these libraries and programs; if not, write
- * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
- * Floor, Boston, MA 02110-1301 USA
- */
-/* $XConsortium: Version.c /main/5 1996/08/30 15:30:02 drk $
- *
- * (c) Copyright 1996 Digital Equipment Corporation.
- * (c) Copyright 1993,1994,1996 Hewlett-Packard Company.
- * (c) Copyright 1993,1994,1996 International Business Machines Corp.
- * (c) Copyright 1993,1994,1996 Sun Microsystems, Inc.
- * (c) Copyright 1993,1994,1996 Novell, Inc. 
- * (c) Copyright 1996 FUJITSU LIMITED.
- * (c) Copyright 1996 Hitachi.
- */
-
-/********************************************************
-
-Copyright (c) 1988, 1990 by Hewlett-Packard Company
-Copyright (c) 1988 by the Massachusetts Institute of Technology
-
-Permission to use, copy, modify, and distribute this software 
-and its documentation for any purpose and without fee is hereby 
-granted, provided that the above copyright notice appear in all 
-copies and that both that copyright notice and this permission 
-notice appear in supporting documentation, and that the names of 
-Hewlett-Packard or  M.I.T.  not be used in advertising or publicity 
-pertaining to distribution of the software without specific, written 
-prior permission.
-
-********************************************************/
-
-#include <include/hpversion.h>
-
-#ifndef        lint
-version_tag("dtexec:        $XConsortium: Version.c /main/5 1996/08/30 15:30:02 drk $")
-#endif /* lint */
-
-
-
-
-
-
-
index 70a939d5104743cb7285fcd6559fa1860a43e59c..7e470201468a2faac2bcde4f25f8d55889a2a0a5 100644 (file)
@@ -55,8 +55,7 @@ SRCS =  ChangeDir.c     ChangeDirP.c    Command.c       Common.c \
         IconicPath.c    Main.c          Menu.c          MkDir.c \
         ModAttr.c       ModAttrP.c      MultiView.c     OverWrite.c \
         Prefs.c         PrefsP.c        SharedMsgs.c    SharedProcs.c \
-        ToolTalk.c      Trash.c         Utils.c         fsDialog.c \
-        version.c
+        ToolTalk.c      Trash.c         Utils.c         fsDialog.c
 
 DTCOPY_OBJS = dtcopy/sharedFuncs.o dtcopy/fsrtns.o
 
@@ -69,7 +68,7 @@ OBJS =  ChangeDir.o     ChangeDirP.o    Command.o       Common.o \
         ModAttr.o       ModAttrP.o      MultiView.o     OverWrite.o \
         Prefs.o         PrefsP.o        SharedMsgs.o    SharedProcs.o \
         ToolTalk.o      Trash.o         Utils.o         fsDialog.o \
-        version.o      $(DTCOPY_OBJS)
+        $(DTCOPY_OBJS)
 
 ComplexProgramTarget(dtfile)
 
diff --git a/cde/programs/dtfile/version.c b/cde/programs/dtfile/version.c
deleted file mode 100644 (file)
index 2cc1223..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-/*
- * CDE - Common Desktop Environment
- *
- * Copyright (c) 1993-2012, The Open Group. All rights reserved.
- *
- * These libraries and programs are free software; you can
- * redistribute them and/or modify them under the terms of the GNU
- * Lesser General Public License as published by the Free Software
- * Foundation; either version 2 of the License, or (at your option)
- * any later version.
- *
- * These libraries and programs are distributed in the hope that
- * they will be useful, but WITHOUT ANY WARRANTY; without even the
- * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- * PURPOSE. See the GNU Lesser General Public License for more
- * details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with these libraries and programs; if not, write
- * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
- * Floor, Boston, MA 02110-1301 USA
- */
-/************************************<+>*************************************
- ****************************************************************************
- *
- *   FILE:           version.c
- *
- *   COMPONENT_NAME: Desktop File Manager (dtfile)
- *
- *   Description:    Contains functions related to version.
- *
- *   FUNCTIONS: hpversion
- *
- *   (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company
- *   (c) Copyright 1993, 1994, 1995 International Business Machines Corp.
- *   (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.
- *   (c) Copyright 1993, 1994, 1995 Novell, Inc.
- *
- ****************************************************************************
- ************************************<+>*************************************/
-
-#include <include/hpversion.h>
-
-#ifndef        lint
-version_tag("dtfile:        $XConsortium: version.c /main/5 1996/08/30 15:30:40 drk $")
-#endif /* lint */
-
-
-
-
-
-
-
index 67a3dc655644449c81730584b8514a9bc60b6c8d..868d3209a0bdb7fffa2b212362546ba820f2676e 100644 (file)
@@ -14,9 +14,9 @@ EXTRA_DEFINES = -DHP_COLOR
 SYS_LIBRARIES = -lm -ldl -lgen
 #endif
 
-   SRCS1 = dthello.c version.c
+   SRCS1 = dthello.c
    SRCS = $(SRCS1)
-   OBJS = dthello.o version.o  \
+   OBJS = dthello.o \
           $(CDELIBSRC)/DtSvc/DtUtil2/EnvControl.o \
           $(CDELIBSRC)/DtSvc/DtUtil2/DtNlUtils.o \
           $(CDELIBSRC)/DtSvc/DtUtil2/GetDispRes.o
index eec7e5b852f763ffb7dcf73e5dafd51f0c6e5f45..7789e7219294ddefc818e51711680f86971871ca 100644 (file)
@@ -26,9 +26,6 @@
  * (c) Copyright 1993, 1994 Sun Microsystems, Inc.                      *
  * (c) Copyright 1993, 1994 Novell, Inc.                                *
  */
-#ifdef VERBOSE_REV_INFO
-static char rcsid[] = "$TOG: dthello.c /main/9 1998/04/20 12:52:17 mgreess $";
-#endif /* VERBOSE_REV_INFO */
 /******************************<+>*************************************
  **********************************************************************
  **
diff --git a/cde/programs/dthello/version.c b/cde/programs/dthello/version.c
deleted file mode 100644 (file)
index 8245bef..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-/*
- * CDE - Common Desktop Environment
- *
- * Copyright (c) 1993-2012, The Open Group. All rights reserved.
- *
- * These libraries and programs are free software; you can
- * redistribute them and/or modify them under the terms of the GNU
- * Lesser General Public License as published by the Free Software
- * Foundation; either version 2 of the License, or (at your option)
- * any later version.
- *
- * These libraries and programs are distributed in the hope that
- * they will be useful, but WITHOUT ANY WARRANTY; without even the
- * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- * PURPOSE. See the GNU Lesser General Public License for more
- * details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with these libraries and programs; if not, write
- * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
- * Floor, Boston, MA 02110-1301 USA
- */
-/* $XConsortium: version.c /main/5 1996/08/30 15:31:27 drk $
- *
- * (c) Copyright 1996 Digital Equipment Corporation.
- * (c) Copyright 1993,1994,1996 Hewlett-Packard Company.
- * (c) Copyright 1993,1994,1996 International Business Machines Corp.
- * (c) Copyright 1993,1994,1996 Sun Microsystems, Inc.
- * (c) Copyright 1993,1994,1996 Novell, Inc. 
- * (c) Copyright 1996 FUJITSU LIMITED.
- * (c) Copyright 1996 Hitachi.
- */
-
-/********************************************************
-
-Copyright (c) 1988, 1990 by Hewlett-Packard Company
-Copyright (c) 1988 by the Massachusetts Institute of Technology
-
-Permission to use, copy, modify, and distribute this software 
-and its documentation for any purpose and without fee is hereby 
-granted, provided that the above copyright notice appear in all 
-copies and that both that copyright notice and this permission 
-notice appear in supporting documentation, and that the names of 
-Hewlett-Packard or  M.I.T.  not be used in advertising or publicity 
-pertaining to distribution of the software without specific, written 
-prior permission.
-
-********************************************************/
-
-#include <include/hpversion.h>
-
-#ifndef        lint
-version_tag("dthello:       $XConsortium: version.c /main/5 1996/08/30 15:31:27 drk $")
-#endif /* lint */
-
-
-
-
-
-
-
index b700e28b0159f42c18b7fe45ce4dae83e2c13166..ab3ce8180adb0d2f03d92c6c1bf0dcb5095efe66 100644 (file)
@@ -11,7 +11,7 @@ SYS_LIBRARIES = DtClientSysLibs $(CXXLIB)
 
 EXTRA_INCLUDES = -I$(DTHELPSRC)
 
-SRCS = helpgen.c version.c
-OBJS = helpgen.o version.o
+SRCS = helpgen.c
+OBJS = helpgen.o
 
 ComplexProgramTarget($(PROGRAMS))
diff --git a/cde/programs/dthelp/dthelpgen/version.c b/cde/programs/dthelp/dthelpgen/version.c
deleted file mode 100644 (file)
index 9176fdc..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-/*
- * CDE - Common Desktop Environment
- *
- * Copyright (c) 1993-2012, The Open Group. All rights reserved.
- *
- * These libraries and programs are free software; you can
- * redistribute them and/or modify them under the terms of the GNU
- * Lesser General Public License as published by the Free Software
- * Foundation; either version 2 of the License, or (at your option)
- * any later version.
- *
- * These libraries and programs are distributed in the hope that
- * they will be useful, but WITHOUT ANY WARRANTY; without even the
- * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- * PURPOSE. See the GNU Lesser General Public License for more
- * details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with these libraries and programs; if not, write
- * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
- * Floor, Boston, MA 02110-1301 USA
- */
-/********************************************************
-
-Copyright (c) 1988 by the Massachusetts Institute of Technology
-
-Permission to use, copy, modify, and distribute this software 
-and its documentation for any purpose and without fee is hereby 
-granted, provided that the above copyright notice appear in all 
-copies and that both that copyright notice and this permission 
-notice appear in supporting documentation, and that the names of 
-Hewlett-Packard or  M.I.T.  not be used in advertising or publicity 
-pertaining to distribution of the software without specific, written 
-prior permission.
-
-(c) Copyright 1996 Digital Equipment Corporation.
-(c) Copyright 1988,1996 Hewlett-Packard Company.
-(c) Copyright 1996 International Business Machines Corp.
-(c) Copyright 1996 Sun Microsystems, Inc.
-(c) Copyright 1996 Novell, Inc. 
-(c) Copyright 1996 FUJITSU LIMITED.
-(c) Copyright 1996 Hitachi.
-
-********************************************************/
-
-#include <include/hpversion.h>
-
-#ifndef        lint
-version_tag("dthelpgen:       $XConsortium: version.c /main/5 1996/08/30 15:39:04 drk $")
-#endif /* lint */
index 95633ef82e27fb21a63b42fe45de211e46d3458f..82137eec62706ba34ba60ac0b9b08fc6e25657d5 100644 (file)
@@ -16,7 +16,7 @@ SYS_LIBRARIES = DtClientSysLibs -lw $(CXXLIB)
 SYS_LIBRARIES = DtClientSysLibs $(CXXLIB)
 #endif
 
-SRCS = Main.c Initialize.c PrintUtil.c PrintTopics.c PrintManStrFile.c version.c
-OBJS = Main.o Initialize.o PrintUtil.o PrintTopics.o PrintManStrFile.o version.o
+SRCS = Main.c Initialize.c PrintUtil.c PrintTopics.c PrintManStrFile.c
+OBJS = Main.o Initialize.o PrintUtil.o PrintTopics.o PrintManStrFile.o
 
 ComplexProgramTarget($(PROGRAMS))
diff --git a/cde/programs/dthelp/dthelpprint/version.c b/cde/programs/dthelp/dthelpprint/version.c
deleted file mode 100644 (file)
index b320971..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-/*
- * CDE - Common Desktop Environment
- *
- * Copyright (c) 1993-2012, The Open Group. All rights reserved.
- *
- * These libraries and programs are free software; you can
- * redistribute them and/or modify them under the terms of the GNU
- * Lesser General Public License as published by the Free Software
- * Foundation; either version 2 of the License, or (at your option)
- * any later version.
- *
- * These libraries and programs are distributed in the hope that
- * they will be useful, but WITHOUT ANY WARRANTY; without even the
- * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- * PURPOSE. See the GNU Lesser General Public License for more
- * details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with these libraries and programs; if not, write
- * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
- * Floor, Boston, MA 02110-1301 USA
- */
-/********************************************************
-
-Copyright (c) 1988 by the Massachusetts Institute of Technology
-
-Permission to use, copy, modify, and distribute this software 
-and its documentation for any purpose and without fee is hereby 
-granted, provided that the above copyright notice appear in all 
-copies and that both that copyright notice and this permission 
-notice appear in supporting documentation, and that the names of 
-Hewlett-Packard or  M.I.T.  not be used in advertising or publicity 
-pertaining to distribution of the software without specific, written 
-prior permission.
-
-(c) Copyright 1993-1994,1996 Digital Equipment Corporation.
-(c) Copyright 1988,1993-1994,1996 Hewlett-Packard Company.
-(c) Copyright 1993-1994,1996 International Business Machines Corp.
-(c) Copyright 1993-1994,1996 Sun Microsystems, Inc.
-(c) Copyright 1996 Novell, Inc. 
-(c) Copyright 1996 FUJITSU LIMITED.
-(c) Copyright 1996 Hitachi.
-
-********************************************************/
-
-#include <include/hpversion.h>
-
-#ifndef        lint
-version_tag("dthelpprint:       $XConsortium: version.c /main/5 1996/08/30 15:37:29 drk $")
-#endif /* lint */
index 59ca67c567d30e99394ff2b8d1bca3c208afbd99..57832206ba1c3aff566a3fcbe1be1fe126a49db8 100644 (file)
@@ -9,7 +9,7 @@ DEPLIBS = $(DEPDTHELPLIB) $(DEPDTSVCLIB) $(DEPTTLIB) $(DEPXMLIB) $(DEPXTOOLLIB)
 LOCAL_LIBRARIES = $(DTHELPLIB) $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
 SYS_LIBRARIES = DtClientSysLibs $(CXXLIB)
 
-SRCS = Main.c ManPage.c Util.c version.c
-OBJS = Main.o ManPage.o Util.o version.o
+SRCS = Main.c ManPage.c Util.c
+OBJS = Main.o ManPage.o Util.o
 
 ComplexProgramTarget($(PROGRAMS))
diff --git a/cde/programs/dthelp/dthelpview/version.c b/cde/programs/dthelp/dthelpview/version.c
deleted file mode 100644 (file)
index d037cc7..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-/*
- * CDE - Common Desktop Environment
- *
- * Copyright (c) 1993-2012, The Open Group. All rights reserved.
- *
- * These libraries and programs are free software; you can
- * redistribute them and/or modify them under the terms of the GNU
- * Lesser General Public License as published by the Free Software
- * Foundation; either version 2 of the License, or (at your option)
- * any later version.
- *
- * These libraries and programs are distributed in the hope that
- * they will be useful, but WITHOUT ANY WARRANTY; without even the
- * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- * PURPOSE. See the GNU Lesser General Public License for more
- * details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with these libraries and programs; if not, write
- * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
- * Floor, Boston, MA 02110-1301 USA
- */
-/********************************************************
-
-Copyright (c) 1988 by the Massachusetts Institute of Technology
-
-Permission to use, copy, modify, and distribute this software 
-and its documentation for any purpose and without fee is hereby 
-granted, provided that the above copyright notice appear in all 
-copies and that both that copyright notice and this permission 
-notice appear in supporting documentation, and that the names of 
-Hewlett-Packard or  M.I.T.  not be used in advertising or publicity 
-pertaining to distribution of the software without specific, written 
-prior permission.
-
-(c) Copyright 1993-1994,1996 Digital Equipment Corporation.
-(c) Copyright 1987-1994,1996 Hewlett-Packard Company.
-(c) Copyright 1993-1994,1996 International Business Machines Corp.
-(c) Copyright 1993-1994,1996 Sun Microsystems, Inc.
-(c) Copyright 1996 Novell, Inc. 
-(c) Copyright 1996 FUJITSU LIMITED.
-(c) Copyright 1996 Hitachi.
-
-********************************************************/
-
-#include <include/hpversion.h>
-
-#ifndef        lint
-version_tag("dthelpview:       $XConsortium: version.c /main/5 1996/08/30 15:38:24 drk $")
-#endif /* lint */
index 12ddd0469852db0658e0a2e2cd306a0eb8b07933..6b504df1d355fd253bfd135c16e5990ed6f502dc 100644 (file)
@@ -50,12 +50,12 @@ SRCS =  dtIconShell.c   event.c         fileIO.c \
         fileIODialog.c  globals.c       graphics.c \
         help.c          image.c         main.c \
         newIconDialog.c process.c       queryDialog.c \
-        stdErrDialog.c  utils.c         version.c
+        stdErrDialog.c  utils.c
 
 OBJS =  dtIconShell.o   event.o         fileIO.o \
         fileIODialog.o  globals.o       graphics.o \
         help.o          image.o         main.o \
         newIconDialog.o process.o       queryDialog.o \
-        stdErrDialog.o  utils.o         version.o
+        stdErrDialog.o  utils.o
 
 ComplexProgramTarget(dticon)
diff --git a/cde/programs/dticon/version.c b/cde/programs/dticon/version.c
deleted file mode 100644 (file)
index 66b5127..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * CDE - Common Desktop Environment
- *
- * Copyright (c) 1993-2012, The Open Group. All rights reserved.
- *
- * These libraries and programs are free software; you can
- * redistribute them and/or modify them under the terms of the GNU
- * Lesser General Public License as published by the Free Software
- * Foundation; either version 2 of the License, or (at your option)
- * any later version.
- *
- * These libraries and programs are distributed in the hope that
- * they will be useful, but WITHOUT ANY WARRANTY; without even the
- * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- * PURPOSE. See the GNU Lesser General Public License for more
- * details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with these libraries and programs; if not, write
- * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
- * Floor, Boston, MA 02110-1301 USA
- */
-/* $XConsortium: version.c /main/5 1996/08/30 15:32:43 drk $
- *
- * (c) Copyright 1996 Digital Equipment Corporation.
- * (c) Copyright 1993,1994,1996 Hewlett-Packard Company.
- * (c) Copyright 1993,1994,1996 International Business Machines Corp.
- * (c) Copyright 1993,1994,1996 Sun Microsystems, Inc.
- * (c) Copyright 1993,1994,1996 Novell, Inc. 
- * (c) Copyright 1996 FUJITSU LIMITED.
- * (c) Copyright 1996 Hitachi.
- */
-#include <include/hpversion.h>
-
-#ifndef lint
-version_tag("dticon:        $XConsortium: version.c /main/5 1996/08/30 15:32:43 drk $")
-#endif /* lint */
index 56b7ed1be7de106ab2aa970066c5c1ef9ac3bb9f..fc56b564af6ea2ad68681143cc643c3079ac0212 100644 (file)
@@ -80,10 +80,8 @@ OLIASTLIBS= \
 #endif
 OLIASLIBS= $(OLIASNORMALLIBS) $(OLIASTLIBS)
 
-#ifndef HPArchitecture
-# ifdef UseDlOpen
+#if !defined(HPArchitecture) && defined(UseDlOpen)
 DLLIB=-ldl
-# endif
 #endif
 
 OTHEROBJS=Support/InputNotifier.o
index 6be8ec40d7f9540f118b93a4bff8ef378394ed3e..872874d27a65e5db729cbc1bb3fc1dd46ef529fd 100644 (file)
@@ -74,8 +74,7 @@ SRCS =  \
                extra.c \
                 xmdtksym.c \
                findsym.c \
-               msgs.c \
-               version.c
+               msgs.c
 
 OBJS =  \
                $(KSH93OBJ) \
@@ -91,7 +90,6 @@ OBJS =  \
                 xmdtksym.o \
                 findsym.o \
                 msgs.o \
-               version.o \
                $(LOCAL_LIBRARIES2)
 
 all:: dtksh
diff --git a/cde/programs/dtksh/version.c b/cde/programs/dtksh/version.c
deleted file mode 100644 (file)
index 8d1e1ac..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-/*
- * CDE - Common Desktop Environment
- *
- * Copyright (c) 1993-2012, The Open Group. All rights reserved.
- *
- * These libraries and programs are free software; you can
- * redistribute them and/or modify them under the terms of the GNU
- * Lesser General Public License as published by the Free Software
- * Foundation; either version 2 of the License, or (at your option)
- * any later version.
- *
- * These libraries and programs are distributed in the hope that
- * they will be useful, but WITHOUT ANY WARRANTY; without even the
- * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- * PURPOSE. See the GNU Lesser General Public License for more
- * details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with these libraries and programs; if not, write
- * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
- * Floor, Boston, MA 02110-1301 USA
- */
-/********************************************************
-
-Copyright (c) 1988, 1990, 1991, 1992 by Hewlett-Packard Company
-Copyright (c) 1988 by the Massachusetts Institute of Technology
-
-Permission to use, copy, modify, and distribute this software 
-and its documentation for any purpose and without fee is hereby 
-granted, provided that the above copyright notice appear in all 
-copies and that both that copyright notice and this permission 
-notice appear in supporting documentation, and that the names of 
-Hewlett-Packard or  M.I.T.  not be used in advertising or publicity 
-pertaining to distribution of the software without specific, written 
-prior permission.
-
-********************************************************/
-
-#include <include/hpversion.h>
-
-#ifndef        lint
-version_tag("dtksh:        $XConsortium: version.c /main/5 1996/08/30 15:36:49 drk $")
-#endif /* lint */
-
-
-
-
-
-
-
index 3ff67a063d275079506f71407ed2093f0280f171..120add7e0e41653a0ee3fdb7c799a2e85a72c348 100644 (file)
@@ -24,8 +24,7 @@ HEADERS = dm.h vg.h vglogo.h vgmsg.h vgproto.h
 DESDEFS = -DHASDES -DHASXDMAUTH -DSILLYEXPORTRULE
 DESOBJS = xdmauth.o
 DESSRCS = xdmauth.c
-#else
-#if HasDESLibrary
+#elif HasDESLibrary
 DESDEFS = -DHASDES
 DESOBJS = xdmauth.o
 DESSRCS = xdmauth.c
@@ -34,7 +33,6 @@ DESDEFS =
 DESOBJS =
 DESSRCS = 
 #endif
-#endif
 
 #ifndef UsePamLibrary
 # define UsePamLibrary NO
@@ -85,15 +83,14 @@ LOGINDEPXLIB = $(DEPXLIB)
 LOGINXLIB = $(XLIB)
 
 #ifdef HPArchitecture
-#  if (! defined(UseInstalled)) && (! defined(UseMitLibrariesFromSystemOnly))
-#    ifdef SHLIB
+#  if !defined(UseInstalled) && !defined(UseMitLibrariesFromSystemOnly) && \
+       defined(SHLIB)
 LOGINDEPXMULIB = $(XMUSRC)/libXmu.a
 LOGINXMULIB = $(LOGINDEPXMULIB)
 LOGINDEPXLIB = $(XLIBSRC)/libX11.a
 LOGINXLIB = $(LOGINDEPXLIB)
 /* This is really a kludge !! */
 LOGINLDOPTIONS = -Wl,-a archive
-#    endif
 #  endif
 #  if OSMajorVersion >= 10
 SYS_LIBRARIES = -lsec
@@ -162,28 +159,22 @@ INCLUDES = -I$(XPROJECTROOT)/include/freetype2
           SRCS1 = access.c account.c auth.c genauth.c daemon.c dm.c \
                   dpylist.c error.c file.c mitauth.c protodpy.c policy.c \
                   reset.c resource.c server.c session.c socket.c util.c \
-                  verify.c version.c sysauth.c fontpath.c $(DESSRCS) \
-                 qualify.c choose.c netaddr.c xdmcp.c \
-                 $(PAM_SRCS) $(SOLARIS_SRCS)
+                  verify.c sysauth.c fontpath.c $(DESSRCS) qualify.c choose.c \
+                 netaddr.c xdmcp.c $(PAM_SRCS) $(SOLARIS_SRCS)
 
           OBJS1 = access.o account.o auth.o genauth.o daemon.o dm.o \
                   dpylist.o error.o file.o mitauth.o protodpy.o policy.o \
                   reset.o resource.o server.o session.o socket.o util.o \
-                  verify.o version.o sysauth.o fontpath.o $(DESOBJS) \
-                 qualify.o choose.o netaddr.o xdmcp.o \
-                 $(PAM_OBJS) $(SOLARIS_OBJS) 
+                  verify.o sysauth.o fontpath.o $(DESOBJS) qualify.o choose.o \
+                 netaddr.o xdmcp.o $(PAM_OBJS) $(SOLARIS_OBJS)
 
           PROG2 = dtgreet
 #ifdef AlphaArchitecture
-          SRCS2 = vgcallback.c vglogo.c vgmain.c vgutil.c \
-                  vgversion.c vglang.c vgsiaform.c
-          OBJS2 = vgcallback.o vglogo.o vgmain.o vgutil.o \
-                  vgversion.o vglang.o vgsiaform.o
+          SRCS2 = vgcallback.c vglogo.c vgmain.c vgutil.c vglang.c vgsiaform.c
+          OBJS2 = vgcallback.o vglogo.o vgmain.o vgutil.o vglang.o vgsiaform.o
 #else
-          SRCS2 = vgcallback.c vglogo.c vgmain.c vgutil.c \
-                  vgversion.c vglang.c
-          OBJS2 = vgcallback.o vglogo.o vgmain.o vgutil.o \
-                  vgversion.o vglang.o
+          SRCS2 = vgcallback.c vglogo.c vgmain.c vgutil.c vglang.c
+          OBJS2 = vgcallback.o vglogo.o vgmain.o vgutil.o vglang.o
 #endif
 
           PROG3 = dtchooser
@@ -324,12 +315,9 @@ EXTRA_RES_DEFINES = \
  *
  **************************************************************************/
 
-#ifndef BLS
-# ifdef HPArchitecture
-#  if (OSMajorVersion == 8) && (OSMinorVersion == 8)
-#    define BLS
-#  endif
-# endif
+#if !defined(BLS) && defined(HPArchitecture) && (OSMajorVersion == 8) && \
+     (OSMinorVersion == 8)
+# define BLS
 #endif
 
 #ifdef BLS
@@ -461,11 +449,9 @@ vgutil.o:
 #endif
 
 SpecialObjectRule(resource.o, $(ICONFIGFILES), $(EXTRA_RES_DEFINES) $(RES_DEFINES) $(CCINLIBS))
-#ifdef HPArchitecture
-#ifndef DEBUGTREE
+#if defined(HPArchitecture) && !defined(DEBUGTREE)
 SpecialObjectRule(session.o,,+O1 $(CCINLIBS))
 #endif
-#endif
 
 #if !defined(USE_KRB) && !defined(USE_RGY)
 
@@ -487,13 +473,10 @@ MakeDirectories(install,$(XDMDIR))
 InstallProgramWithFlags(xdmshell,$(XBINDIR), /**/)
 #endif
 
-#if !defined(USE_KRB) && !defined(USE_RGY)
+#if !defined(USE_KRB) && !defined(USE_RGY) && defined(BuildHugeObject) && \
+     defined(HPArchitecture) && !defined(BLS)
 /***** For dtge make a client_OBJS.o using client_main.o ******/
 /***** This implies the existence of client_main.c       ******/
-# ifdef BuildHugeObject
-#  if defined (HPArchitecture) && ! defined (BLS)
 SpecialRelocatableTarget(dtlogin,$(HIDDEN_SYMBOLS1),$(OBJS1))
 SpecialRelocatableTarget(dtgreet,$(HIDDEN_SYMBOLS2),$(OBJS2))
-#  endif
-# endif
 #endif
index 66157e39d66b56a93754bad95fb2cfc9c3119b00..a2b4ea7d0e3fd8a176c9af75ff71d401db50913b 100644 (file)
@@ -106,25 +106,18 @@ extern int errno;
 #define Time_t time_t
 #endif
 
-#ifndef DONT_USE_DES
-# ifndef USE_CRYPT
-#  if defined(AIXV3) || defined(hpux) || defined(__FreeBSD__)
-#   define USE_CRYPT
-#  endif
-#  ifdef __OpenBSD__
-#   define DONT_USE_DES
-#  endif
-#  ifdef sun
-#   define USE_CRYPT
-#   if (OSMAJORVERSION >= 4)
-     /* avoid strange sun crypt hackery */
-#    define crypt _crypt
-#   endif
+#if !defined(DONT_USE_DES) && !defined(USE_CRYPT)
+# if defined(AIXV3) || defined(hpux) || defined(__FreeBSD__)
+#  define USE_CRYPT
+# elif defined(__OpenBSD__)
+#  define DONT_USE_DES
+# elif defined(sun)
+#  define USE_CRYPT
+#  if (OSMAJORVERSION >= 4)
+    /* avoid strange sun crypt hackery */
+#   define crypt _crypt
 #  endif
 # endif
-#endif
-
-#if !defined (DONT_USE_DES) && !defined (USE_CRYPT)
 # define USE_ENCRYPT
 #endif
 
diff --git a/cde/programs/dtlogin/version.c b/cde/programs/dtlogin/version.c
deleted file mode 100644 (file)
index fcef036..0000000
+++ /dev/null
@@ -1,78 +0,0 @@
-/*
- * CDE - Common Desktop Environment
- *
- * Copyright (c) 1993-2012, The Open Group. All rights reserved.
- *
- * These libraries and programs are free software; you can
- * redistribute them and/or modify them under the terms of the GNU
- * Lesser General Public License as published by the Free Software
- * Foundation; either version 2 of the License, or (at your option)
- * any later version.
- *
- * These libraries and programs are distributed in the hope that
- * they will be useful, but WITHOUT ANY WARRANTY; without even the
- * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- * PURPOSE. See the GNU Lesser General Public License for more
- * details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with these libraries and programs; if not, write
- * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
- * Floor, Boston, MA 02110-1301 USA
- */
-/* $XConsortium: version.c /main/6 1996/08/30 15:33:21 drk $
- *
- * (c) Copyright 1996 Digital Equipment Corporation.
- * (c) Copyright 1993,1994,1996 Hewlett-Packard Company.
- * (c) Copyright 1993,1994,1996 International Business Machines Corp.
- * (c) Copyright 1993,1994,1996 Sun Microsystems, Inc.
- * (c) Copyright 1993,1994,1996 Novell, Inc. 
- * (c) Copyright 1996 FUJITSU LIMITED.
- * (c) Copyright 1996 Hitachi.
- */
-
-/********************************************************
-
-Copyright (c) 1988, 1990 by Hewlett-Packard Company
-Copyright (c) 1988 by the Massachusetts Institute of Technology
-
-Permission to use, copy, modify, and distribute this software 
-and its documentation for any purpose and without fee is hereby 
-granted, provided that the above copyright notice appear in all 
-copies and that both that copyright notice and this permission 
-notice appear in supporting documentation, and that the names of 
-Hewlett-Packard or  M.I.T.  not be used in advertising or publicity 
-pertaining to distribution of the software without specific, written 
-prior permission.
-
-********************************************************/
-
-#include <include/hpversion.h>
-
-#ifndef        lint
-version_tag("dtlogin:       $XConsortium: version.c /main/6 1996/08/30 15:33:21 drk $")
-
-#ifdef __AFS
-static char _afs_version[] = "@(#)AFS 3 Authentication";
-#endif
-
-#ifdef __KERBEROS
-static char _krb_version[] = "@(#)Kerberos Authentication";
-#endif
-
-#ifdef __PASSWD_ETC
-static char _rgy_version[] = "@(#)Passwd Etc. - Domain Registry Authentication";
-#endif
-
-#ifdef BLS
-static char _bls_version[] = "@(#)HP BLS Authentication";
-#endif
-
-#endif /* lint */
-
-
-
-
-
-
-
diff --git a/cde/programs/dtlogin/vgversion.c b/cde/programs/dtlogin/vgversion.c
deleted file mode 100644 (file)
index 3c1ff6b..0000000
+++ /dev/null
@@ -1,78 +0,0 @@
-/*
- * CDE - Common Desktop Environment
- *
- * Copyright (c) 1993-2012, The Open Group. All rights reserved.
- *
- * These libraries and programs are free software; you can
- * redistribute them and/or modify them under the terms of the GNU
- * Lesser General Public License as published by the Free Software
- * Foundation; either version 2 of the License, or (at your option)
- * any later version.
- *
- * These libraries and programs are distributed in the hope that
- * they will be useful, but WITHOUT ANY WARRANTY; without even the
- * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- * PURPOSE. See the GNU Lesser General Public License for more
- * details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with these libraries and programs; if not, write
- * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
- * Floor, Boston, MA 02110-1301 USA
- */
-/* $XConsortium: vgversion.c /main/6 1996/08/30 15:34:13 drk $
- *
- * (c) Copyright 1996 Digital Equipment Corporation.
- * (c) Copyright 1993,1994,1996 Hewlett-Packard Company.
- * (c) Copyright 1993,1994,1996 International Business Machines Corp.
- * (c) Copyright 1993,1994,1996 Sun Microsystems, Inc.
- * (c) Copyright 1993,1994,1996 Novell, Inc. 
- * (c) Copyright 1996 FUJITSU LIMITED.
- * (c) Copyright 1996 Hitachi.
- */
-
-/********************************************************
-
-Copyright (c) 1988, 1990 by Hewlett-Packard Company
-Copyright (c) 1988 by the Massachusetts Institute of Technology
-
-Permission to use, copy, modify, and distribute this software 
-and its documentation for any purpose and without fee is hereby 
-granted, provided that the above copyright notice appear in all 
-copies and that both that copyright notice and this permission 
-notice appear in supporting documentation, and that the names of 
-Hewlett-Packard or  M.I.T.  not be used in advertising or publicity 
-pertaining to distribution of the software without specific, written 
-prior permission.
-
-********************************************************/
-
-#include <include/hpversion.h>
-
-#ifndef        lint
-version_tag("dtgreet:       $XConsortium: vgversion.c /main/6 1996/08/30 15:34:13 drk $")
-
-#ifdef __AFS
-static char _afs_version[] = "@(#)AFS 3 Authentication";
-#endif
-
-#ifdef __KERBEROS
-static char _krb_version[] = "@(#)Kerberos Authentication";
-#endif
-
-#ifdef __PASSWD_ETC
-static char _rgy_version[] = "@(#)Passwd Etc. - Domain Registry Authentication";
-#endif
-
-#ifdef BLS
-static char _bls_version[] = "@(#)HP BLS Authentication";
-#endif
-
-#endif /* lint */
-
-
-
-
-
-
-
index b4300dec95974970a1923b620300fc4e40d6fe1b..0714cab7feae3a1d794bd6434a19798a14cac2e0 100644 (file)
@@ -19,7 +19,7 @@ SRCS = \
         helpCB.c        helpDlg.c       main.c \
         optionsCB.c     printJob.c      printOutput.c \
         printSetup.c    session.c       ttMsgSupport.c \
-        ttSaveSupport.c version.c
+        ttSaveSupport.c
 
 OBJS = \
         dtpad.o         editCB.o        fileCB.o \
@@ -27,7 +27,7 @@ OBJS = \
         helpCB.o        helpDlg.o       main.o \
         optionsCB.o     printJob.o      printOutput.o \
         printSetup.o    session.o       ttMsgSupport.o \
-        ttSaveSupport.o version.o
+        ttSaveSupport.o
 
 ComplexProgramTarget(dtpad)
 
diff --git a/cde/programs/dtpad/version.c b/cde/programs/dtpad/version.c
deleted file mode 100644 (file)
index 97b4c6b..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-/*
- * CDE - Common Desktop Environment
- *
- * Copyright (c) 1993-2012, The Open Group. All rights reserved.
- *
- * These libraries and programs are free software; you can
- * redistribute them and/or modify them under the terms of the GNU
- * Lesser General Public License as published by the Free Software
- * Foundation; either version 2 of the License, or (at your option)
- * any later version.
- *
- * These libraries and programs are distributed in the hope that
- * they will be useful, but WITHOUT ANY WARRANTY; without even the
- * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- * PURPOSE. See the GNU Lesser General Public License for more
- * details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with these libraries and programs; if not, write
- * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
- * Floor, Boston, MA 02110-1301 USA
- */
-/********************************************************
-
-Copyright (c) 1988, 1990 by Hewlett-Packard Company
-Copyright (c) 1988 by the Massachusetts Institute of Technology
-
-Permission to use, copy, modify, and distribute this software 
-and its documentation for any purpose and without fee is hereby 
-granted, provided that the above copyright notice appear in all 
-copies and that both that copyright notice and this permission 
-notice appear in supporting documentation, and that the names of 
-Hewlett-Packard or  M.I.T.  not be used in advertising or publicity 
-pertaining to distribution of the software without specific, written 
-prior permission.
-
-********************************************************************
-**  (c) Copyright 1993, 1994 Hewlett-Packard Company
-**  (c) Copyright 1993, 1994 International Business Machines Corp.
-**  (c) Copyright 1993, 1994 Sun Microsystems, Inc.
-**  (c) Copyright 1993, 1994 Novell, Inc.
-********************************************************************
-
-********************************************************/
-
-#include <include/hpversion.h>
-
-#ifndef        lint
-/* NOTE:  Be sure to update the corresponding version argument for
- *        ttdt_open() in TTstartDesktopMediaExchange() (in ttMsgSupport.c).
- */
-version_tag("dtpad:         $XConsortium: version.c /main/5 1996/08/30 15:27:22 drk $")
-#endif /* lint */
-
-
-
-
-
-
index 62f60c0b6620865816d198548d56097308199f50..cdd0fa30a6bd7688416c010c20771b48d073f655 100644 (file)
@@ -89,8 +89,7 @@ OBJS=   $(ALTDIRECTORY)SmMain.o \
        $(ALTDIRECTORY)SmAuth.o \
        $(ALTDIRECTORY)SmWatch.o \
        $(ALTDIRECTORY)SmProp.o \
-       $(ALTDIRECTORY)SmDB.o \
-       version.o
+       $(ALTDIRECTORY)SmDB.o
 
 SRCS=  SmMain.c \
        SmHelp.c \
@@ -114,8 +113,7 @@ SRCS=       SmMain.c \
        SmAuth.c \
        SmWatch.c \
        SmProp.c \
-       SmDB.c \
-       version.c
+       SmDB.c
 
 /**************************************************************************
  *
@@ -132,14 +130,6 @@ SRCS=      SmMain.c \
 /******* RGY or KRB CASE *******************************/
 #if (defined(USE_KRB) || defined(USE_RGY)) && defined(HPArchitecture)
 /*******************************************************/
-ALTDIRECTORY = $(CDESRC)/dtsession/
-SRCS=    version.c
-
-includes::
-        @echo " linking $(ALTDIRECTORY)version.c to version.c";\
-        ln -f -s $(ALTDIRECTORY)version.c .
-version.o: version.c
-        ObjectCompile($(_NOOP_))
 
 /* don't build other .o's */
 .c.o:
diff --git a/cde/programs/dtsession/version.c b/cde/programs/dtsession/version.c
deleted file mode 100644 (file)
index 5d1c8f7..0000000
+++ /dev/null
@@ -1,66 +0,0 @@
-/*
- * CDE - Common Desktop Environment
- *
- * Copyright (c) 1993-2012, The Open Group. All rights reserved.
- *
- * These libraries and programs are free software; you can
- * redistribute them and/or modify them under the terms of the GNU
- * Lesser General Public License as published by the Free Software
- * Foundation; either version 2 of the License, or (at your option)
- * any later version.
- *
- * These libraries and programs are distributed in the hope that
- * they will be useful, but WITHOUT ANY WARRANTY; without even the
- * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- * PURPOSE. See the GNU Lesser General Public License for more
- * details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with these libraries and programs; if not, write
- * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
- * Floor, Boston, MA 02110-1301 USA
- */
-/* $XConsortium: version.c /main/5 1996/08/30 15:34:51 drk $
- *
- * (c) Copyright 1996 Digital Equipment Corporation.
- * (c) Copyright 1993,1994,1996 Hewlett-Packard Company.
- * (c) Copyright 1993,1994,1996 International Business Machines Corp.
- * (c) Copyright 1993,1994,1996 Sun Microsystems, Inc.
- * (c) Copyright 1993,1994,1996 Novell, Inc. 
- * (c) Copyright 1996 FUJITSU LIMITED.
- * (c) Copyright 1996 Hitachi.
- */
-
-/********************************************************
-
-Copyright (c) 1988, 1990 by Hewlett-Packard Company
-Copyright (c) 1988 by the Massachusetts Institute of Technology
-
-Permission to use, copy, modify, and distribute this software 
-and its documentation for any purpose and without fee is hereby 
-granted, provided that the above copyright notice appear in all 
-copies and that both that copyright notice and this permission 
-notice appear in supporting documentation, and that the names of 
-Hewlett-Packard or  M.I.T.  not be used in advertising or publicity 
-pertaining to distribution of the software without specific, written 
-prior permission.
-
-********************************************************/
-
-#include <include/hpversion.h>
-
-#ifndef        lint
-version_tag("dtsession:     $XConsortium: version.c /main/5 1996/08/30 15:34:51 drk $")
-
-#ifdef __PASSWD_ETC
-static char _rgy_version[] = "@(#)Passwd Etc. - Domain Registry Authentication";
-#endif
-
-#endif /* lint */
-
-
-
-
-
-
-
index 8af15c18eba038be997209c73398a276518934dc..0d4ca3bb0171e96a7afd4e2ddda405b4fb23e787 100644 (file)
@@ -21,13 +21,13 @@ EXTRA_DEFINES = -D$(PROGRAMS)
 
 PROGRAMS = dtstyle
 
-OBJS = Main.o version.o MainWin.o Font.o Audio.o \
+OBJS = Main.o MainWin.o Font.o Audio.o \
        Startup.o Mouse.o SaveRestore.o Backdrop.o Screen.o \
         Keyboard.o ColorMain.o ColorPalette.o ColorFile.o ColorEdit.o \
         Resource.o Protocol.o Dtwm.o Help.o HelpCB.o I18nMain.o \
        I18nEnv.o I18nUtil.o $(EXTRA_OBJS)
 
-SRCS = Main.c version.c MainWin.c Font.c Audio.c \
+SRCS = Main.c MainWin.c Font.c Audio.c \
        Startup.c Mouse.c SaveRestore.c Backdrop.c Screen.c \
         Keyboard.c ColorMain.c ColorPalette.c ColorFile.c ColorEdit.c \
         Resource.c Protocol.c Dtwm.c Help.c HelpCB.c I18nMain.c \
diff --git a/cde/programs/dtstyle/version.c b/cde/programs/dtstyle/version.c
deleted file mode 100644 (file)
index 9d8df89..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-/*
- * CDE - Common Desktop Environment
- *
- * Copyright (c) 1993-2012, The Open Group. All rights reserved.
- *
- * These libraries and programs are free software; you can
- * redistribute them and/or modify them under the terms of the GNU
- * Lesser General Public License as published by the Free Software
- * Foundation; either version 2 of the License, or (at your option)
- * any later version.
- *
- * These libraries and programs are distributed in the hope that
- * they will be useful, but WITHOUT ANY WARRANTY; without even the
- * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- * PURPOSE. See the GNU Lesser General Public License for more
- * details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with these libraries and programs; if not, write
- * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
- * Floor, Boston, MA 02110-1301 USA
- */
-/* $XConsortium: version.c /main/5 1996/08/30 15:35:36 drk $
- *
- * (c) Copyright 1996 Digital Equipment Corporation.
- * (c) Copyright 1993,1994,1996 Hewlett-Packard Company.
- * (c) Copyright 1993,1994,1996 International Business Machines Corp.
- * (c) Copyright 1993,1994,1996 Sun Microsystems, Inc.
- * (c) Copyright 1993,1994,1996 Novell, Inc. 
- * (c) Copyright 1996 FUJITSU LIMITED.
- * (c) Copyright 1996 Hitachi.
- */
-
-#include <include/hpversion.h>
-version_tag("dtstyle:       $XConsortium: version.c /main/5 1996/08/30 15:35:36 drk $")
index 282efb3d850a88187cf508c41d57bae37e05b15b..c5486f2eaf1f72fed02cb8e5f682c3829888c1f6 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$TOG: DtTermMain.c /main/19 1999/09/17 13:26:34 mgreess $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994 Hewlett-Packard Company                     *
  * (c) Copyright 1993, 1994 International Business Machines Corp.       *
index 7af26027f8ca817a6304cc3368b27a11f577779e..4cdb2cbd8cc0b85b6eefabe897a002f05b91454e 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$TOG: DtTermServer.c /main/5 1998/07/23 18:09:38 mgreess $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994 Hewlett-Packard Company                     *
  * (c) Copyright 1993, 1994 International Business Machines Corp.       *
index 3a134ac90c5bc649450968b2696b53e0a914e708..c284d2dd5afc8cacc46875500b9400b0c68b3840 100644 (file)
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
-#ifndef lint
-#ifdef  VERBOSE_REV_INFO
-static char rcs_id[] = "$XConsortium: DtTermSyntax.c /main/4 1996/05/16 11:22:57 ageorge $";
-#endif  /* VERBOSE_REV_INFO */
-#endif  /* lint */
-
 /*                                                                      *
  * (c) Copyright 1993, 1994 Hewlett-Packard Company                     *
  * (c) Copyright 1993, 1994 International Business Machines Corp.       *
index 61605bbc2e660269305c08ada439aa4e539d6723..bc82f04ea0755c38902bc5937b0aae2bab403c95 100644 (file)
@@ -1,6 +1,6 @@
 XCOMM $XConsortium: Imakefile /main/4 1996/04/21 19:51:51 drk $
 
-        DEFINES = -DVERBOSE_REV_INFO
+        DEFINES =
            SRCS = logger.c
            OBJS = logger.o
   SYS_LIBRARIES = -lm
index 3241de39d818a3c222ed1f8b7f8d193f7d7e44ba..1d62ac6e574f67b7e79a451ae4c9a280b86e496b 100644 (file)
@@ -33,8 +33,7 @@ SRCSXM = \
         WmMenu.c        WmProperty.c    WmProtocol.c \
         WmResCvt.c      WmResParse.c    WmResource.c \
         WmSignal.c      WmWinConf.c     WmWinInfo.c \
-        WmWinList.c     WmWinState.c    version.c \
-        WmMultiHead.c
+        WmWinList.c     WmWinState.c    WmMultiHead.c
 
 SRCSDT = \
         Button.c        Callback.c      Clock.c \
@@ -55,8 +54,7 @@ OBJSXM = \
         WmMenu.o        WmProperty.o    WmProtocol.o \
         WmResCvt.o      WmResParse.o    WmResource.o \
         WmSignal.o      WmWinConf.o     WmWinInfo.o \
-        WmWinList.o     WmWinState.o    version.o \
-        WmMultiHead.o
+        WmWinList.o     WmWinState.o    WmMultiHead.o
 
 OBJSDT = \
         Button.o        Callback.o      Clock.o \
diff --git a/cde/programs/dtwm/version.c b/cde/programs/dtwm/version.c
deleted file mode 100644 (file)
index f446ba2..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * CDE - Common Desktop Environment
- *
- * Copyright (c) 1993-2012, The Open Group. All rights reserved.
- *
- * These libraries and programs are free software; you can
- * redistribute them and/or modify them under the terms of the GNU
- * Lesser General Public License as published by the Free Software
- * Foundation; either version 2 of the License, or (at your option)
- * any later version.
- *
- * These libraries and programs are distributed in the hope that
- * they will be useful, but WITHOUT ANY WARRANTY; without even the
- * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- * PURPOSE. See the GNU Lesser General Public License for more
- * details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with these libraries and programs; if not, write
- * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
- * Floor, Boston, MA 02110-1301 USA
- */
-/* 
- * (c) Copyright 1989, 1990, 1991, 1992, 1993 OPEN SOFTWARE FOUNDATION, INC. 
- * ALL RIGHTS RESERVED 
- *
- * (c) Copyright 1993, 1994 Hewlett-Packard Company
- * (c) Copyright 1993, 1994 International Business Machines Corp.
- * (c) Copyright 1993, 1994 Sun Microsystems, Inc.
- * (c) Copyright 1993, 1994 Novell, Inc.
-*/ 
-
-#include <include/hpversion.h>
-
-#ifndef        lint
-version_tag("dtwm:          $XConsortium: version.c /main/5 1996/08/30 15:36:22 drk $")
-#endif /* lint */