repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 20292 - Simplify and test _dl_addr_inside_object
[glibc.git]
/
catgets
/
config.h
blob
ce7887b3512f55fbe9f4bdeb3f25d82f3bfd33ed
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