mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
Tom Bates' adjustment to build on his nsr-tandem-nsk.
This commit is contained in:
parent
e2f7030202
commit
b2ef40731a
@ -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"
|
||||
|
@ -62,6 +62,10 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef __TANDEM
|
||||
#include <floss.h>
|
||||
#endif
|
||||
|
||||
#ifndef TRUE
|
||||
#define TRUE 1
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user