X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fstdio.in.h;h=1fc4f30edc65a95a8ea1cbcb8061cb068348bdab;hb=60ad192b7032409b579ea059591cfd2558f57075;hp=1c73db669665060451f419cd9419bcd613a00a0d;hpb=f9eed4bc005946e46ce0888ba759f06442c4754e;p=pspp diff --git a/lib/stdio.in.h b/lib/stdio.in.h index 1c73db6696..1fc4f30edc 100644 --- a/lib/stdio.in.h +++ b/lib/stdio.in.h @@ -39,11 +39,8 @@ #include #include -#if ((@GNULIB_FSEEKO@ && @REPLACE_FSEEKO@) \ - || (@GNULIB_FTELLO@ && @REPLACE_FTELLO@) \ - || (@GNULIB_GETDELIM@ && !@HAVE_DECL_GETDELIM@) \ - || (@GNULIB_GETLINE@ && (!@HAVE_DECL_GETLINE@ || @REPLACE_GETLINE@)) \ - || defined GNULIB_POSIXCHECK) +#if (@GNULIB_FSEEKO@ || @GNULIB_FTELLO@ || @GNULIB_GETDELIM@ \ + || @GNULIB_GETLINE@ || defined GNULIB_POSIXCHECK) /* Get off_t and ssize_t. */ # include #endif