diff build-aux/bootstrap.conf @ 12941:9a498efac5f1 stable

use gnulib::fseek and gnulib::fopen * file-io.cc (do_stream_open): Use gnulib::fopen instead of fopen. * input.cc (get_input_from_file): Likewise. * c-file-ptr-stream.h (c_file_ptr_buf::seek): Use gnulib::fseek instead of fseek. * bootstrap.conf (gnulib_modules): Include fopen, fflush, fseek, and ftell in the list.
author John W. Eaton <jwe@octave.org>
date Tue, 09 Aug 2011 22:16:06 -0400
parents c68fe26745ae
children e255f8c3c2ff
line wrap: on
line diff
--- a/build-aux/bootstrap.conf	Mon Aug 08 21:30:36 2011 -0700
+++ b/build-aux/bootstrap.conf	Tue Aug 09 22:16:06 2011 -0400
@@ -25,6 +25,10 @@
   fcntl
   filemode
   fnmatch
+  fopen
+  fflush
+  fseek
+  ftell
   getcwd
   gethostname
   getopt-gnu