- Timestamp:
- Apr 7, 1998, 9:46:44 AM (26 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- f5581d242f4bb41b28e320ce50de190b7dffe936
- Parents:
- 1caa724ecc92dd76617c98c9946796d008178c53
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/config.h.in
r1caa72 r9f9c43 1 1 /* emacs edit mode for this file is -*- C -*- */ 2 /* $Id: config.h.in,v 1. 5 1997-12-09 11:59:44 schmidtExp $ */2 /* $Id: config.h.in,v 1.6 1998-04-07 07:46:44 pohl 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 #else 71 76 #define INT64 long long int 77 #endif 72 78 73 79 /************** END OF CONFIGURABLE SECTION **************/
Note: See TracChangeset
for help on using the changeset viewer.