Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members   Related Pages   Examples  

config.h

00001 /* include/config.h.  Generated automatically by configure.  */
00002 /* include/config.h.in.  Generated automatically from configure.in by autoheader.  */
00003 
00004 /* Define to empty if the keyword does not work.  */
00005 /* #undef const */
00006 
00007 /* Define as __inline if that's what the C compiler calls it.  */
00008 /* #undef inline */
00009 
00010 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
00011 /* #undef size_t */
00012 
00013 /* Define if you have the ANSI C header files.  */
00014 #define STDC_HEADERS 1
00015 
00016 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
00017 #define TIME_WITH_SYS_TIME 1
00018 
00019 /* Define if the X Window System is missing or not being used.  */
00020 /* #undef X_DISPLAY_MISSING */
00021 
00022 /* Define to signal compiler support for void and void * types.  */
00023 #define HAVE_VOID 1
00024 
00025 /* Define (if compiling as C++) to signal compiler support for bool type.  */
00026 #define HAVE_BOOL 1
00027 
00028 /* Define if you have the memcpy function.  */
00029 #define HAVE_MEMCPY 1
00030 
00031 /* Define if you have the memmove function.  */
00032 #define HAVE_MEMMOVE 1
00033 
00034 /* Define if you have the strcasecmp function.  */
00035 #define HAVE_STRCASECMP 1
00036 
00037 /* Define if you have the strchr function.  */
00038 #define HAVE_STRCHR 1
00039 
00040 /* Define if you have the strerror function.  */
00041 #define HAVE_STRERROR 1
00042 
00043 /* Define if you have the <iostream.h> header file.  */
00044 /* #undef HAVE_IOSTREAM_H */
00045 
00046 /* Define if you have the <limits.h> header file.  */
00047 #define HAVE_LIMITS_H 1
00048 
00049 /* Define if you have the <malloc.h> header file.  */
00050 #define HAVE_MALLOC_H 1
00051 
00052 /* Define if you have the <strings.h> header file.  */
00053 #define HAVE_STRINGS_H 1
00054 
00055 /* Define if you have the <sys/time.h> header file.  */
00056 #define HAVE_SYS_TIME_H 1
00057 
00058 /* Define if you have the <unistd.h> header file.  */
00059 #define HAVE_UNISTD_H 1
00060 
00061 /* Define if you have the Imlib library (-lImlib).  */
00062 #define HAVE_LIBIMLIB 1
00063 
00064 /* Define if you have the Xext library (-lXext).  */
00065 #define HAVE_LIBXEXT 1
00066 
00067 /* Define if you have the fftw library (-lfftw).  */
00068 #define HAVE_LIBFFTW 1
00069 
00070 /* Define if you have the g++ library (-lg++).  */
00071 #define HAVE_LIBG__ 1
00072 
00073 /* Define if you have the plotter library (-lplotter).  */
00074 #define HAVE_LIBPLOTTER 1
00075 
00076 /* Define if you have the rfftw library (-lrfftw).  */
00077 #define HAVE_LIBRFFTW 1
00078 
00079 /* Name of package */
00080 #define PACKAGE "TiP"
00081 
00082 /* Version number of package */
00083 #define VERSION "0.0.1"
00084