POSIX 1003.2, D11.2 moves fnmatch #defines into fnmatch.h
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 29 Jun 1992 04:02:41 +0000 (20:02 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 29 Jun 1992 04:02:41 +0000 (20:02 -0800)
SCCS-vsn: include/unistd.h 5.19

usr/src/include/unistd.h

index 4bdfdaf..3e86535 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)unistd.h    5.18 (Berkeley) %G%
+ *     @(#)unistd.h    5.19 (Berkeley) %G%
  */
 
 #ifndef _UNISTD_H_
  */
 
 #ifndef _UNISTD_H_
 #define        STDOUT_FILENO   1       /* standard output file descriptor */
 #define        STDERR_FILENO   2       /* standard error file descriptor */
 
 #define        STDOUT_FILENO   1       /* standard output file descriptor */
 #define        STDERR_FILENO   2       /* standard error file descriptor */
 
-/* fnmatch(3) defines */
-#define        FNM_PATHNAME    0x01    /* match pathnames, not filenames */
-#ifndef _POSIX_SOURCE
-#define        FNM_QUOTE       0x02    /* escape special chars with \ */
-#endif
-
 #ifndef NULL
 #define        NULL            0       /* null pointer constant */
 #endif
 #ifndef NULL
 #define        NULL            0       /* null pointer constant */
 #endif