mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-12 23:54:33 +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 */
|
/* Posix, needed for limits.h and Unix stuffs to work right */
|
||||||
#define _POSIX_
|
#define _POSIX_
|
||||||
|
|
||||||
|
/* Define if you've string.h
|
||||||
|
#define HAVE_STRING_H 1
|
||||||
|
|
||||||
/* Dir used for shared game data */
|
/* Dir used for shared game data */
|
||||||
#define FS_SHAREPATH "."
|
#define FS_SHAREPATH "."
|
||||||
|
|
||||||
|
|
|
@ -34,6 +34,9 @@
|
||||||
#ifndef _CONFIG_H
|
#ifndef _CONFIG_H
|
||||||
#define _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. */
|
/* Define to empty if the keyword does not work. */
|
||||||
#undef const
|
#undef const
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue