Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
758261d1c1850656b47c4c40486e4237bcd769a6
/
.
/
ap
/
libc
/
glibc
/
glibc-2.23
/
catgets
/
config.h
blob: ce7887b3512f55fbe9f4bdeb3f25d82f3bfd33ed [
file
] [
log
] [
blame
]
#ifndef
_CG_CONFIG_H
#define
_CG_CONFIG_H
/* Use the internal textdomain used for libc messages. */
#define
PACKAGE _libc_intl_domainname
#ifndef
VERSION
/* Get libc version number. */
#include
"../version.h"
#endif
#include_next <config.h>
#endif