home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / dbmalloc.zip / Config.flags < prev    next >
Text File  |  1993-01-04  |  1KB  |  32 lines

  1. #!/bin/sh
  2. #
  3. #
  4. # (c) Copyright 1990, 1991, 1992 Conor P. Cahill (cpcahil@virtech.vti.com)
  5. #
  6. # This software may be distributed freely as long as the following conditions
  7. # are met:
  8. #         * the distribution, or any derivative thereof, may not be
  9. #          included as part of a commercial product
  10. #        * full source code is provided including this copyright
  11. #        * there is no charge for the software itself (there may be
  12. #          a minimal charge for the copying or distribution effort)
  13. #        * this copyright notice is not modified or removed from any
  14. #          source file
  15. #
  16. # $Id: Config.flags,v 1.3 1992/08/22 16:27:13 cpcahil Exp $
  17. #
  18. # This file is used by the configure script to determine the flags that should
  19. # be specified for each compiler as the configuration is determined.  The
  20. # compiler *MUST* start in column one and the flags must be on the same line
  21. #
  22. # For example, if you wanted to add -pedantic to gcc (although this would
  23. # probably cause the configure to fail because it is so restrictive) you
  24. # would add the following line:
  25. #
  26. #     gcc -pedantic
  27. #
  28. # Note that the g in gcc would be in column 1
  29. #
  30. # By default, the compilers use no flags and therefore are not specified here
  31. #
  32.