From d54fbe846a9f98aaae47d79e46490ecda6819fe0 Mon Sep 17 00:00:00 2001 From: Aaron Crane Date: Sat, 14 Oct 2017 16:26:48 +0200 Subject: Rely on C89 This requires a corresponding change in the metaconfig units. --- NetWare/config.wc | 1 - NetWare/config_H.wc | 6 ------ 2 files changed, 7 deletions(-) (limited to 'NetWare') diff --git a/NetWare/config.wc b/NetWare/config.wc index 660dd9c564..56553addfc 100644 --- a/NetWare/config.wc +++ b/NetWare/config.wc @@ -749,7 +749,6 @@ i_socks='undef' i_stdbool='define' i_stdint='undef' i_stdlib='define' -i_string='define' i_sunmath='undef' i_sysaccess='undef' i_sysdir='undef' diff --git a/NetWare/config_H.wc b/NetWare/config_H.wc index a369f6e854..164de99461 100644 --- a/NetWare/config_H.wc +++ b/NetWare/config_H.wc @@ -672,12 +672,6 @@ */ #define I_NETINET_IN /**/ -/* I_STRING: - * This symbol, if defined, indicates to the C program that it should - * include (USG systems) instead of (BSD systems). - */ -#define I_STRING /**/ - /* I_SYS_DIR: * This symbol, if defined, indicates to the C program that it should * include . -- cgit v1.2.1