mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 06:42:26 +00:00
Added HAVE_STRING_H
This commit is contained in:
parent
986a610860
commit
2bd3c73d0c
2 changed files with 6 additions and 0 deletions
|
@ -249,6 +249,9 @@
|
|||
/* Posix, needed for limits.h and Unix stuffs to work right */
|
||||
#define _POSIX_
|
||||
|
||||
/* Define if you've string.h
|
||||
#define HAVE_STRING_H 1
|
||||
|
||||
/* Dir used for shared game data */
|
||||
#define FS_SHAREPATH "."
|
||||
|
||||
|
|
|
@ -34,6 +34,9 @@
|
|||
#ifndef _CONFIG_H
|
||||
#define _CONFIG_H
|
||||
|
||||
/* Define if you have string.h */
|
||||
#define HAVE_STRING_H 1
|
||||
|
||||
/* Define to empty if the keyword does not work. */
|
||||
#undef const
|
||||
|
||||
|
|
Loading…
Reference in a new issue