Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
9d1356e77fddb7c4090eda0db8bb40e9c9b18c8d
/
.
/
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