Mercurial > hg > octave-lyh
comparison src/strftime.c @ 3225:7aae2c3636a7
[project @ 1998-12-04 23:20:12 by jwe]
author | jwe |
---|---|
date | Fri, 04 Dec 1998 23:20:26 +0000 |
parents | a183aa44c280 |
children |
comparison
equal
deleted
inserted
replaced
3224:1e7532b9173b | 3225:7aae2c3636a7 |
---|---|
18 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ | 18 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ |
19 | 19 |
20 #ifdef HAVE_CONFIG_H | 20 #ifdef HAVE_CONFIG_H |
21 # include <config.h> | 21 # include <config.h> |
22 #endif | 22 #endif |
23 | |
24 #ifndef HAVE_STRFTIME | |
23 | 25 |
24 #ifdef _LIBC | 26 #ifdef _LIBC |
25 # define HAVE_LIMITS_H 1 | 27 # define HAVE_LIMITS_H 1 |
26 # define HAVE_MBLEN 1 | 28 # define HAVE_MBLEN 1 |
27 # define HAVE_MBRLEN 1 | 29 # define HAVE_MBRLEN 1 |
887 | 889 |
888 if (p) | 890 if (p) |
889 *p = '\0'; | 891 *p = '\0'; |
890 return i; | 892 return i; |
891 } | 893 } |
894 | |
895 #endif |