Index: tcsh-6.11.00/glob.h
diff -c tcsh-6.11.00/glob.h:1.1 tcsh-6.11.00/glob.h:1.2
*** tcsh-6.11.00/glob.h:1.1	Tue Oct  9 08:33:54 2001
--- tcsh-6.11.00/glob.h	Tue Oct  9 08:35:54 2001
***************
*** 75,81 ****
  #define	GLOB_NOMATCH	(-3)	/* No match, and GLOB_NOCHECK was not set. */
  #define	GLOB_NOSYS	(-4)	/* Implementation does not support function. */
  
! #if !defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)
  #define	GLOB_ALTDIRFUNC	0x0040	/* Use alternately specified directory funcs. */
  #define	GLOB_BRACE	0x0080	/* Expand braces ala csh. */
  #define	GLOB_MAGCHAR	0x0100	/* Pattern had globbing characters. */
--- 75,81 ----
  #define	GLOB_NOMATCH	(-3)	/* No match, and GLOB_NOCHECK was not set. */
  #define	GLOB_NOSYS	(-4)	/* Implementation does not support function. */
  
! #if (!defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)) || defined(_ALL_SOURCE)
  #define	GLOB_ALTDIRFUNC	0x0040	/* Use alternately specified directory funcs. */
  #define	GLOB_BRACE	0x0080	/* Expand braces ala csh. */
  #define	GLOB_MAGCHAR	0x0100	/* Pattern had globbing characters. */
