On Mon, Jan 21, 2013 at 12:53:24 -0500, Dennis Clarke wrote: > So the problem, at the moment, is the source me thinks. > Try again.
$ (echo '#include <limits.h>'; echo SSIZE_MAX ) | cpp -E | tail -1 9223372036854775807L $ grep '^# *include' /usr/include/limits.h #include <features.h> #include <bits/wordsize.h> # include_next <limits.h> # include <bits/posix1_lim.h> # include <bits/posix2_lim.h> # include <bits/xopen_lim.h> $ grep '\bSSIZE_MAX' /usr/include/bits/posix1_lim.h #ifndef SSIZE_MAX # define SSIZE_MAX LONG_MAX Cheers, Julien _______________________________________________ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman/listinfo/xorg Your subscription address: arch...@mail-archive.com