Use AC_TYPE_OFF_T/HAVE_OFF_T to check for off_t.
authorBen Pfaff <blp@gnu.org>
Wed, 1 Dec 2004 05:40:23 +0000 (05:40 +0000)
committerBen Pfaff <blp@gnu.org>
Wed, 1 Dec 2004 05:40:23 +0000 (05:40 +0000)
configure.ac
src/ChangeLog
src/flip.c

index dbdfa543e5368523d00ec1495dd2d924b793ebe8..7921bcc345025de9b01a823645cbd76b31711801 100644 (file)
@@ -76,6 +76,7 @@ AC_HEADER_TIME
 
 AC_C_CONST
 AC_C_INLINE
+AC_TYPE_OFF_T
 AC_TYPE_SIZE_T
 AC_STRUCT_TM
 
index fceb26f270477bfb9725f7daa77452e0842a94cb..ec2863e8072b254d24134b9fe54da7f8154708d1 100644 (file)
@@ -1,3 +1,8 @@
+Tue Nov 30 21:10:20 2004  Ben Pfaff  <blp@gnu.org>
+
+       * flip.c: (flip_file) Check for off_t separately from fseeko(),
+       using AC_TYPE_OFF_T.
+
 Tue Nov 30 08:47:41 2004  Ben Pfaff  <blp@gnu.org>
 
        * flip.c: (flip_file) If fseeko() is not available, use long int
index 2ded1ed37ba2efbe67199c2910a644df746f2b09..7113c8e85b8ea24464dcf67935f6e0101f50d339 100644 (file)
@@ -24,6 +24,9 @@
 #include <float.h>
 #include <limits.h>
 #include <stdlib.h>
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
 #include "alloc.h"
 #include "case.h"
 #include "command.h"
@@ -416,10 +419,10 @@ flip_file (struct flip_pgm *flip)
 
 #ifndef HAVE_FSEEKO
 #define fseeko fseek
+#endif
 
-#ifndef off_t
+#ifndef HAVE_OFF_T
 #define off_t long int
-#endif
 #endif
 
          if (fseeko (output_file,