Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

config.h

00001 /* include/config.h.  Generated by configure.  */
00002 /* include/config.h.in.  Generated from configure.ac by autoheader.  */
00003 
00004 /* Define to dummy `main' function (if any) required to link to the Fortran
00005    libraries. */
00006 /* #undef F77_DUMMY_MAIN */
00007 
00008 /* Define to a macro mangling the given C identifier (in lower and upper
00009    case), which must not contain underscores, for linking with Fortran. */
00010 #define F77_FUNC(name,NAME) name ## _
00011 
00012 /* As F77_FUNC, but for C identifiers containing underscores. */
00013 #define F77_FUNC_(name,NAME) name ## __
00014 
00015 /* Define if F77 and FC dummy `main' functions are identical. */
00016 /* #undef FC_DUMMY_MAIN_EQ_F77 */
00017 
00018 /* Define to 1 to use the old (PIO) neighbor list interface. */
00019 /* #undef G6_OLD_READ_NEIGHBOUR_LIST */
00020 
00021 /* Define to 1 if you have the <dlfcn.h> header file. */
00022 #define HAVE_DLFCN_H 1
00023 
00024 /* Define to 1 if you have the <inttypes.h> header file. */
00025 #define HAVE_INTTYPES_H 1
00026 
00027 /* Define to 1 if you have the `png' library (-lpng). */
00028 #define HAVE_LIBPNG 1
00029 
00030 /* Define to 1 if you have the `pthread' library (-lpthread). */
00031 #define HAVE_LIBPTHREAD 1
00032 
00033 /* Define to 1 if you have the `qt' library (-lqt). */
00034 #define HAVE_LIBQT 1
00035 
00036 /* Define iff the long long type exists. */
00037 /* #undef HAVE_LONG_LONG */
00038 
00039 /* Define to 1 if you have the <memory.h> header file. */
00040 #define HAVE_MEMORY_H 1
00041 
00042 /* Define to 1 if stdbool.h conforms to C99. */
00043 #define HAVE_STDBOOL_H 1
00044 
00045 /* Define to 1 if you have the <stdint.h> header file. */
00046 #define HAVE_STDINT_H 1
00047 
00048 /* Define to 1 if you have the <stdlib.h> header file. */
00049 #define HAVE_STDLIB_H 1
00050 
00051 /* Define to 1 if you have the `stpcpy' function. */
00052 #define HAVE_STPCPY 1
00053 
00054 /* Define to 1 if you have the <strings.h> header file. */
00055 #define HAVE_STRINGS_H 1
00056 
00057 /* Define to 1 if you have the <string.h> header file. */
00058 #define HAVE_STRING_H 1
00059 
00060 /* Define to 1 if you have the <sys/stat.h> header file. */
00061 #define HAVE_SYS_STAT_H 1
00062 
00063 /* Define to 1 if you have the <sys/types.h> header file. */
00064 #define HAVE_SYS_TYPES_H 1
00065 
00066 /* Define to 1 if you have the <unistd.h> header file. */
00067 #define HAVE_UNISTD_H 1
00068 
00069 /* Define to 1 if the system has the type `_Bool'. */
00070 #define HAVE__BOOL 1
00071 
00072 /* Name of package */
00073 #define PACKAGE "starlab"
00074 
00075 /* Define to the address where bug reports for this package should be sent. */
00076 #define PACKAGE_BUGREPORT "steve@physics.drexel.edu"
00077 
00078 /* Define to the full name of this package. */
00079 #define PACKAGE_NAME "Starlab"
00080 
00081 /* Define to the full name and version of this package. */
00082 #define PACKAGE_STRING "Starlab 4.4.2"
00083 
00084 /* Define to the one symbol short name of this package. */
00085 #define PACKAGE_TARNAME "starlab"
00086 
00087 /* Define to the version of this package. */
00088 #define PACKAGE_VERSION "4.4.2"
00089 
00090 /* Define to 1 if you want to release the GRAPE hardware periodically. */
00091 /* #undef SHARE_GRAPE */
00092 
00093 /* The size of a `long long', as computed by sizeof. */
00094 /* #undef SIZEOF_LONG_LONG */
00095 
00096 /* Define to 1 if you have the ANSI C header files. */
00097 #define STDC_HEADERS 1
00098 
00099 /* Define to 1 to use half chip and preserve neighbor lists. */
00100 /* #undef USE_HALF_CHIP */
00101 
00102 /* Define to 1 if you want to enable the xreal type. Although this
00103    significantly increases precision, it also incurs a substantial performance
00104    penalty. */
00105 /* #undef USE_XREAL */
00106 
00107 /* Version number of package */
00108 #define VERSION "4.4.2"
00109 
00110 /* Define to 1 if your processor stores words with the most significant byte
00111    first (like Motorola and SPARC, unlike Intel and VAX). */
00112 /* #undef WORDS_BIGENDIAN */
00113 
00114 /* Define to 1 if the X Window System is missing or not being used. */
00115 /* #undef X_DISPLAY_MISSING */
00116 
00117 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
00118    `char[]'. */
00119 /* #undef YYTEXT_POINTER */
00120 
00121 /* Define to empty if `const' does not conform to ANSI C. */
00122 /* #undef const */
00123 
00124 /* Define to `__inline__' or `__inline' if that's what the C compiler
00125    calls it, or to nothing if 'inline' is not supported under any name.  */
00126 #ifndef __cplusplus
00127 /* #undef inline */
00128 #endif
00129 
00130 /* Define to equivalent of C99 restrict keyword, or to nothing if this is not
00131    supported. Do not define if restrict is supported directly. */
00132 #define restrict __restrict

Generated on Wed Jul 20 12:43:35 2005 for Starlab by  doxygen 1.4.3