Update.
[glibc.git] / locale / programs / config.h
blob96d9281ce30f79f42ec884bc66b2f47bdc6f6de5
1 #ifndef _LD_CONFIG_H
2 #define _LD_CONFIG_H
4 /* Use the internal textdomain used for libc messages. */
5 #define PACKAGE _libc_intl_domainname
6 #ifndef VERSION
7 /* Get libc version number. */
8 #include "../../version.h"
9 #endif
11 #define DEFAULT_CHARMAP "POSIX"
13 #ifndef PARAMS
14 # if __STDC__
15 # define PARAMS(args) args
16 # else
17 # define PARAMS(args) ()
18 # endif
19 #endif
23 #define HAVE_VPRINTF 1
26 #include_next <config.h>
28 #endif