Added HAVE_LIMITS_H, MAVE_MEMMOVE, HAVE_STRERROR, HAVE_LOCALE_H

since we have these in the current CW release (and probably already had them
quite some time, but never added the defines).
This commit is contained in:
Jack Jansen 1999-11-05 15:54:46 +00:00
parent 58fa818c08
commit f941acda60
1 changed files with 5 additions and 1 deletions

View File

@ -51,7 +51,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define HAVE_FOPENRF
#endif
#define HAVE_MKTIME
#ifdef __MWERKS__
#define HAVE_STRFTIME
#ifndef __MC68K__
@ -62,7 +61,12 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#endif
#endif
#define HAVE_LIMITS_H
#define HAVE_MEMMOVE
#define CHECK_IMPORT_CASE
#define HAVE_STRERROR
#define HAVE_LOCALE_H
#define HAVE_MKTIME
#ifdef USE_GUSI
/* GUSI provides a lot of unixisms */