chiark / gitweb /
Apply https://sourceware.org/git/?p=glibc.git;a=commit;h=d5dd6189d506068ed11c8bfa1e1e...
[eglibc.git] / catgets / config.h
1 #ifndef _CG_CONFIG_H
2 #define _CG_CONFIG_H
3
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
10
11
12 #include_next <config.h>
13
14 #endif