Main Page   Modules   Compound List   File List   Compound Members   File Members  

config_macosx.h

00001 /* config.h.  Generated automatically by configure.  */
00002 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
00003 
00004 /* Define if using alloca.c.  */
00005 /* #undef C_ALLOCA */
00006 
00007 /* Define to empty if the keyword does not work.  */
00008 /* #undef const */
00009 
00010 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
00011    This function is required for alloca.c support on those systems.  */
00012 /* #undef CRAY_STACKSEG_END */
00013 
00014 /* Define if you have alloca, as a function or macro.  */
00015 #define HAVE_ALLOCA 1
00016 
00017 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
00018 /* #undef HAVE_ALLOCA_H */
00019 
00020 /* Define as __inline if that's what the C compiler calls it.  */
00021 /* #undef inline */
00022 
00023 /* Define as the return type of signal handlers (int or void).  */
00024 #define RETSIGTYPE void
00025 
00026 /* Define if the setvbuf function takes the buffering type as its second
00027    argument and the buffer pointer as the third, as on System V
00028    before release 3.  */
00029 /* #undef SETVBUF_REVERSED */
00030 
00031 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
00032 /* #undef size_t */
00033 
00034 /* If using the C implementation of alloca, define if you know the
00035    direction of stack growth for your system; otherwise it will be
00036    automatically deduced at run-time.
00037  STACK_DIRECTION > 0 => grows toward higher addresses
00038  STACK_DIRECTION < 0 => grows toward lower addresses
00039  STACK_DIRECTION = 0 => direction of growth unknown
00040  */
00041 /* #undef STACK_DIRECTION */
00042 
00043 /* Define if you have the ANSI C header files.  */
00044 #define STDC_HEADERS 1
00045 
00046 /* Define if your <sys/time.h> declares struct tm.  */
00047 /* #undef TM_IN_SYS_TIME */
00048 
00049 /* Define if your processor stores words with the most significant
00050    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
00051 #define WORDS_BIGENDIAN 1
00052 
00053 /* Define if the X Window System is missing or not being used.  */
00054 #define X_DISPLAY_MISSING 1
00055 
00056 /* Define if you have LAPACK */
00057 #define HAVE_LAPACK 1
00058 
00059 /* Define if you have SCS library (SGI only) */
00060 /* #undef HAVE_SCSL */
00061 
00062 /* Define if you have PNG libraries */
00063 #define HAVE_PNG 1
00064 
00065 /* Define if you have TIFF library */
00066 #define HAVE_TIFF 1
00067 
00068 /* Define if you have GIF library */
00069 /* #undef HAVE_GIF */
00070 
00071 /* Define if you have JPEG library */
00072 /* #undef HAVE_JPEG */
00073 
00074 /* Define if you have Open GL */
00075 /* #undef HAVE_OPENGL */
00076 
00077 /* The number of bytes in a char.  */
00078 #define SIZEOF_CHAR 1
00079 
00080 /* The number of bytes in a double.  */
00081 #define SIZEOF_DOUBLE 8
00082 
00083 /* The number of bytes in a float.  */
00084 #define SIZEOF_FLOAT 4
00085 
00086 /* The number of bytes in a int.  */
00087 #define SIZEOF_INT 4
00088 
00089 /* The number of bytes in a long.  */
00090 #define SIZEOF_LONG 4
00091 
00092 /* The number of bytes in a long double.  */
00093 #define SIZEOF_LONG_DOUBLE 8
00094 
00095 /* The number of bytes in a long long.  */
00096 #define SIZEOF_LONG_LONG 8
00097 
00098 /* The number of bytes in a long long long long.  */
00099 #define SIZEOF_LONG_LONG_LONG_LONG 0
00100 
00101 /* The number of bytes in a short.  */
00102 #define SIZEOF_SHORT 2
00103 
00104 /* Define if you have the memcpy function.  */
00105 #define HAVE_MEMCPY 1
00106 
00107 /* Define if you have the memmove function.  */
00108 #define HAVE_MEMMOVE 1
00109 
00110 /* Define if you have the mkdir function.  */
00111 #define HAVE_MKDIR 1
00112 
00113 /* Define if you have the random function.  */
00114 #define HAVE_RANDOM 1
00115 
00116 /* Define if you have the strchr function.  */
00117 #define HAVE_STRCHR 1
00118 
00119 /* Define if you have the strdup function.  */
00120 #define HAVE_STRDUP 1
00121 
00122 /* Define if you have the strstr function.  */
00123 #define HAVE_STRSTR 1
00124 
00125 /* Define if you have the strtod function.  */
00126 #define HAVE_STRTOD 1
00127 
00128 /* Define if you have the strtol function.  */
00129 #define HAVE_STRTOL 1
00130 
00131 /* Define if you have the <limits.h> header file.  */
00132 #define HAVE_LIMITS_H 1
00133 
00134 /* Define if you have the <malloc.h> header file.  */
00135 /* #undef HAVE_MALLOC_H */
00136 
00137 /* Define if you have the <unistd.h> header file.  */
00138 #define HAVE_UNISTD_H 1
00139 
00140 /* Define if you have the X11 library (-lX11).  */
00141 /* #undef HAVE_LIBX11 */
00142 
00143 /* Define if you have the m library (-lm).  */
00144 #define HAVE_LIBM 1

Generated on Mon Oct 13 16:14:32 2003 by doxygen1.3-rc1