File: compdefs.h

package info (click to toggle)
msort 8.53-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,364 kB
  • sloc: sh: 10,138; ansic: 10,031; makefile: 52
file content (14 lines) | stat: -rw-r--r-- 468 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#if defined HAVE_LOCALE_H && defined HAVE_SETLOCALE && defined HAVE_LANGINFO_H && defined HAVE_MBSTOWCS
#define LOCALE_MONTHNAMES
#endif
#if defined HAVE_LOCALE_H && defined HAVE_SETLOCALE && defined HAVE_WCSXFRM
#define LOCALE_SORT_ORDER
#endif
#if defined HAVE_LOCALE_H && defined HAVE_SETLOCALE && defined HAVE_GETTEXT
#define LOCALE_GETTEXT
#endif

#if defined USEUNINUMOK && defined HAVE_UNINUM_NSDEFS_H && defined HAVE_UNINUM_UNINUM_H
#define USE_UNINUM
#endif