Changeset 8f591c6 in git


Ignore:
Timestamp:
Oct 23, 1997, 2:14:01 PM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
a468b4e13e7175eb2909d451e2ac9957b9c4be70
Parents:
2d76bc0d6a2d4e4d1293a339734f75da0d67ca80
Message:
	* cf_globals.cc (factoryConfiguration): new external variable


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

Legend:

Unmodified
Added
Removed
  • factory/cf_globals.cc

    r2d76bc r8f591c6  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: cf_globals.cc,v 1.7 1997-09-09 09:16:20 schmidt Exp $ */
     2/* $Id: cf_globals.cc,v 1.8 1997-10-23 12:14:01 schmidt Exp $ */
    33
    44//{{{ docu
     
    2525//}}}
    2626extern const char factoryVersion[] = "@(#) factoryVersion = " FACTORYVERSION;
     27
     28//{{{ extern const char factoryConfiguration[];
     29//{{{ docu
     30//
     31// factoryConfiguration - factory configuration.
     32//
     33// factoryConfiguration is initialized from #define
     34// FACTORYCONFIGURATION which is defined in config.h.  It is set
     35// to the option configure was called with plus the directory it
     36// was called in.  It is not used in factory itself.
     37//
     38//}}}
     39extern const char factoryConfiguration[] = "@(#) factoryConfiguration = " FACTORYCONFIGURATION;
    2740//}}}
    2841
Note: See TracChangeset for help on using the changeset viewer.