Changeset e8857b in git for factory/config.h.in


Ignore:
Timestamp:
Dec 9, 1997, 12:59:44 PM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e1017c759c345bbe77f3d7cf0d35b2df162fd3fa
Parents:
49c9ccbf377749c1280b9ff3af8220f122c57ffb
Message:
	* config.h.in (INT64): new define


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

Legend:

Unmodified
Added
Removed
  • factory/config.h.in

    r49c9ccb re8857b  
    11/* emacs edit mode for this file is -*- C -*- */
    2 /* $Id: config.h.in,v 1.4 1997-10-28 14:41:50 schmidt Exp $ */
     2/* $Id: config.h.in,v 1.5 1997-12-09 11:59:44 schmidt Exp $ */
    33
    44#ifndef INCL_CONFIG_H
     
    6868#undef DEBUGOUTPUT
    6969
     70/* define type of your compilers 64 bit integer type */
     71#define INT64 long long int
     72
    7073/************** END OF CONFIGURABLE SECTION **************/
    7174
Note: See TracChangeset for help on using the changeset viewer.