1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-26 03:51:32 +00:00

Remove HAS_GETHOSTID. (#218)

This is only true on DOS now. It was previously true on older
unsupported platforms, but they are gone now.
This commit is contained in:
Bruce Mitchener
2021-01-13 11:10:21 +07:00
committed by GitHub
parent 7145f0d380
commit d3efbc3441
2 changed files with 3 additions and 5 deletions

View File

@@ -208,7 +208,6 @@ error Must specify RELEASE to build Medley.
/* Set up defaults */
#define NOETHER 1
#define UNALIGNED_FETCH_OK
#define HAS_GETHOSTID
#define UNSIGNED unsigned long
#define INT long
@@ -264,7 +263,6 @@ typedef unsigned char u_char;
typedef unsigned long u_int;
typedef unsigned short u_short;
#undef UNALIGNED_FETCH_OK
#undef HAS_GETHOSTID
#define USHORT unsigned
#else
#define USHORT unsigned short