mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-22 04:01:17 +00:00
Added that HAVE_FNMATCH_PROTO thingy
This commit is contained in:
parent
f9556db838
commit
5e30af41b3
1 changed files with 3 additions and 0 deletions
|
@ -267,6 +267,9 @@
|
|||
/* Define if you have the <fnmatch.h> header file. */
|
||||
#define HAVE_FNMATCH_H 1
|
||||
|
||||
/* Define if you have the fnmatch proto file. */
|
||||
#define HAVE_FNMATCH_PROTO 1
|
||||
|
||||
/* Experimental 3DNOW support */
|
||||
#ifdef HAVE_3DNOW_ASM
|
||||
#define atan _atan
|
||||
|
|
Loading…
Reference in a new issue