Changeset 63df749 in git


Ignore:
Timestamp:
Dec 9, 1997, 1:00:18 PM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'c5facdfddea2addfd91babd8b9019161dea4b695')
Children:
19a116d6d2f6e7d2c330791fe74785c7dbea9658
Parents:
e1017c759c345bbe77f3d7cf0d35b2df162fd3fa
Message:
	* winnt/factoryconf.h: automatically created from
	  `factoryconf.template' using `makeheader'


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

Legend:

Unmodified
Added
Removed
  • factory/winnt/factoryconf.h

    re1017c r63df749  
     1/* ../factory/winnt/factoryconf.h automatically generated by makeheader from ../factory/factoryconf.template */
    12/* emacs edit mode for this file is -*- C -*- */
    2 /* $Id: factoryconf.h,v 1.3 1997-12-08 16:43:49 schmidt Exp $ */
     3/* $Id: factoryconf.h,v 1.4 1997-12-09 12:00:18 schmidt Exp $ */
     4
     5#ifndef INCL_FACTORYCONF_H
     6#define INCL_FACTORYCONF_H
     7
     8/* {{{ docu
     9*
     10* factoryconf.template - template to generate `factoryconf.h'.
     11*
     12* `factoryconf.h' serves as a configuration file for the
     13* installed source files (templates and `factory.h') the same
     14* way as `config.h' serves as a configuration file for the
     15* source files from which the library is build.  Additionally,
     16* we paste a copy of our `assert.h' into this file which is
     17* necessary for the templates to translate.
     18*
     19*/
     20/* }}} */
     21
     22/* stuff included from ../factory/winnt/config.h */
     23
     24/* emacs edit mode for this file is -*- C -*- */
     25/* $Id: factoryconf.h,v 1.4 1997-12-09 12:00:18 schmidt Exp $ */
    326
    427#ifndef INCL_CONFIG_H
     
    7295#undef DEBUGOUTPUT
    7396
     97/* define type of your compilers 64 bit integer type */
     98#define INT64 __int64
     99
    74100/************** END OF CONFIGURABLE SECTION **************/
    75101
    76102#endif /* ! INCL_CONFIG_H */
     103
     104/* stuff included from ../factory/assert.h */
     105
    77106/* emacs edit mode for this file is -*- C -*- */
    78 /* $Id: factoryconf.h,v 1.3 1997-12-08 16:43:49 schmidt Exp $ */
     107/* $Id: factoryconf.h,v 1.4 1997-12-09 12:00:18 schmidt Exp $ */
    79108
    80109/* This is for compatibility with standard assert.h */
     
    193222#endif /* NOASSERT */
    194223/* }}} */
     224
     225#endif /* ! INCL_FACTORYCONF_H */
Note: See TracChangeset for help on using the changeset viewer.