diff options
Diffstat (limited to 'libguile/acconfig.h')
-rw-r--r-- | libguile/acconfig.h | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/libguile/acconfig.h b/libguile/acconfig.h index 496d65d73..9ee531262 100644 --- a/libguile/acconfig.h +++ b/libguile/acconfig.h @@ -7,16 +7,8 @@ #undef READER_EXTENSIONS /* Define this if your system has a way to set a stdio stream's file - descriptor. You should also copy fd.h.in to fd.h, and give the - macro SET_FILE_FD_FIELD an appropriate definition. See - configure.in for more details. */ -#undef HAVE_FD_SETTER - -/* Define this if your system has a way to set a stdio stream's file - descriptor. You should also copy fd.h.in to fd.h, and give the - macro SET_FILE_FD_FIELD an appropriate definition. See - configure.in for more details. */ -#undef HAVE_FD_SETTER + descriptor. */ +#undef FD_SETTER /* Set this to the name of a field in FILE which contains the number of buffered characters waiting to be read. */ |