diff liboctave/oct-time.cc @ 3703:ab42a049fc9d

[project @ 2000-07-18 19:34:50 by jwe]
author jwe
date Tue, 18 Jul 2000 19:34:50 +0000
parents 0ecd1696605d
children aef06675c94d
line wrap: on
line diff
--- a/liboctave/oct-time.cc
+++ b/liboctave/oct-time.cc
@@ -24,6 +24,12 @@
 #include <config.h>
 #endif
 
+// The following definitions are commented out because they cause
+// trouble on some systems.  What is really needed is a feature test
+// in the configure script.
+
+#if 0
+
 // I am told that without _BSD_SOURCE, tm_zone won't be declared on
 // some systems.  Defining _XOPEN_SOURCE provides the declaration for
 // strptime on some others.
@@ -43,6 +49,8 @@
 #define OCTAVE_UNDEFINE_XOPEN_SOURCE
 #endif
 
+#endif
+
 #include <climits>
 #include <cmath>