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


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

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

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

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


desc
@@


1.4
log
@add USE_GLIBC
@
text
@# Generated by configure on Sun Jun  8 21:25:28 EDT 1997
#

# Directory for user binaries
BINDIR=/usr/bin

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

# Directory for system binaries
SBINDIR=/usr/sbin

# Install into chroot area found here
INSTALLROOT=



# Mode for user binaries
BINMODE=755

# Mode for daemon binaries
DAEMONMODE=755

# 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=



# Termcap library to use
LIBTERMCAP=-lncurses



# Work around GNU libc lossage
USE_GLIBC=0



# Tell confgen we need BSD signal semantics
NEED_BSD_SIGNAL=1

@


1.3
log
@regenerated with INSTALLROOT
@
text
@d1 1
a1 1
# Generated by configure on Tue May 13 01:33:30 EDT 1997
d50 3
@


1.2
log
@Add config script
@
text
@d1 1
a1 1
# Generated by configure on Sat Apr  5 15:44:53 EST 1997
d12 3
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# Configuration makefile
d4 1
a4 1
# Destination directories
d6 5
a11 1
MANDIR=/usr/man
d13 3
a15 1
# Install permissions
d17 5
a21 1
DAEMONMODE=744
a23 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.
#
a24 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)
d26 1
d28 11
a38 2
CFLAGS=-O2 -pipe $(WARNINGS) -D__USE_BSD_SIGNAL
LDFLAGS=
d41 3
a43 2
# 
# Choose which termcap library to use.
a44 1
#LIBTERMCAP=-ltermcap
d46 6
@
