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

Diff for /src/include/glob.h between version 1.8 and 1.9

version 1.8, 2003/06/02 19:34:12 version 1.9, 2004/10/07 16:56:11
Line 69 
Line 69 
 #define GLOB_MARK       0x0008  /* Append / to matching directories. */  #define GLOB_MARK       0x0008  /* Append / to matching directories. */
 #define GLOB_NOCHECK    0x0010  /* Return pattern itself if nothing matches. */  #define GLOB_NOCHECK    0x0010  /* Return pattern itself if nothing matches. */
 #define GLOB_NOSORT     0x0020  /* Don't sort. */  #define GLOB_NOSORT     0x0020  /* Don't sort. */
   #define GLOB_NOESCAPE   0x1000  /* Disable backslash escaping. */
   
 #ifndef _POSIX_SOURCE  #ifndef _POSIX_SOURCE
 #define GLOB_ALTDIRFUNC 0x0040  /* Use alternately specified directory funcs. */  #define GLOB_ALTDIRFUNC 0x0040  /* Use alternately specified directory funcs. */
Line 77 
Line 78 
 #define GLOB_NOMAGIC    0x0200  /* GLOB_NOCHECK without magic chars (csh). */  #define GLOB_NOMAGIC    0x0200  /* GLOB_NOCHECK without magic chars (csh). */
 #define GLOB_QUOTE      0x0400  /* Quote special chars with \. */  #define GLOB_QUOTE      0x0400  /* Quote special chars with \. */
 #define GLOB_TILDE      0x0800  /* Expand tilde names from the passwd file. */  #define GLOB_TILDE      0x0800  /* Expand tilde names from the passwd file. */
 #define GLOB_NOESCAPE   0x1000  /* Disable backslash escaping. */  
 #define GLOB_LIMIT      0x2000  /* Limit pattern match output to ARG_MAX */  #define GLOB_LIMIT      0x2000  /* Limit pattern match output to ARG_MAX */
 #endif  #endif
   

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9