dreid 01/02/25 07:20:01
Modified: . configure.in
Log:
Correctly set the formats to use and hence reduce the number of warnings
generated.
Revision Changes Path
1.240 +4 -0 apr/configure.in
Index: configure.in
===================================================================
RCS file: /home/cvs/apr/configure.in,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -r1.239 -r1.240
--- configure.in 2001/02/25 06:51:15 1.239
+++ configure.in 2001/02/25 15:20:01 1.240
@@ -495,6 +495,10 @@
size_t_fmt='#define APR_SIZE_T_FMT "ld"'
off_t_fmt='#define APR_OFF_T_FMT "ld"'
;;
+ *beos*)
+ ssize_t_fmt='#define APR_SSIZE_T_FMT "ld"'
+ size_t_fmt='#define APR_SIZE_T_FMT "ld"'
+ ;;
esac
AC_SUBST(short_value)