backspace.c: Include "config.h".
authorAndreas Jaeger <aj@suse.de>
Wed, 16 May 2001 18:59:29 +0000 (20:59 +0200)
committerAndreas Jaeger <aj@gcc.gnu.org>
Wed, 16 May 2001 18:59:29 +0000 (20:59 +0200)
* libI77/backspace.c: Include "config.h".
* libI77/close.c: Likewise.
* libI77/dfe.c: Likewise.
* libI77/dolio.c: Likewise.
* libI77/due.c: Likewise.
* libI77/err.c: Likewise.
* libI77/fmt.c: Likewise.
* libI77/fmtlib.c: Likewise.
* libI77/ftell_.c: Likewise.
* libI77/ilnw.c: Likewise.
* libI77/lread.c: Likewise.
* libI77/open.c: Likewise.
* libI77/rdfmt.c: Likewise.
* libI77/rsfe.c: Likewise.
* libI77/rsne.c: Likewise.
* libI77/util.c: Likewise.
* libI77/wrtfmt.c: Likewise.
* libI77/wsne.c: Likewise.
* libI77/xwsne.c: Likewise.

* libI77/config.h.in: Generate with autoheader.

* libI77/configure.in: Add comments for all AC_DEFINES so that
autoheader can grok it.
* libI77/configure: Regenerated.

From-SVN: r42162

25 files changed:
libf2c/ChangeLog
libf2c/libI77/backspace.c
libf2c/libI77/close.c
libf2c/libI77/config.h.in
libf2c/libI77/configure
libf2c/libI77/configure.in
libf2c/libI77/dfe.c
libf2c/libI77/dolio.c
libf2c/libI77/due.c
libf2c/libI77/err.c
libf2c/libI77/fmt.c
libf2c/libI77/fmtlib.c
libf2c/libI77/ftell_.c
libf2c/libI77/ilnw.c
libf2c/libI77/lread.c
libf2c/libI77/open.c
libf2c/libI77/rdfmt.c
libf2c/libI77/rsfe.c
libf2c/libI77/rsne.c
libf2c/libI77/sue.c
libf2c/libI77/typesize.c
libf2c/libI77/util.c
libf2c/libI77/wrtfmt.c
libf2c/libI77/wsle.c
libf2c/libI77/xwsne.c

index 173cb3d33800ede788e4c7bd3ca5219de18b046c..5bc46653512861594260baea5016af845c866b06 100644 (file)
@@ -1,3 +1,31 @@
+2001-05-16  Andreas Jaeger  <aj@suse.de>
+
+       * libI77/backspace.c: Include "config.h".
+       * libI77/close.c: Likewise.
+       * libI77/dfe.c: Likewise.
+       * libI77/dolio.c: Likewise.
+       * libI77/due.c: Likewise.
+       * libI77/err.c: Likewise.
+       * libI77/fmt.c: Likewise.
+       * libI77/fmtlib.c: Likewise.
+       * libI77/ftell_.c: Likewise.
+       * libI77/ilnw.c: Likewise.
+       * libI77/lread.c: Likewise.
+       * libI77/open.c: Likewise.
+       * libI77/rdfmt.c: Likewise.
+       * libI77/rsfe.c: Likewise.
+       * libI77/rsne.c: Likewise.
+       * libI77/util.c: Likewise.
+       * libI77/wrtfmt.c: Likewise.
+       * libI77/wsne.c: Likewise.
+       * libI77/xwsne.c: Likewise.
+
+       * libI77/config.h.in: Generate with autoheader.
+
+       * libI77/configure.in: Add comments for all AC_DEFINES so that
+       autoheader can grok it.
+       * libI77/configure: Regenerated.
+
 2001-05-16  Andreas Jaeger  <aj@suse.de>
 
        * libI77/Makefile.in (endfile.o): Add dependency on config.h.
index 1968801aab75160fdb5e35d3318b664522ff3c5e..b2bd4163222a005593ed27702b9c5fee7232cea2 100644 (file)
@@ -1,3 +1,4 @@
+#include "config.h"
 #include <sys/types.h>
 #include "f2c.h"
 #include "fio.h"
index bbc5bacb821d921f87c5048d546cb6830e71df0d..79a349369ed32e959136295312c6edb6363ae5b2 100644 (file)
@@ -1,3 +1,4 @@
+#include "config.h"
 #include "f2c.h"
 #include "fio.h"
 #ifdef KR_headers
index 7c1688e49d5c3e838178625b57d19e87db0e26b6..58f83af092fdebb9923e03dbd0d1e052bd79c447 100644 (file)
@@ -1,3 +1,47 @@
+/* config.h.in.  Generated automatically from configure.in by autoheader.  */
+
+/* Define to empty if the keyword does not work.  */
+#undef const
 
 /* Define to `long' if <sys/types.h> doesn't define.  */
 #undef off_t
+
+/* Define if you need to in order for stat and other things to work.  */
+#undef _POSIX_SOURCE
+
+/* Define to `unsigned' if <sys/types.h> doesn't define.  */
+#undef size_t
+
+/* Define if you have the ANSI C header files.  */
+#undef STDC_HEADERS
+
+/* Define if you have the ftruncate function.  */
+#undef HAVE_FTRUNCATE
+
+/* Define if you have the mkstemp function.  */
+#undef HAVE_MKSTEMP
+
+/* Define if you have the tempnam function.  */
+#undef HAVE_TEMPNAM
+
+/* Define if fcntl.h is missing. */
+#undef NO_FCNTL
+
+/* Define if fcntl.h is missing. */
+#undef OPEN_DECL
+
+/* Define if we do not have Unix Stdio. */
+#undef NON_UNIX_STDIO
+
+/* Define if we use strlen. */
+#undef USE_STRLEN
+
+/* Define if we have non ANSI RW modes. */
+#undef NON_ANSI_RW_MODES
+
+/* Always defined. */
+#undef NO_EOF_CHAR_CHECK
+
+/* Define to skip f2c undefs. */
+#undef Skip_f2c_Undefs
+
index 4c6a9bcc4fcec904584d44e44570c62bef828907..ec7988e86b4ce95035284e51eeb27cdf5ade10a7 100755 (executable)
@@ -1114,7 +1114,8 @@ else
 cat >> confdefs.h <<\EOF
 #define NO_FCNTL 1
 EOF
- cat >> confdefs.h <<\EOF
+   cat >> confdefs.h <<\EOF
 #define OPEN_DECL 1
 EOF
 
@@ -1122,12 +1123,12 @@ fi
 
 
 echo $ac_n "checking for working const""... $ac_c" 1>&6
-echo "configure:1126: checking for working const" >&5
+echo "configure:1127: checking for working const" >&5
 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 1131 "configure"
+#line 1132 "configure"
 #include "confdefs.h"
 
 int main() {
@@ -1176,7 +1177,7 @@ ccp = (char const *const *) p;
 
 ; return 0; }
 EOF
-if { (eval echo configure:1180: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:1181: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_c_const=yes
 else
@@ -1197,12 +1198,12 @@ EOF
 fi
 
 echo $ac_n "checking for size_t""... $ac_c" 1>&6
-echo "configure:1201: checking for size_t" >&5
+echo "configure:1202: checking for size_t" >&5
 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 1206 "configure"
+#line 1207 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #if STDC_HEADERS
@@ -1235,12 +1236,12 @@ fi
 # Apparently positive result on cygwin loses re. NON_UNIX_STDIO
 # (as of cygwin b18). Likewise on mingw.
 echo $ac_n "checking for fstat""... $ac_c" 1>&6
-echo "configure:1239: checking for fstat" >&5
+echo "configure:1240: checking for fstat" >&5
 if eval "test \"`echo '$''{'ac_cv_func_fstat'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 1244 "configure"
+#line 1245 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char fstat(); below.  */
@@ -1263,7 +1264,7 @@ fstat();
 
 ; return 0; }
 EOF
-if { (eval echo configure:1267: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1268: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_fstat=yes"
 else
@@ -1283,7 +1284,7 @@ else
 fi
 
 echo $ac_n "checking need for NON_UNIX_STDIO""... $ac_c" 1>&6
-echo "configure:1287: checking need for NON_UNIX_STDIO" >&5
+echo "configure:1288: checking need for NON_UNIX_STDIO" >&5
 if test $g77_cv_sys_cygwin32 = yes \
   || test $g77_cv_sys_mingw32 = yes \
   || test $ac_cv_func_fstat = no; then
@@ -1299,12 +1300,12 @@ fi
 for ac_func in ftruncate
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:1303: checking for $ac_func" >&5
+echo "configure:1304: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 1308 "configure"
+#line 1309 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -1327,7 +1328,7 @@ $ac_func();
 
 ; return 0; }
 EOF
-if { (eval echo configure:1331: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1332: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_$ac_func=yes"
 else
@@ -1354,12 +1355,12 @@ done
 for ac_func in mkstemp
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:1358: checking for $ac_func" >&5
+echo "configure:1359: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 1363 "configure"
+#line 1364 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -1382,7 +1383,7 @@ $ac_func();
 
 ; return 0; }
 EOF
-if { (eval echo configure:1386: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1387: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_$ac_func=yes"
 else
@@ -1409,12 +1410,12 @@ done
 for ac_func in tempnam
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:1413: checking for $ac_func" >&5
+echo "configure:1414: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 1418 "configure"
+#line 1419 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -1437,7 +1438,7 @@ $ac_func();
 
 ; return 0; }
 EOF
-if { (eval echo configure:1441: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1442: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_$ac_func=yes"
 else
@@ -1467,19 +1468,19 @@ done
 # However, on my sunos4/gcc setup unistd.h leads us wrongly to believe
 # we're posix-conformant, so always do the test.
 echo $ac_n "checking for ansi/posix sprintf result""... $ac_c" 1>&6
-echo "configure:1471: checking for ansi/posix sprintf result" >&5
+echo "configure:1472: checking for ansi/posix sprintf result" >&5
 if test "$cross_compiling" = yes; then
   g77_cv_sys_sprintf_ansi=no
 else
   cat > conftest.$ac_ext <<EOF
-#line 1476 "configure"
+#line 1477 "configure"
 #include "confdefs.h"
   #include <stdio.h>
     /* does sprintf return the number of chars transferred? */
     main () {char foo[2]; (sprintf(foo, "1") == 1) ? exit(0) : exit(1);}
 
 EOF
-if { (eval echo configure:1483: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:1484: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 then
   g77_cv_sys_sprintf_ansi=yes
 else
@@ -1510,9 +1511,9 @@ fi
 
 # define NON_ANSI_RW_MODES on unix (can't hurt)
 echo $ac_n "checking NON_ANSI_RW_MODES""... $ac_c" 1>&6
-echo "configure:1514: checking NON_ANSI_RW_MODES" >&5
+echo "configure:1515: checking NON_ANSI_RW_MODES" >&5
 cat > conftest.$ac_ext <<EOF
-#line 1516 "configure"
+#line 1517 "configure"
 #include "confdefs.h"
 #ifdef unix
   yes
@@ -1557,12 +1558,12 @@ EOF
 
 
 echo $ac_n "checking for off_t""... $ac_c" 1>&6
-echo "configure:1561: checking for off_t" >&5
+echo "configure:1562: checking for off_t" >&5
 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 1566 "configure"
+#line 1567 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #if STDC_HEADERS
index 3f508f12b5d6c03f7d7219e224733084b9d6d7cd..20f2628ba3a2d590e815cc4b0f450af93453f01e 100644 (file)
@@ -113,7 +113,8 @@ AC_MSG_RESULT($g77_cv_sys_mingw32)
 
 AC_CHECK_HEADER(fcntl.h,
    test $g77_cv_header_posix = yes && AC_DEFINE(_POSIX_SOURCE),
-   AC_DEFINE(NO_FCNTL) AC_DEFINE(OPEN_DECL))
+   AC_DEFINE(NO_FCNTL, 1, [Define if fcntl.h is missing.]) 
+   AC_DEFINE(OPEN_DECL, 1, [Define if fcntl.h is missing.]))
 
 dnl Checks for typedefs, structures, and compiler characteristics.
 AC_C_CONST
@@ -130,7 +131,7 @@ if test $g77_cv_sys_cygwin32 = yes \
   || test $g77_cv_sys_mingw32 = yes \
   || test $ac_cv_func_fstat = no; then
   AC_MSG_RESULT(yes)
-  AC_DEFINE(NON_UNIX_STDIO)
+  AC_DEFINE(NON_UNIX_STDIO, 1, [Define if we do not have Unix Stdio.])
 else
   AC_MSG_RESULT(no)
 fi
@@ -163,7 +164,7 @@ AC_MSG_RESULT($g77_cv_sys_sprintf_ansi)
 # The cygwin patch takes steps to avoid defining USE_STRLEN here -- I don't
 # understand why.
 if test $g77_cv_sys_sprintf_ansi != yes; then 
-  AC_DEFINE(USE_STRLEN)
+  AC_DEFINE(USE_STRLEN, 1, [Define if we use strlen.])
 fi
 
 # define NON_ANSI_RW_MODES on unix (can't hurt)
@@ -184,7 +185,7 @@ if test $g77_cv_sys_cygwin32 = yes || test $g77_cv_sys_mingw32 = yes; then
   AC_MSG_RESULT(no)
 else
   if test $is_unix = yes; then
-    AC_DEFINE(NON_ANSI_RW_MODES)
+    AC_DEFINE(NON_ANSI_RW_MODES, 1, [Define if we have non ANSI RW modes.])
     AC_MSG_RESULT(yes)
   else
     AC_MSG_RESULT(no)
@@ -192,11 +193,11 @@ else
 fi
 
 # This EOF_CHAR is a misfeature on unix.
-AC_DEFINE(NO_EOF_CHAR_CHECK)
+AC_DEFINE(NO_EOF_CHAR_CHECK, 1, [Always defined.])
 
 AC_TYPE_OFF_T
 
-AC_DEFINE(Skip_f2c_Undefs)
+AC_DEFINE(Skip_f2c_Undefs, 1, [Define to skip f2c undefs.])
 
 AC_OUTPUT(Makefile)
 
index f639ab51ce7c84bbf116584267a997150734d5ed..e90b16d055119801a1e39eeac3f52a2ccf816255 100644 (file)
@@ -1,3 +1,4 @@
+#include "config.h"
 #include "f2c.h"
 #include "fio.h"
 #include "fmt.h"
index 4b5a2ca6588c22631c9aec1d02c78237ff65d42e..1e0c3779bb5d583c424d48eb17742b0975d829b4 100644 (file)
@@ -1,3 +1,4 @@
+#include "config.h"
 #include "f2c.h"
 
 #ifdef __cplusplus
index cb80a39b44d1e1fda8a101028b648bcc0c9c0d9f..df3413321500d74794b3d8ef7740ee3ad7f25da8 100644 (file)
@@ -1,3 +1,4 @@
+#include "config.h"
 #include "f2c.h"
 #include "fio.h"
 
index e7ac23a6cfecdb12dd6a7592f07e1ec535482074..6784cdd45766db050556c5283c3168342b3f7d52 100644 (file)
@@ -1,3 +1,4 @@
+#include "config.h"
 #ifndef NON_UNIX_STDIO
 #define _INCLUDE_POSIX_SOURCE  /* for HP-UX */
 #define _INCLUDE_XOPEN_SOURCE  /* for HP-UX */
index 8f08952ed459ba0121f3e411f7880c275d6e88b6..793dceb53b8ef33700a11895ac1bd5143dd78dc5 100644 (file)
@@ -1,3 +1,4 @@
+#include "config.h"
 #include "f2c.h"
 #include "fio.h"
 #include "fmt.h"
index 91483fc5290ffa5d8c53f9d97c57c46cb32b256e..69c0d9b406fc46fcc9e91742bc1a2ca80470f93f 100644 (file)
@@ -1,5 +1,6 @@
 /*     @(#)fmtlib.c    1.2     */
 #define MAXINTLENGTH 23
+#include "config.h"
 
 #include "f2c.h"
 #ifndef Allow_TYQUAD
index 1bd03be325a92397413b3f50252cdb59e78eb904..1f6d87f50bd5538e17ccb5e56948f7931db2d6fd 100644 (file)
@@ -1,3 +1,4 @@
+#include "config.h"
 #include "f2c.h"
 #include "fio.h"
 
index abc64099d313f4523a8d7e75e3a561e7f0bd6a74..58fca0d326a70533fe1331df8700fa3c651df29b 100644 (file)
@@ -1,3 +1,4 @@
+#include "config.h"
 #include "f2c.h"
 #include "fio.h"
 #include "lio.h"
index 4b62a5cbadfb1a6630d5e07b93a3657a788ecf98..d546efcc4e13b5a8062ced541b325ede3800800e 100644 (file)
@@ -1,3 +1,4 @@
+#include "config.h"
 #include <ctype.h>
 #include "f2c.h"
 #include "fio.h"
index 830dca5a359e094aea138ea30bac9f069ba5a6e0..56bbc5232eeed39b6afce8d32306c22ff7df49d2 100644 (file)
@@ -1,6 +1,7 @@
 /* Define _XOPEN_SOURCE to get tempnam prototype with glibc et al --
    more general than _INCLUDE_XOPEN_SOURCE used elsewhere `for HP-UX'.  */
 #define _XOPEN_SOURCE 1
+#include "config.h"
 #include "f2c.h"
 #include "fio.h"
 #include <string.h>
index f2b121193a7b67328bba82ba1a85e9b6d51f0a1a..6ddd36958a5bb1d00425141a77d4fc3a32479733 100644 (file)
@@ -1,3 +1,4 @@
+#include "config.h"
 #include <ctype.h>
 #include "f2c.h"
 #include "fio.h"
index a79cd79f03c59c72efd014ecee53dc27512e691d..1be45310f5179b0b40d61c95dcc8347ccd22fe4e 100644 (file)
@@ -1,4 +1,5 @@
 /* read sequential formatted external */
+#include "config.h"
 #include "f2c.h"
 #include "fio.h"
 #include "fmt.h"
index 77ffdf70bd2227abdb3c9e3084f09caf6705bded..a0d0bfe407d88654379a0a800ade67bc34541df6 100644 (file)
@@ -1,3 +1,4 @@
+#include "config.h"
 #include "f2c.h"
 #include "fio.h"
 #include "lio.h"
index eacb1d69b010dd92d6d357af6a9f54526ef4ec32..e7dbba02bd48ac2759f44b0948cb6ceedcc3110f 100644 (file)
@@ -1,3 +1,4 @@
+#include "config.h"
 #include "f2c.h"
 #include "fio.h"
 extern uiolen f__reclen;
index 1cb20ff2863dcd0be48f4df2accc32e41c022a1f..7f42aa1bcc87c03292ac7d9dc3264d74f8a4a617 100644 (file)
@@ -1,3 +1,4 @@
+#include "config.h"
 #include "f2c.h"
 
 ftnlen f__typesize[] = { 0, 0, sizeof(shortint), sizeof(integer),
index ccaad2d3b6f2e0b6f757d7a6631096ef3fd72ec2..8280ac06a7fcaa5fc5e515407cd5ecd9f7040ed6 100644 (file)
@@ -1,3 +1,4 @@
+#include "config.h"
 #ifndef NON_UNIX_STDIO
 #define _INCLUDE_POSIX_SOURCE  /* for HP-UX */
 #define _INCLUDE_XOPEN_SOURCE  /* for HP-UX */
index 477c40f5d3ba20f6aeafb9fdbea44ab625504bbd..37006ba77c284fb0b423b204ac94d6ae7fa01755 100644 (file)
@@ -1,3 +1,4 @@
+#include "config.h"
 #include "f2c.h"
 #include "fio.h"
 #include "fmt.h"
index f8555d79c45538d823052b20125d5395fceac992..386e8678aadda25e3367b2cacba3d9892f26644d 100644 (file)
@@ -1,3 +1,4 @@
+#include "config.h"
 #include "f2c.h"
 #include "fio.h"
 #include "fmt.h"
index babec4753251d71448cd7d2cd42bc491901a2431..96fdd02191685c1eadb80e9d033275f33578f3c3 100644 (file)
@@ -1,3 +1,4 @@
+#include "config.h"
 #include "f2c.h"
 #include "fio.h"
 #include "lio.h"