1 /* Define for int 32-bit. */
2 #include <limits.h>
3 #if ( INT_MAX == 2147483647 )
4 #define INT32_TYPE int
5 #else
6 #define INT32_TYPE short
7 #endif
8 
9 /* Name of package */
10 #define PACKAGE "protomol"
11 
12 /* Define to the address where bug reports for this package should be sent. */
13 #define PACKAGE_BUGREPORT "protomol@cse.nd.edu"
14 
15 /* ProtoMol cite */
16 #define PACKAGE_CITE "Please cite T. Matthey, T. Cickovski, S. S. Hampton, A. Ko, Q. Ma, M. Nyerges, T. Raeder,\nT. Slabach, and J. A. Izaguirre. ProtoMol: An object-oriented framework for prototyping\nnovel algorithms for molecular dynamics. ACM Trans. Math. Softw., 30(3):237�265, 2004."
17 
18 /* Compiler */
19 #define PACKAGE_COMPILER "win32"
20 
21 /* Compiler version */
22 #define PACKAGE_COMPILER_VERSION "win32"
23 
24 /* ProtoMol URL */
25 #define PACKAGE_HOMEPAGE "http://protomol.sourceforge.net"
26 
27 /* Define to the full name of this package. */
28 #define PACKAGE_NAME "protomol"
29 
30 /* Define to the full name and version of this package. */
31 #define PACKAGE_STRING "protomol 2.0.3"
32 
33 /* Define to the one symbol short name of this package. */
34 #define PACKAGE_TARNAME "protomol"
35 
36 /* System, platform */
37 #define PACKAGE_UNAME "win32"
38 
39 /* Define to the version of this package. */
40 #define PACKAGE_VERSION "2.0.3"
41 
42 /* User */
43 #define PACKAGE_WHOAMI "win32"
44 
45 
46 #define SOCKLEN_TYPE int
47