mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58: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
|
#endif
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
|
#ifdef __TANDEM /* for nsr-tandem-nsk systems */
|
||||||
|
#include <floss.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef OS
|
#ifndef OS
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
#define OS "win32"
|
#define OS "win32"
|
||||||
|
@ -62,6 +62,10 @@
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
#ifdef __TANDEM
|
||||||
|
#include <floss.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef TRUE
|
#ifndef TRUE
|
||||||
#define TRUE 1
|
#define TRUE 1
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user