Don't include local cdefs.h if we have a system version.

This commit is contained in:
cls%seawood.org 1999-01-18 19:11:35 +00:00
parent b41e9758f6
commit d342ba3bf6
2 changed files with 4 additions and 0 deletions

View File

@ -36,7 +36,9 @@
#ifndef _DB_H_
#define _DB_H_
#ifndef HAVE_SYS_CDEFS_H
#include "cdefs.h"
#endif
#include "prtypes.h"
#ifdef __sgi

View File

@ -203,7 +203,9 @@ XP_END_PROTOS
#include <errno.h>
#endif
#ifndef HAVE_SYS_CDEFS_H
#include "cdefs.h"
#endif
#ifndef _WINDOWS /* included above to prevent spurious warnings chouck 12-Sep-95 */
#include <limits.h>