/* $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 */