]> sourceware.org Git - glibc.git/blame - catgets/config.h
linux: Fix tst-syscall-restart.c on old gcc (BZ 32283)
[glibc.git] / catgets / config.h
CommitLineData
a641835a
RM
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
This page took 0.473703 seconds and 6 git commands to generate.