Better fixes for compiling on FreeBSD and OpenBSD.

This commit is contained in:
crs
2004-05-01 12:11:28 +00:00
parent 975d888d65
commit 320cc754a2
3 changed files with 16 additions and 11 deletions

View File

@@ -67,12 +67,6 @@
#define __FP__
#endif
// Need this on FreeBSD to get nanosleep. We can't define this on, say,
// Linux because that unconditionally defines it.
#if defined(__FreeBSD__)
#define _POSIX_VERSION 199506L
#endif
// define NULL
#ifndef NULL
#define NULL 0