source: git/factory/cf_globals.cc @ 699a18

spielwiese
Last change on this file since 699a18 was 699a18, checked in by Jens Schmidt <schmidt@…>, 27 years ago
o version string includes VERSION from config.h now git-svn-id: file:///usr/local/Singular/svn/trunk@209 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 576 bytes
RevLine 
[2dd068]1// emacs editmode for this file is -*- C++ -*-
[699a18]2// $Id: cf_globals.cc,v 1.3 1997-04-30 12:20:28 schmidt Exp $
[2dd068]3
4/*
5$Log: not supported by cvs2svn $
[699a18]6Revision 1.2  1997/04/07 15:08:12  schmidt
7#include <config.h> added
8
[ab4548f]9Revision 1.1  1997/03/26 16:41:24  schmidt
10version string added
11
[ac7e53]12Revision 1.0  1996/05/17 10:59:43  stobbe
13Initial revision
14
[2dd068]15*/
16
[ab4548f]17#include <config.h>
18
[2dd068]19#include "assert.h"
[ac7e53]20
[2dd068]21#include "cf_defs.h"
22#include "cf_switches.h"
23
[699a18]24// VERSION is a macro defined in config.h
25extern const char factoryVersion[] = "@(#) factoryVersion = " VERSION;
[2dd068]26CFSwitches cf_glob_switches;
Note: See TracBrowser for help on using the repository browser.