mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05: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