source: git/Singular/p_Procs_Dynamic.h @ 4d68846

spielwiese
Last change on this file since 4d68846 was 4d68846, checked in by Olaf Bachmann <obachman@…>, 23 years ago
Makde HP's to work git-svn-id: file:///usr/local/Singular/svn/trunk@4838 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 777 bytes
Line 
1/****************************************
2*  Computer Algebra System SINGULAR     *
3****************************************/
4
5/***************************************************************
6 *  File:    p_Procs_Dynamic.h
7 *  Purpose: Configuration for p_Procs as dynamic library procedures
8 *  Author:  obachman (Olaf Bachmann)
9 *  Created: 8/00
10 *  Version: $Id: p_Procs_Dynamic.h,v 1.2 2000-12-07 18:17:22 obachman Exp $
11 *******************************************************************/
12
13#ifndef P_PROCS_DYNAMIC_H
14#define P_PROCS_DYNAMIC_H
15
16// see p_Procs_Impl.h for an explaination of these defines
17#define HAVE_FAST_P_PROCS   2
18#define HAVE_FAST_FIELD     3
19#define HAVE_FAST_LENGTH 4
20#define HAVE_FAST_ORD 4
21#define HAVE_FAST_ZERO_ORD 0
22
23#endif // P_PROCS_DYNAMC_H
24
Note: See TracBrowser for help on using the repository browser.