diff options
Diffstat (limited to 'libjava/include/config.h.in')
-rw-r--r-- | libjava/include/config.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in index 266d6e3032d..f75f74f0318 100644 --- a/libjava/include/config.h.in +++ b/libjava/include/config.h.in @@ -132,6 +132,7 @@ #undef HAVE_READDIR_R #undef HAVE_GETHOSTBYNAME_R #undef HAVE_GETHOSTBYADDR_R +#undef HAVE_FTRUNCATE /* Define if you want a bytecode interpreter. */ #undef INTERPRETER @@ -201,6 +202,9 @@ /* Define if you have the ftime function. */ #undef HAVE_FTIME +/* Define if you have the ftruncate function. */ +#undef HAVE_FTRUNCATE + /* Define if you have the getcwd function. */ #undef HAVE_GETCWD |