add HAVE_GLOB_H

This commit is contained in:
David Rose 2004-02-02 21:43:48 +00:00
parent e3ab4966cf
commit d0f31471fa
2 changed files with 6 additions and 0 deletions

View File

@ -120,6 +120,9 @@
// Do we have <dirent.h>?
#define HAVE_DIRENT_H 1
// Do we have <glob.h> (and do we want to use it instead of dirent.h)?
#define HAVE_GLOB_H 1
// Do we have <sys/soundcard.h> (and presumably a Linux-style audio
// interface)?
#define HAVE_SYS_SOUNDCARD_H 1

View File

@ -244,6 +244,9 @@ $[cdefine HAVE_UNISTD_H]
/* Define if you have the <utime.h> header file. */
$[cdefine HAVE_UTIME_H]
/* Define if you have the <glob.h> header file. */
$[cdefine HAVE_GLOB_H]
/* Define if you have the <dirent.h> header file. */
$[cdefine HAVE_DIRENT_H]