head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


1.4
date	97.05.13.05.36.10;	author dholland;	state Exp;
branches;
next	1.3;

1.3
date	97.04.05.21.37.08;	author dholland;	state Exp;
branches;
next	1.2;

1.2
date	97.04.05.20.42.09;	author dholland;	state Exp;
branches;
next	1.1;

1.1
date	97.03.08.17.20.14;	author dholland;	state Exp;
branches;
next	;


desc
@@


1.4
log
@regenerated with INSTALLROOT
@
text
@# Generated by configure on Tue May 13 01:33:44 EDT 1997
#

# Directory for man page tree
MANDIR=/usr/man

# Directory for system binaries
SBINDIR=/usr/sbin

# Install into chroot area found here
INSTALLROOT=



# Mode for daemon binaries
DAEMONMODE=755

# Mode for root-only binaries
ROOTMODE=700

# Mode for manual pages
MANMODE=644



# Compiler to use
CC=gcc

# Compiler warnings
WARNINGS= -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -Wcast-align

# Compiler flags to use
CFLAGS= -pipe -O2 -D__USE_BSD_SIGNAL $(WARNINGS)

# Link-time flags to use
LDFLAGS= -s

# Additional link libraries
LIBS=





# Work around GNU libc lossage
USE_GLIBC=0



# Tell confgen we need BSD signal semantics
NEED_BSD_SIGNAL=1

@


1.3
log
@check for glibc
@
text
@d1 1
a1 1
# Generated by configure on Sat Apr  5 16:37:02 EST 1997
d9 3
@


1.2
log
@add config script
@
text
@d1 1
a1 1
# Generated by configure on Sat Apr  5 15:41:44 EST 1997
d41 3
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# Configuration makefile
d4 4
a7 1
# Destination directories
a8 1
MANDIR=/usr/man
d10 6
a15 2
# Install permissions
DAEMONMODE=744
d17 2
a20 6
#
# Compiler configuration
# If you take out the __USE_BSD_SIGNAL, things will probably not work.
#
# On the PowerPC, you probably want to add -fsigned-char to CFLAGS.
#
a21 9
# On alphas you may want to take out -Wcast-align for now.
WARNINGS=-Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual \
	 -Wstrict-prototypes -Wmissing-prototypes \
	 -Wmissing-declarations -Wnested-externs -Winline -Wcast-align

# Linux libc's /usr/include isn't clean with these.
# -Wredundant-decls      (there are a number of such in /usr/include)
# -Wshadow               (this, C++, stat(), and struct stat don't get along)
# -Wwrite-strings        (arpa/telnet.h and protocols/timed.h fail)
d23 1
d25 11
a35 2
CFLAGS=-O2 -pipe $(WARNINGS) -D__USE_BSD_SIGNAL
LDFLAGS=
d37 9
@
