1N/A/* : : generated from /home/gisburn/ksh93/ast_ksh_20110208/build_sparc_64bit_opt/src/cmd/ksh93/features/locale by iffe version 2011-01-07 : : */
1N/A#ifndef _def_locale_ksh93
1N/A#define _def_locale_ksh93 1
1N/A#define _sys_types 1 /* #include <sys/types.h> ok */
1N/A#define _LIB_dll 1 /* ../../../lib/libdll.a is a library */
1N/A#define _LIB_ast 1 /* ../../../lib/libast.a is a library */
1N/A#define _LIB_m 1 /* -lm is a library */
1N/A#define _LIB_coshell 1 /* ../../../lib/libcoshell.a is a library */
1N/A#define _LIB_cmd 1 /* ../../../lib/libcmd.a is a library */
1N/A#define _LIB_md 1 /* -lmd is a library */
1N/A#define _LIB_socket 1 /* -lsocket is a library */
1N/A#define _LIB_nsl 1 /* -lnsl is a library */
1N/A#define _LIB_secdb 1 /* -lsecdb is a library */
1N/A#define _hdr_locale 1 /* #include <locale.h> ok */
1N/A#define _hdr_wchar 1 /* #include <wchar.h> ok */
1N/A#define _hdr_wctype 1 /* #include <wctype.h> ok */
1N/A#define _lib_localeconv 1 /* localeconv() in default lib(s) */
1N/A#define _lib_wctype 1 /* wctype() in default lib(s) */
1N/A#define _lib_iswctype 1 /* iswctype() in default lib(s) */
1N/A#define _lib_iswblank 1 /* iswblank() in default lib(s) */
1N/A#define _lib_wctrans 1 /* wctrans() in default lib(s) */
1N/A#define _lib_towctrans 1 /* towctrans() in default lib(s) */
1N/A#define _hdr_time 1 /* #include <time.h> ok */
1N/A#define _sys_time 1 /* #include <sys/time.h> ok */
1N/A#define _sys_times 1 /* #include <sys/times.h> ok */
1N/A#define _hdr_stddef 1 /* #include <stddef.h> ok */
1N/A#define _hdr_stdlib 1 /* #include <stdlib.h> ok */
1N/A#define _typ_wctrans_t 1 /* wctrans_t is a type */
1N/A#if _PACKAGE_ast
1N/A# undef _hdr_locale
1N/A# define _hdr_locale 1
1N/A#else
1N/A# ifdef _hdr_locale
1N/A# include <locale.h>
1N/A# ifndef LC_MESSAGES
1N/A# define LC_MESSAGES LC_ALL
1N/A# endif /* LC_MESSAGES */
1N/A# endif /* _hdr_locale */
1N/A#endif /* _PACKAGE_ast */
1N/A#ifdef _hdr_locale
1N/A# ifdef _lib_localeconv
1N/A static struct lconv *lp;
1N/A# define GETDECIMAL(x) (((lp=localeconv()) && lp->decimal_point && *lp->decimal_point) ? *lp->decimal_point : '.' )
1N/A# else
1N/A# define GETDECIMAL(x) ('.')
1N/A# endif /* _lib_localeconv */
1N/A#else
1N/A# define GETDECIMAL(x) ('.')
1N/A#endif /* _hdr_locale */
1N/A
1N/A#endif