From 2eb109a4d326f05244e37f956ca8cd8b0db22b19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?= Date: Mon, 6 Jul 2020 16:30:53 +0100 Subject: Remove NetWare support The build has been broken since 2009. --- perl_inc_macro.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl_inc_macro.h') diff --git a/perl_inc_macro.h b/perl_inc_macro.h index b9cd60947e..6ac32569a7 100644 --- a/perl_inc_macro.h +++ b/perl_inc_macro.h @@ -77,8 +77,6 @@ #if defined(WIN32) # define INCPUSH_PRIVLIB_EXP s = PerlEnv_lib_path(PERL_FS_VERSION, &len); \ if (s) incpush_use_sep(s, len, INCPUSH_ADD_SUB_DIRS|INCPUSH_CAN_RELOCATE); -#elif defined(NETWARE) -# define INCPUSH_PRIVLIB_EXP S_incpush_use_sep(aTHX_ PRIVLIB_EXP, 0, INCPUSH_CAN_RELOCATE); #else # define INCPUSH_PRIVLIB_EXP S_incpush_use_sep(aTHX_ STR_WITH_LEN(PRIVLIB_EXP), INCPUSH_CAN_RELOCATE); #endif -- cgit v1.2.1