Changeset 59176c in git for misc/aux.h


Ignore:
Timestamp:
Jun 10, 2010, 10:14:05 AM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
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
Message:
configure for misc: install auxialiary.h, mylimits.h
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/*****************************************************************************/
    217
    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
    1035
    1136// BOOLEAN
    12 
    13 #ifndef _MISC_AUX_H
    14 #define _MISC_AUX_H
    1537
    1638#if (SIZEOF_LONG == 8)
     
    80102
    81103
    82 #endif /* _MISC_AUX_H */
     104#endif
     105/* _MISC_AUXILIARY_H */
    83106
Note: See TracChangeset for help on using the changeset viewer.