This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2] intl: reintroduce unintentionally disabled optimization


"Dmitry V. Levin" <ldv@altlinux.org> writes:

> We certainly do have some macros defined directly in this file:
> $ grep '#define' config.h.in
> #define HAVE_IFUNC 0
> #define	HAVE_STRERROR	1
> #define HAVE_REGEX 1
> #define ARM_PCREL_MOVW_OK 0
> #define HAVE_PT_CHOWN 0
> #define HAVE_BUILTIN_TRAP 0
> #define HAVE_PPC_FCFID 0
> #define HAVE_PPC_FCTIDZ 0

Most of these (those defined to 0) are the templates used by AC_DEFINE.

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]