Changeset 59176c in git for misc/aux.h
- Timestamp:
- Jun 10, 2010, 10:14:05 AM (13 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 3b3b0e959defd3f8388f7dc75f5a0cd257d56fc0
- Parents:
- 17137807e09a202752c972634e74c1f9ce59ad52
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2010-06-10 10:14:05+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:07+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
misc/aux.h
r171378 r59176c 1 /* -*-c++-*- */ 1 /* auxiliary.h. Generated from auxiliary.h.in by configure. */ 2 /*****************************************************************************\ 3 * Computer Algebra System SINGULAR 4 \*****************************************************************************/ 5 /** @file auxiliary.h 6 * 7 * All the auxiliary stuff. 8 * 9 * ABSTRACT: we shall put here everything that does not have its own place. 10 * 11 * @author Oleksandr Motsak 12 * 13 * @internal @version \$Id$ 14 * 15 **/ 16 /*****************************************************************************/ 2 17 3 /******************************************************************* 4 * File: auxiliary.h 5 * Purpose: 6 * Author: 7 * Created: 8 * Version: $Id$ 9 *******************************************************************/ 18 #ifndef MISC_AUXILIARY_H 19 #define MISC_AUXILIARY_H 20 21 // ----------------- configure stuff 22 23 /* CPU type: i[3456]86: */ 24 #define SI_CPU_I386 1 25 /* CPU type: sparc: */ 26 /* #undef SI_CPU_SPARC */ 27 /* CPU type: ppc: */ 28 /* #undef SI_CPU_PPC */ 29 /* CPU type: IA64: */ 30 /* #undef SI_CPU_IA64 */ 31 /* CPU type: x86_64: */ 32 /* #undef SI_CPU_X86_64 */ 33 34 // ----------------- end of configure stuff 10 35 11 36 // BOOLEAN 12 13 #ifndef _MISC_AUX_H14 #define _MISC_AUX_H15 37 16 38 #if (SIZEOF_LONG == 8) … … 80 102 81 103 82 #endif /* _MISC_AUX_H */ 104 #endif 105 /* _MISC_AUXILIARY_H */ 83 106
Note: See TracChangeset
for help on using the changeset viewer.