pike.git/
src/
acconfig.h
Branch:
Tag:
Non-build tags
All tags
No tags
2002-03-21
2002-03-21 14:02:37 by Henrik Grubbström (Grubba) <grubba@grubba.org>
4b2ccccba680fa426cc7828c7fedd9e682c04c27 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added check for tm.__tm_gmtoff.
Rev: src/acconfig.h:1.96
Rev: src/configure.in:1.570
1:
/*
-
* $Id: acconfig.h,v 1.
95
2002/
01
/
27
00
:
57
:
01
mast
Exp $
+
* $Id: acconfig.h,v 1.
96
2002/
03
/
21
14
:
02
:
37
grubba
Exp $
*/ #ifndef MACHINE_H #define MACHINE_H
314:
/* define this if your struct tm has a tm_gmtoff */ #undef STRUCT_TM_HAS_GMTOFF
+
/* define this if your struct tm has a __tm_gmtoff */
+
#undef STRUCT_TM_HAS___TM_GMTOFF
+
/* Define if you have struct timeval */ #undef HAVE_STRUCT_TIMEVAL