mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 22:30:07 +00:00
4d06461a76
1998-01-31 20:52 Ulrich Drepper <drepper@cygnus.com> * nscd/grpcache.c (cache_grpinit): Let calloc do the multiplication. * nscd/pwdcache.c (cache_pwdinit): Use thread attribute to detach thread and no pthread_detach. * nscd/nscd.c: Rewrite to use argp instead of getopt. * config.make.in: Likewise.
77 lines
1.6 KiB
Plaintext
77 lines
1.6 KiB
Plaintext
# @configure_input@
|
|
# From $Id$.
|
|
# Don't edit this file. Put configuration parameters in configparms instead.
|
|
|
|
# Installation prefixes.
|
|
install_root =
|
|
prefix = @prefix@
|
|
exec_prefix = @exec_prefix@
|
|
slibdir = @libc_cv_slibdir@
|
|
sysconfdir = @libc_cv_sysconfdir@
|
|
libexecdir = @libexecdir@
|
|
rootsbindir = @libc_cv_rootsbindir@
|
|
|
|
# If ldconfig exists. This will go away as soon as `ldconfig' is available
|
|
# in GNU libc.
|
|
has-ldconfig = @has_ldconfig@
|
|
|
|
# System configuration.
|
|
config-machine = @host_cpu@
|
|
base-machine = @base_machine@
|
|
config-vendor = @host_vendor@
|
|
config-os = @host_os@
|
|
config-sysdirs = @sysnames@
|
|
|
|
defines = @DEFINES@
|
|
|
|
elf = @elf@
|
|
have-initfini = @libc_cv_have_initfini@
|
|
need-nopic-initfini = @nopic_initfini@
|
|
with-cvs = @with_cvs@
|
|
|
|
versioning = @VERSIONING@
|
|
|
|
have-no-whole-archive = @libc_cv_ld_no_whole_archive@
|
|
have-no-exceptions = @libc_cv_gcc_no_exceptions@
|
|
have-bash2 = @libc_cv_have_bash2@
|
|
have-ksh = @libc_cv_have_ksh@
|
|
|
|
# Configuration options.
|
|
gnu-as = @gnu_as@
|
|
gnu-ld = @gnu_ld@
|
|
build-static = @static@
|
|
build-shared = @shared@
|
|
build-pic-default= @pic_default@
|
|
build-profile = @profile@
|
|
build-omitfp = @omitfp@
|
|
build-bounded = @bounded@
|
|
build-static-nss = @static_nss@
|
|
stdio = @stdio@
|
|
add-ons = @subdirs@
|
|
cross-compiling = @cross_compiling@
|
|
|
|
LDAP = @LDAP@
|
|
|
|
# Build tools.
|
|
CC = @CC@
|
|
BUILD_CC = @BUILD_CC@
|
|
CFLAGS = @CFLAGS@
|
|
AR = @AR@
|
|
RANLIB = @RANLIB@
|
|
MAKEINFO = @MAKEINFO@
|
|
AS = $(CC) -c
|
|
|
|
# Installation tools.
|
|
INSTALL = @INSTALL@
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
LN_S = @LN_S@
|
|
MSGFMT = @MSGFMT@
|
|
|
|
# Script execution tools.
|
|
BASH = @BASH@
|
|
KSH = @KSH@
|
|
PERL = @PERL@
|
|
|
|
# More variables may be inserted below by configure.
|