Dip  0.92.4
sym_proto.h
Go to the documentation of this file.
1 /*===========================================================================*/
2 /* */
3 /* This file is part of the SYMPHONY MILP Solver Framework. */
4 /* */
5 /* SYMPHONY was jointly developed by Ted Ralphs (ted@lehigh.edu) and */
6 /* Laci Ladanyi (ladanyi@us.ibm.com). */
7 /* */
8 /* (c) Copyright 2000-2019 Ted Ralphs. All Rights Reserved. */
9 /* */
10 /* This software is licensed under the Eclipse Public License. Please see */
11 /* accompanying file for terms. */
12 /* */
13 /*===========================================================================*/
14 
15 #ifndef _PROTO_H
16 #define _PROTO_H
17 
18 #define MAX_FILE_NAME_LENGTH 255
19 #define MACH_NAME_LENGTH 255
20 #define MAX_LINE_LENGTH 255
21 
22 
23 #ifdef PROTO
24 #undef PROTO
25 #endif
26 /*#ifdef __GNUC__*/
27 #define PROTO(x) x
28 /*#else
29 #define PROTO(x) ()
30 #endif*/
31 
32 #endif