Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
17
cde/lib/DtSvc/DtUtil2/Unistd.h
Normal file
17
cde/lib/DtSvc/DtUtil2/Unistd.h
Normal 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 */
|
||||
Reference in New Issue
Block a user