Changeset 59f502 in git for factory/config.h.in
- Timestamp:
- May 11, 1998, 2:04:23 PM (25 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- c5134931d4c5a854ab23eb3b33d242e62cb7cc04
- Parents:
- 4b0130c108dfa76a5a82331897e6b910b26d34c8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/config.h.in
r4b0130c r59f502 1 1 /* emacs edit mode for this file is -*- C -*- */ 2 /* $Id: config.h.in,v 1. 6 1998-04-07 07:46:44 pohlExp $ */2 /* $Id: config.h.in,v 1.7 1998-05-11 12:04:23 schmidt Exp $ */ 3 3 4 4 #ifndef INCL_CONFIG_H … … 69 69 70 70 /* define type of your compilers 64 bit integer type */ 71 #ifdef __MWERKS__72 struct Int_64;73 typedef struct Int_64 _Int_64;74 typedef _Int_64* INT64;75 #else76 71 #define INT64 long long int 77 #endif78 72 79 73 /************** END OF CONFIGURABLE SECTION **************/
Note: See TracChangeset
for help on using the changeset viewer.