solaris doesn't know limits.
This commit is contained in:
parent
8e74daf39e
commit
6a8f9faf4f
@ -30,6 +30,9 @@
|
|||||||
#ifdef __WINDOWS__
|
#ifdef __WINDOWS__
|
||||||
#include "pl-mswchar.h" /* Terrible hack */
|
#include "pl-mswchar.h" /* Terrible hack */
|
||||||
#endif
|
#endif
|
||||||
|
#if HAVE_LIMITS_H
|
||||||
|
#include <limits.h> /* solaris compatibility */
|
||||||
|
#endif
|
||||||
|
|
||||||
#undef LD
|
#undef LD
|
||||||
#define LD LOCAL_LD
|
#define LD LOCAL_LD
|
||||||
|
@ -3,6 +3,9 @@
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "pl-incl.h"
|
#include "pl-incl.h"
|
||||||
|
#ifdef HAVE_LIMITS_H
|
||||||
|
#include <limits.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
int fileerrors;
|
int fileerrors;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user