add HAVE_GLOB_H
This commit is contained in:
parent
e3ab4966cf
commit
d0f31471fa
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue