head 1.2; access; symbols pkgsrc-2014Q1:1.1.0.22 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.20 pkgsrc-2013Q4-base:1.1 pkgsrc-2013Q3:1.1.0.18 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.16 pkgsrc-2013Q2-base:1.1 pkgsrc-2013Q1:1.1.0.14 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.12 pkgsrc-2012Q4-base:1.1 pkgsrc-2012Q3:1.1.0.10 pkgsrc-2012Q3-base:1.1 pkgsrc-2012Q2:1.1.0.8 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.6 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.4 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.2 pkgsrc-2011Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2014.06.10.15.22.18; author joerg; state dead; branches; next 1.1; commitid djgMkPoOrhNxnZDx; 1.1 date 2011.08.04.11.45.20; author joerg; state Exp; branches; next ; desc @@ 1.2 log @Retire Apache 1.3 and 2.0. @ text @$NetBSD: patch-au,v 1.1 2011/08/04 11:45:20 joerg Exp $ --- src/os/unix/os.h.orig 2011-08-03 12:02:43.000000000 +0000 +++ src/os/unix/os.h @@@@ -33,7 +33,11 @@@@ /* Compiler supports inline, so include the inlineable functions as * part of the header */ +#if defined(__GNUC_STDC_INLINE__) && __GNUC_STDC_INLINE__ +#define INLINE ap_inline +#else #define INLINE extern ap_inline +#endif INLINE int ap_os_is_path_absolute(const char *file); @ 1.1 log @Deal with C99 vs GNU89 inline semantics @ text @d1 1 a1 1 $NetBSD$ @