%% [EMAIL PROTECTED] (Paul Jarc) writes:

  pj> "Paul D. Smith" <[EMAIL PROTECTED]> wrote:

  >> Hm.  However, I can't think of any way to write a configure test on
  >> whether or not time_t is signed or unsigned.

  pj> if ((time_t)-1<(time_t)0) signed(); else unsigned();

Not bad but this requires being able to run a program.  This is a no-no
if you want your app to be cross-compilable.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <[EMAIL PROTECTED]>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist


_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to