diff options
Diffstat (limited to 'newlib/acconfig.h')
-rw-r--r-- | newlib/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/newlib/acconfig.h b/newlib/acconfig.h index 42b38d232..3d26b826d 100644 --- a/newlib/acconfig.h +++ b/newlib/acconfig.h @@ -58,6 +58,9 @@ /* Define if ivo supported in streamio. */ #undef _FVWRITE_IN_STREAMIO +/* Define if fseek functions support seek optimization. */ +#undef _FSEEK_OPTIMIZATION + @BOTTOM@ /* * Iconv encodings enabled ("to" direction) |