mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-16 16:41:30 +00:00
Add #define HAVE_FNMATCH_H
This commit is contained in:
parent
6ddd28d7c7
commit
d272b79bfa
1 changed files with 3 additions and 3 deletions
|
@ -179,6 +179,9 @@
|
|||
/* Define if you have the <fcntl.h> header file. */
|
||||
#undef HAVE_FCNTL_H
|
||||
|
||||
/* Define if you have the <fnmatch.h> header file. */
|
||||
#define HAVE_FNMATCH_H
|
||||
|
||||
/* Define if you have the <initguid.h> header file. */
|
||||
#undef HAVE_INITGUID_H
|
||||
|
||||
|
@ -251,9 +254,6 @@
|
|||
/* Define if you have the m library (-lm). */
|
||||
#undef HAVE_LIBM
|
||||
|
||||
/* Define if dirent.h is in your include path somewhere */
|
||||
#define HAVE_FNMATCH_H 1
|
||||
|
||||
/* Define if you want the QSG standards */
|
||||
#define QSG_VERSION "1"
|
||||
|
||||
|
|
Loading…
Reference in a new issue