Skip to content
Snippets Groups Projects
Commit 2483e3d0 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

bugfix

Rev: src/machine.h.in:1.9
parent 2631a63f
No related branches found
No related tags found
No related merge requests found
...@@ -317,7 +317,7 @@ ...@@ -317,7 +317,7 @@
#define F_OFFSET 257 #define F_OFFSET 257
/* Define this if struct tm is included in <sys/time.h> as opposed to <time.h> */ /* Define this if struct tm is included in <sys/time.h> as opposed to <time.h> */
#define TM_IN_SYS_TIME #undef TM_IN_SYS_TIME
/* define this if #include <time.h> provides an external int timezone */ /* define this if #include <time.h> provides an external int timezone */
#undef HAVE_EXTERNAL_TIMEZONE #undef HAVE_EXTERNAL_TIMEZONE
...@@ -326,7 +326,7 @@ ...@@ -326,7 +326,7 @@
#undef STRUCT_TM_HAS_GMTOFF #undef STRUCT_TM_HAS_GMTOFF
/* Define if you have struct timeval */ /* Define if you have struct timeval */
#define HAVE_STRUCT_TIMEVAL #undef HAVE_STRUCT_TIMEVAL
/* Define this to the max value of an unsigned short unles <limits.h> does.. */ /* Define this to the max value of an unsigned short unles <limits.h> does.. */
#undef USHRT_MAX #undef USHRT_MAX
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment