Tom Bates' adjustment to build on his nsr-tandem-nsk.

This commit is contained in:
Daniel Stenberg 2004-03-03 09:27:18 +00:00
parent e2f7030202
commit b2ef40731a
2 changed files with 8 additions and 0 deletions

View File

@ -100,6 +100,10 @@ typedef unsigned char bool;
#endif
#include <errno.h>
#ifdef __TANDEM /* for nsr-tandem-nsk systems */
#include <floss.h>
#endif
#ifndef OS
#ifdef WIN32
#define OS "win32"

View File

@ -62,6 +62,10 @@
#include <stdio.h>
#ifdef __TANDEM
#include <floss.h>
#endif
#ifndef TRUE
#define TRUE 1
#endif