X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fwchar_.h;h=f58af2f147c453c2f92e02082b3dd62e705ba6ff;hb=ab681e53f8100fdb144e0a100d6f2da9ff7c005f;hp=7a93d07e611d4f089fadf6e914e6900dc33e33f3;hpb=1875901e8d0bd6b30cbee33e223f1bebdaee9182;p=pspp diff --git a/lib/wchar_.h b/lib/wchar_.h index 7a93d07e61..f58af2f147 100644 --- a/lib/wchar_.h +++ b/lib/wchar_.h @@ -25,7 +25,7 @@ * For now, this just ensures proper prerequisite inclusion order. */ -#if defined __DECC && __DECC_VER >= 60000000 +#if @HAVE_INCLUDE_NEXT@ # include # include_next #endif @@ -42,7 +42,7 @@ #include /* Include the original . */ -#if !(defined __DECC && __DECC_VER >= 60000000) +#if ! @HAVE_INCLUDE_NEXT@ # include @ABSOLUTE_WCHAR_H@ #endif