comparison 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
comparison
equal deleted inserted replaced
7057:c344920f9e9d 7058:ad2aaf824128
25 25
26 #ifdef HAVE_CONFIG_H 26 #ifdef HAVE_CONFIG_H
27 # include <config.h> 27 # include <config.h>
28 #endif 28 #endif
29 29
30 #ifndef HAVE_STRPTIME 30 #if ! defined (HAVE_STRPTIME) || defined (OCTAVE_HAVE_BROKEN_STRPTIME)
31 31
32 #include <ctype.h> 32 #include <ctype.h>
33 #ifdef _LIBC 33 #ifdef _LIBC
34 # include <langinfo.h> 34 # include <langinfo.h>
35 #endif 35 #endif