00001 /* tjutils/config.h. Generated from config.h.in by configure. */ 00002 /* tjutils/config.h.in. Generated from configure.in by autoheader. */ 00003 00004 /* Third-party libraries used by all ODIN components */ 00005 #define BASELIBS "-lgsl -lgslcblas -lpthread -ldl -lm " 00006 00007 /* Preprocessor flags */ 00008 #define CPPFLAGS " -I/usr/include/dcmtk -I/usr/include/dcmtk/dcmdata -I/usr/include/dcmtk/ofstd -I/usr/include/vtk-5.0 -I/usr/include/nifti " 00009 00010 /* "Using custom heap" */ 00011 /* #undef CUSTOM_HEAP */ 00012 00013 /* Size of Custom Heap in MB */ 00014 /* #undef CUSTOM_HEAP_SIZE */ 00015 00016 /* Compiler */ 00017 #define CXX "ccache g++" 00018 00019 /* Compiler flags */ 00020 #define CXXFLAGS "-O2 -g -Wall -I/usr/include/dcmtk -I/usr/include/dcmtk/dcmdata -I/usr/include/dcmtk/ofstd -I/usr/include/vtk-5.0 -I/usr/include/nifti " 00021 00022 /* Initial default browser */ 00023 #define DEFAULT_BROWSER "/usr/bin/sensible-browser" 00024 00025 /* Initial default editor */ 00026 #define DEFAULT_EDITOR "/usr/bin/sensible-editor" 00027 00028 /* "DICOM support" */ 00029 #define DICOMSUPPORT 00030 00031 /* define for empty template list */ 00032 #define EMPTY_TEMPL_LIST template<> 00033 00034 /* "Compile EPIC drivers" */ 00035 /* #undef EPIC_PLUGIN */ 00036 00037 /* "Graphical User Interface enabled" */ 00038 #define GUISUPPORT 00039 00040 /* Define to 1 if you have the `acosh' function. */ 00041 #define HAVE_ACOSH 1 00042 00043 /* Define to 1 if you have the <ctype.h> header file. */ 00044 #define HAVE_CTYPE_H 1 00045 00046 /* Define to 1 if you have the <direct.h> header file. */ 00047 /* #undef HAVE_DIRECT_H */ 00048 00049 /* Define to 1 if you have the <dirent.h> header file. */ 00050 #define HAVE_DIRENT_H 1 00051 00052 /* "Using dynamic linking loader" */ 00053 #define HAVE_DL 00054 00055 /* Define to 1 if you have the <dlfcn.h> header file. */ 00056 #define HAVE_DLFCN_H 1 00057 00058 /* Define to 1 if you have the `erfc' function. */ 00059 #define HAVE_ERFC 1 00060 00061 /* Define to 1 if you have the `fopen64' function. */ 00062 #define HAVE_FOPEN64 1 00063 00064 /* Define to 1 if you have the `fseeko' function. */ 00065 #define HAVE_FSEEKO 1 00066 00067 /* Define to 1 if you have the `fseeko64' function. */ 00068 #define HAVE_FSEEKO64 1 00069 00070 /* Define to 1 if you have the `ftello' function. */ 00071 #define HAVE_FTELLO 1 00072 00073 /* Define to 1 if you have the `ftello64' function. */ 00074 #define HAVE_FTELLO64 1 00075 00076 /* "Using gdb/xterm" */ 00077 #define HAVE_GDB_XTERM 00078 00079 /* Define to 1 if you have the `gettimeofday' function. */ 00080 #define HAVE_GETTIMEOFDAY 1 00081 00082 /* Define to 1 if you have the <inttypes.h> header file. */ 00083 #define HAVE_INTTYPES_H 1 00084 00085 /* Define to 1 if you have the <io.h> header file. */ 00086 /* #undef HAVE_IO_H */ 00087 00088 /* Define to 1 if you have the `j1' function. */ 00089 #define HAVE_J1 1 00090 00091 /* "Using LAPACK" */ 00092 #define HAVE_LAPACK 00093 00094 /* "GSL support" */ 00095 #define HAVE_LIBGSL 00096 00097 /* "libz support" */ 00098 #define HAVE_LIBZ 00099 00100 /* Define to 1 if you have the <locale.h> header file. */ 00101 #define HAVE_LOCALE_H 1 00102 00103 /* compiler understands long long */ 00104 #define HAVE_LONG_LONG 1 00105 00106 /* Define to 1 if you have the <memory.h> header file. */ 00107 #define HAVE_MEMORY_H 1 00108 00109 /* Define to 1 if you have the `mmap64' function. */ 00110 #define HAVE_MMAP64 1 00111 00112 /* Define to 1 if you have the `nanosleep' function. */ 00113 #define HAVE_NANOSLEEP 1 00114 00115 /* Define to 1 if you have the `open64' function. */ 00116 #define HAVE_OPEN64 1 00117 00118 /* "Using POSIX threads" */ 00119 #define HAVE_PTHREAD 00120 00121 /* Define to 1 if you have the <qwt-qt4/qwt_global.h> header file. */ 00122 /* #undef HAVE_QWT_QT4_QWT_GLOBAL_H */ 00123 00124 /* Define to 1 if you have the <qwt/qwt_global.h> header file. */ 00125 #define HAVE_QWT_QWT_GLOBAL_H 1 00126 00127 /* Define to 1 if you have the `read' function. */ 00128 #define HAVE_READ 1 00129 00130 /* Define to 1 if you have the <setjmp.h> header file. */ 00131 #define HAVE_SETJMP_H 1 00132 00133 /* Define to 1 if you have the <signal.h> header file. */ 00134 #define HAVE_SIGNAL_H 1 00135 00136 /* Define to 1 if you have the `snprintf' function. */ 00137 #define HAVE_SNPRINTF 1 00138 00139 /* Define to 1 if you have the `srand' function. */ 00140 #define HAVE_SRAND 1 00141 00142 /* Define to 1 if you have the `stat' function. */ 00143 #define HAVE_STAT 1 00144 00145 /* Define to 1 if you have the `stat64' function. */ 00146 #define HAVE_STAT64 1 00147 00148 /* Define to 1 if you have the <stdint.h> header file. */ 00149 #define HAVE_STDINT_H 1 00150 00151 /* Define to 1 if you have the <stdlib.h> header file. */ 00152 #define HAVE_STDLIB_H 1 00153 00154 /* Define to 1 if you have the `strftime' function. */ 00155 #define HAVE_STRFTIME 1 00156 00157 /* Define to 1 if you have the <strings.h> header file. */ 00158 #define HAVE_STRINGS_H 1 00159 00160 /* Define to 1 if you have the <string.h> header file. */ 00161 #define HAVE_STRING_H 1 00162 00163 /* Define to 1 if you have the `strptime' function. */ 00164 #define HAVE_STRPTIME 1 00165 00166 /* Define to 1 if you have the `sysconf' function. */ 00167 #define HAVE_SYSCONF 1 00168 00169 /* Define to 1 if you have the <sys/mman.h> header file. */ 00170 #define HAVE_SYS_MMAN_H 1 00171 00172 /* Define to 1 if you have the <sys/stat.h> header file. */ 00173 #define HAVE_SYS_STAT_H 1 00174 00175 /* Define to 1 if you have the <sys/time.h> header file. */ 00176 #define HAVE_SYS_TIME_H 1 00177 00178 /* Define to 1 if you have the <sys/types.h> header file. */ 00179 #define HAVE_SYS_TYPES_H 1 00180 00181 /* Define to 1 if you have the <sys/wait.h> header file. */ 00182 #define HAVE_SYS_WAIT_H 1 00183 00184 /* "Thread-safe LAPACK" */ 00185 #define HAVE_THREADSAFE_LAPACK 00186 00187 /* Define to 1 if you have the <time.h> header file. */ 00188 #define HAVE_TIME_H 1 00189 00190 /* Define to 1 if you have the <typeinfo> header file. */ 00191 #define HAVE_TYPEINFO 1 00192 00193 /* Define to 1 if you have the <unistd.h> header file. */ 00194 #define HAVE_UNISTD_H 1 00195 00196 /* Define to 1 if you have the <viaio/VImage.h> header file. */ 00197 /* #undef HAVE_VIAIO_VIMAGE_H */ 00198 00199 /* Define to 1 if you have the <viaio/Vlib.h> header file. */ 00200 /* #undef HAVE_VIAIO_VLIB_H */ 00201 00202 /* Define to 1 if you have the <vista/VImage.h> header file. */ 00203 #define HAVE_VISTA_VIMAGE_H 1 00204 00205 /* Define to 1 if you have the <vista/Vlib.h> header file. */ 00206 #define HAVE_VISTA_VLIB_H 1 00207 00208 /* Define to 1 if you have the <vtkArrowSource.h> header file. */ 00209 #define HAVE_VTKARROWSOURCE_H 1 00210 00211 /* Define to 1 if you have the <vtkStructuredPoints.h> header file. */ 00212 #define HAVE_VTKSTRUCTUREDPOINTS_H 1 00213 00214 /* Define to 1 if you have the <windows.h> header file. */ 00215 /* #undef HAVE_WINDOWS_H */ 00216 00217 /* "Compile IDEA drivers" */ 00218 /* #undef IDEA_PLUGIN */ 00219 00220 /* Installation prefix */ 00221 #define INSTALL_PREFIX "/home/tj/MR-Software" 00222 00223 /* Linker */ 00224 #define LD "/usr/bin/ld -m elf_x86_64" 00225 00226 /* Linker flags */ 00227 #define LDFLAGS " " 00228 00229 /* libdir of configure */ 00230 #define LIBDIR_CONFIGURE "" 00231 00232 /* "MacOS support" */ 00233 /* #undef MACOS */ 00234 00235 /* "NIFTI support" */ 00236 #define NIFTISUPPORT 00237 00238 /* "Not using command line" */ 00239 /* #undef NO_CMDLINE */ 00240 00241 /* "No file handling" */ 00242 /* #undef NO_FILEHANDLING */ 00243 00244 /* "Multithreading disabled" */ 00245 /* #undef NO_THREADS */ 00246 00247 /* "Unit test disabled" */ 00248 /* #undef NO_UNIT_TEST */ 00249 00250 /* "IDEA support" */ 00251 /* #undef ODIN4IDEA */ 00252 00253 /* "Debug compilation" */ 00254 #define ODIN_DEBUG 00255 00256 /* Name of package */ 00257 #define PACKAGE "odin" 00258 00259 /* Define to the address where bug reports for this package should be sent. */ 00260 #define PACKAGE_BUGREPORT "" 00261 00262 /* Define to the full name of this package. */ 00263 #define PACKAGE_NAME "" 00264 00265 /* Define to the full name and version of this package. */ 00266 #define PACKAGE_STRING "" 00267 00268 /* Define to the one symbol short name of this package. */ 00269 #define PACKAGE_TARNAME "" 00270 00271 /* Define to the version of this package. */ 00272 #define PACKAGE_VERSION "" 00273 00274 /* "Compile Paravision drivers" */ 00275 /* #undef PARAVISION_PLUGIN */ 00276 00277 /* Plugin-Libraries */ 00278 #define PLUGIN_LIBS " odinseq_standalone" 00279 00280 /* "PNG support" */ 00281 #define PNGSUPPORT 00282 00283 /* "self-friend class possible/required" */ 00284 /* #undef SELF_FRIEND_CLASS */ 00285 00286 /* The number of bytes in type char */ 00287 #define SIZEOF_CHAR 1 00288 00289 /* The number of bytes in type int */ 00290 #define SIZEOF_INT 4 00291 00292 /* The number of bytes in type long */ 00293 #define SIZEOF_LONG 8 00294 00295 /* The number of bytes in type short */ 00296 #define SIZEOF_SHORT 2 00297 00298 /* "Compile Standalone drivers" */ 00299 #define STANDALONE_PLUGIN 00300 00301 /* Define to 1 if you have the ANSI C header files. */ 00302 #define STDC_HEADERS 1 00303 00304 /* "Using STL replacement" */ 00305 /* #undef STL_REPLACEMENT */ 00306 00307 /* "Using stream replacement" */ 00308 /* #undef STREAM_REPLACEMENT */ 00309 00310 /* "Using string replacement" */ 00311 /* #undef STRING_REPLACEMENT */ 00312 00313 /* "Using liboil" */ 00314 /* #undef USE_OIL */ 00315 00316 /* "Using the GNU compiler collection" */ 00317 #define USING_GCC 00318 00319 /* "Using Win32-API" */ 00320 /* #undef USING_WIN32 */ 00321 00322 /* Version number of package */ 00323 #define VERSION "1.8.3" 00324 00325 /* "Vista support" */ 00326 #define VISTASUPPORT 00327 00328 /* "VTK support" */ 00329 #define VTKSUPPORT
1.5.6