[Xastir-Dev] make error still

Curt Mills, WE7U hacker at tc.fluke.com
Mon May 19 16:10:07 EDT 2003


On Mon, 19 May 2003, Jack Twilley wrote:

> There's a nifty autoconf thing that will figure that out for you.
> Google for TIME_WITH_SYS_TIME to see how to take advantage of it.

Is this what you're talking about?


     #if TIME_WITH_SYS_TIME
     # include <sys/time.h>
     # include <time.h>
     #else
     # if HAVE_SYS_TIME_H
     #  include <sys/time.h>
     # else
     #  include <time.h>
     # endif
     #endif


Do we need to put that into any file that might include both?  Any
file that includes either?

-- 
Curt Mills, WE7U                    hacker_NO_SPAM_ at tc.fluke.com
Senior Methods Engineer/SysAdmin
"Lotto:    A tax on people who are bad at math!"
"Windows:  Microsoft's tax on computer illiterates!" -- WE7U
"The world DOES revolve around me:  I picked the coordinate system!"



More information about the Xastir-dev mailing list