Added HAVE_STRING_H

This commit is contained in:
Dabb 2000-12-30 18:45:03 +00:00
parent 986a610860
commit 2bd3c73d0c
2 changed files with 6 additions and 0 deletions

View file

@ -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 "."

View file

@ -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