From b56846a43019355a3d302c1c2a03e40a1d61a737 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 28 Jul 2017 23:54:36 +0200 Subject: configure: remove support for obsolete platforms - #error hack for MIPSpro compiler from unix/clock-* - irix exclusions from unix/*iconv - hpux defines from unix/{getifaddrs,ipv6ifname} (the obsolete hpuxi-g++-64 spec would add them automatically anyway) Change-Id: Ib227e5626c0e8c8f6faebf76c312d77955f80b92 Reviewed-by: Thiago Macieira --- config.tests/unix/ipv6ifname/ipv6ifname.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'config.tests/unix/ipv6ifname/ipv6ifname.cpp') diff --git a/config.tests/unix/ipv6ifname/ipv6ifname.cpp b/config.tests/unix/ipv6ifname/ipv6ifname.cpp index bf2fe6f6ae..fd58e85adb 100644 --- a/config.tests/unix/ipv6ifname/ipv6ifname.cpp +++ b/config.tests/unix/ipv6ifname/ipv6ifname.cpp @@ -40,10 +40,6 @@ /* Sample program for configure to test for if_nametoindex support on target platforms. */ -#if defined(__hpux) -#define _HPUX_SOURCE -#endif - #include #include #include -- cgit v1.2.3