Changeset 0cc8979 in git for factory/config.h.in


Ignore:
Timestamp:
Oct 28, 1997, 3:41:50 PM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
74221cb0bcadd6d2e3c3b00c0707cd44d80057e3
Parents:
1f065015080da06bfe0ecb707ccd9f7c471378c8
Message:
	* config.h.in (FACTORYCONFIGURATION): new #define


git-svn-id: file:///usr/local/Singular/svn/trunk@855 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/config.h.in

    r1f0650 r0cc8979  
    11/* emacs edit mode for this file is -*- C -*- */
    2 /* $Id: config.h.in,v 1.3 1997-06-23 15:41:45 schmidt Exp $ */
     2/* $Id: config.h.in,v 1.4 1997-10-28 14:41:50 schmidt Exp $ */
    33
    44#ifndef INCL_CONFIG_H
     
    77/* {{{ docu
    88 *
    9  * config.h.in - used by configure to create config.h.
     9 * config.h.in - used by `configure' to create `config.h'.
    1010 *
    1111 * This file is included at building time from almost all source
    12  * files belonging to factory.  Furthermore, it is (textually)
    13  * included into factoryconf.h by makeheader so we have an
     12 * files belonging to Factory.  Furthermore, it is (textually)
     13 * included into `factoryconf.h' by `makeheader' so we have an
    1414 * installed version of this file, too.  This way, the installed
    1515 * source files will be compiled with the same settings as the
    1616 * library itself.
    1717 *
    18  * In general, you should let configure guess the correct values
    19  * for the #defines below.  But if something seriously goes wrong
    20  * in configuring, please inform the authors and feel free to
    21  * edit the marked section.
     18 * In general, you should let `configure' guess the correct
     19 * values for the `#define's below.  But if something seriously
     20 * goes wrong in configuring, please inform the authors and feel
     21 * free to edit the marked section.
    2222 *
    2323 */
     
    3434/* factory version */
    3535#undef FACTORYVERSION
     36
     37/* factory configuration */
     38#undef FACTORYCONFIGURATION
    3639
    3740/* where the gftables live */
Note: See TracChangeset for help on using the changeset viewer.