#!/bin/sh
#
# (c) Copyright 1992 Conor P. Cahill (uunet!virtech!cpcahil).  
# You may copy, distribute, and use this software as long as this
# copyright statement is not removed.
#
# $Id: Config.flags,v 1.2 1992/07/03 00:57:12 jik Exp $
#
# This file is used by the configure script to determine the flags that should
# be specified for each compiler as the configuration is determined.  The
# compiler *MUST* start in column one and the flags must be on the same line
#
# For example, if you wanted to add -pedantic to gcc (although this would
# probably cause the configure to fail because it is so restrictive) you
# would add the following line:
#
# 	gcc -pedantic
#
# Note that the g in gcc would be in column 1
#
# By default, the compilers use no flags and therefore are not specified here
#
c89 -D__C89__
