comparison liboctave/lo-cutils.c @ 4290:73431774c0b7

[project @ 2003-01-05 06:30:44 by jwe]
author jwe
date Sun, 05 Jan 2003 06:30:44 +0000
parents 5a82e874999b
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
4289:9f5e54070c86 4290:73431774c0b7
28 28
29 */ 29 */
30 30
31 #ifdef HAVE_CONFIG_H 31 #ifdef HAVE_CONFIG_H
32 #include <config.h> 32 #include <config.h>
33 #endif
34
35 /* This gives us a better chance of finding a prototype for strptime
36 on some systems. */
37
38 #if ! defined (_XOPEN_SOURCE)
39 #define _XOPEN_SOURCE
33 #endif 40 #endif
34 41
35 #ifdef HAVE_UNISTD_H 42 #ifdef HAVE_UNISTD_H
36 #ifdef HAVE_SYS_TYPES_H 43 #ifdef HAVE_SYS_TYPES_H
37 #include <sys/types.h> 44 #include <sys/types.h>