mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-11 07:40:05 +00:00
072ebcefb2
* misc/Makefile (headers): Add ar.h. * misc/ar.h: New file. * config.make.in (BUILD_CC): New variable. * configure.in: Check for BUILD_CC if $host != $build. * posix/glob.c: Include <alloca.h> only [HAVE_ALLOCA_H], not [sparc]. * Makerules [! objects] (subdir_lib): Depend on the stamp$o files. (stamp$o files): New targets, create them empty, no deps. Update from bind-4.9.4-T3B.
5 lines
114 B
C
5 lines
114 B
C
/* This file just defines the current version number of libc. */
|
|
|
|
#define RELEASE "alpha"
|
|
#define VERSION "1.92"
|