Initial import of the CDE 2.1.30 sources from the Open Group.

This commit is contained in:
Peter Howkins
2012-03-10 18:21:40 +00:00
commit 83b6996daa
18978 changed files with 3945623 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
/* $XConsortium: xmksh.h /main/3 1995/11/01 15:59:25 rswiston $ */
/* Copyright (c) 1991, 1992 UNIX System Laboratories, Inc. */
/* All Rights Reserved */
/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF */
/* UNIX System Laboratories, Inc. */
/* The copyright notice above does not evidence any */
/* actual or intended publication of such source code. */
/*
* used for some type-to-String converters
*/
#ifndef _Dtksh_xmksh_h
#define _Dtksh_xmksh_h
struct named_integer {
const char *name;
const long value;
};
#endif /* _Dtksh_xmksh_h */
/* DON'T ADD ANYTHING AFTER THIS #endif */