diff liboctave/strptime.c @ 7058:ad2aaf824128

[project @ 2007-10-24 06:15:39 by jwe]
author jwe
date Wed, 24 Oct 2007 06:15:40 +0000
parents 312bd3576844
children cf59d542f33e
line wrap: on
line diff
--- a/liboctave/strptime.c
+++ b/liboctave/strptime.c
@@ -27,7 +27,7 @@
 # include <config.h>
 #endif
 
-#ifndef HAVE_STRPTIME
+#if ! defined (HAVE_STRPTIME) || defined (OCTAVE_HAVE_BROKEN_STRPTIME)
 
 #include <ctype.h>
 #ifdef _LIBC