mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 16:50:48 +00:00
removed a silly #else case on an ifdef
This commit is contained in:
parent
c6abe56fd1
commit
1cb980a02e
3 changed files with 5 additions and 4 deletions
|
@ -251,6 +251,9 @@
|
|||
/* 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…
Add table
Add a link
Reference in a new issue