Re: lib/xtime.h is included twice

2005-03-04 Thread Georg Schwarz
d at the end is deliberate - it's my technique to reduce the chances of a name collision.) -- Jim Hyslop Senior Software Designer Leitch Technology International Inc. ( http://www.leitch.com ) Columnist, C/C++ Users Journal ( http://www.cuj.com/experts ) -- Georg Schwarz

lib/xtime.h is included twice

2005-03-03 Thread Georg Schwarz
*/ +#ifndef _XTIME_H_ +#define _XTIME_H_ + #ifdef vms # include time.h #else /* vms */ @@ -55,3 +58,5 @@ # endif /* !defined(HAVE_FTIME) !defined(HAVE_TIMEZONE) */ #endif /* !vms */ + +#endif /* !_XTIME_H_ */ -- Georg Schwarzhttp://home.pages.de/~schwarz/ [EMAIL PROTECTED