Changeset 8f591c6 in git
- Timestamp:
- Oct 23, 1997, 2:14:01 PM (26 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- a468b4e13e7175eb2909d451e2ac9957b9c4be70
- Parents:
- 2d76bc0d6a2d4e4d1293a339734f75da0d67ca80
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_globals.cc
r2d76bc r8f591c6 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: cf_globals.cc,v 1. 7 1997-09-09 09:16:20schmidt Exp $ */2 /* $Id: cf_globals.cc,v 1.8 1997-10-23 12:14:01 schmidt Exp $ */ 3 3 4 4 //{{{ docu … … 25 25 //}}} 26 26 extern 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 //}}} 39 extern const char factoryConfiguration[] = "@(#) factoryConfiguration = " FACTORYCONFIGURATION; 27 40 //}}} 28 41
Note: See TracChangeset
for help on using the changeset viewer.