]> git.saurik.com Git - apple/libc.git/blobdiff - include/fnmatch.h
Libc-339.tar.gz
[apple/libc.git] / include / fnmatch.h
index cf186f921a21346d8737aa245ec1a373290f9715..b840732e9fced0f60097bbcd70d615d3623a2aa6 100644 (file)
@@ -3,6 +3,8 @@
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
+ * Copyright (c) 1999-2003 Apple Computer, Inc.  All Rights Reserved.
+ * 
  * This file contains Original Code and/or Modifications of Original Code
  * as defined in and that are subject to the Apple Public Source License
  * Version 2.0 (the 'License'). You may not use this file except in
@@ -64,6 +66,8 @@
 #define        FNM_PATHNAME    0x02    /* Slash must be matched by slash. */
 #define        FNM_PERIOD      0x04    /* Period must be matched by period. */
 
+#define        FNM_NOSYS       (-1)    /* Reserved */
+
 #if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)
 #define FNM_LEADING_DIR 0x08    /* Ignore /<tail> after Imatch. */
 #define FNM_CASEFOLD    0x10    /* Case insensitive search. */