[BACK]Return to fnmatch.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/fnmatch.h between version 1.4 and 1.5

version 1.4, 1997/09/22 05:25:32 version 1.5, 2000/03/24 17:13:23
Line 40 
Line 40 
 #define _FNMATCH_H_  #define _FNMATCH_H_
   
 #define FNM_NOMATCH     1       /* Match failed. */  #define FNM_NOMATCH     1       /* Match failed. */
   #define FNM_NOSYS       2       /* Function not supported (unused). */
   
 #define FNM_NOESCAPE    0x01    /* Disable backslash escaping. */  #define FNM_NOESCAPE    0x01    /* Disable backslash escaping. */
 #define FNM_PATHNAME    0x02    /* Slash must be matched by slash. */  #define FNM_PATHNAME    0x02    /* Slash must be matched by slash. */

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5