Update.
[glibc.git] / locale / programs / config.h
blob97755728492c45c0cfc494f821e8fd3ec75110ef
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
24 #define HAVE_STRING_H 1
27 #include_next <config.h>
29 #endif