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,17 @@
/* $XConsortium: Unistd.h /main/3 1995/10/26 15:31:10 rswiston $ */
/*
* (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. *
*/
/* Hp DT's version of an 8.0 include file; needed for Fnmatch */
#ifndef DtUNISTD_INCLUDED
#define DtUNISTD_INCLUDED
# define FNM_PATHNAME 01 /* flag for pathname matching */
# define _FNM_PERIOD 02 /* flag for explicitly matching leading '.'s */
# define _FNM_UAE 04 /* flag for csh pattern matching */
#endif /* DtUNISTD_INCLUDED */