Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search  

config.h

Go to the documentation of this file.
00001 /* vc++/config.h - manually adapted from include/config.h.in */
00002 
00003 /* autodetect accelerations */
00004 #define ACCEL_DETECT
00005 
00006 /* alpha architecture */
00007 /* #undef ARCH_ALPHA */
00008 
00009 /* ppc architecture */
00010 /* #undef ARCH_PPC */
00011 
00012 /* x86 architecture */
00013 #define ARCH_X86
00014 
00015 /* maximum supported data alignment */
00016 /* #undef ATTRIBUTE_ALIGNED_MAX */
00017 
00018 /* debug mode configuration */
00019 /* #undef DEBUG */
00020 
00021 /* Define if you have the `__builtin_expect' function. */
00022 /* #undef HAVE_BUILTIN_EXPECT */
00023 
00024 /* Define to 1 if you have the <ddraw.h> header file. */
00025 #define HAVE_DDRAW_H 1
00026 
00027 /* Define to 1 if you have the <dlfcn.h> header file. */
00028 /* #undef HAVE_DLFCN_H */
00029 
00030 /* Define to 1 if you have the `ftime' function. */
00031 #define HAVE_FTIME 1
00032 
00033 /* Define to 1 if you have the `gettimeofday' function. */
00034 /* #undef HAVE_GETTIMEOFDAY */
00035 
00036 /* Define to 1 if you have the <inttypes.h> header file. */
00037 /* #undef HAVE_INTTYPES_H */
00038 
00039 /* Define to 1 if you have the <io.h> header file. */
00040 #define HAVE_IO_H 1
00041 
00042 /* Define to 1 if you have the `memalign' function. */
00043 /* #undef HAVE_MEMALIGN */
00044 
00045 /* Define to 1 if you have the <memory.h> header file. */
00046 #define HAVE_MEMORY_H 1
00047 
00048 /* Define to 1 if you have the <stdint.h> header file. */
00049 /* #undef HAVE_STDINT_H */
00050 
00051 /* Define to 1 if you have the <stdlib.h> header file. */
00052 #define HAVE_STDLIB_H 1
00053 
00054 /* Define to 1 if you have the <strings.h> header file. */
00055 /* #undef HAVE_STRINGS_H */
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/timeb.h> header file. */
00064 #define HAVE_SYS_TIMEB_H 1
00065 
00066 /* Define to 1 if you have the <sys/time.h> header file. */
00067 /* #undef HAVE_SYS_TIME_H */
00068 
00069 /* Define to 1 if you have the <sys/types.h> header file. */
00070 #define HAVE_SYS_TYPES_H 1
00071 
00072 /* Define to 1 if you have the <unistd.h> header file. */
00073 /* #undef HAVE_UNISTD_H */
00074 
00075 /* libmpeg2 mediaLib support */
00076 /* #undef LIBMPEG2_MLIB */
00077 
00078 /* libvo DirectX support */
00079 #define LIBVO_DX
00080 
00081 /* libvo mediaLib support */
00082 /* #undef LIBVO_MLIB */
00083 
00084 /* libvo SDL support */
00085 /* #undef LIBVO_SDL */
00086 
00087 /* libvo X11 support */
00088 /* #undef LIBVO_X11 */
00089 
00090 /* libvo Xv support */
00091 /* #undef LIBVO_XV */
00092 
00093 /* Name of package */
00094 #define PACKAGE "mpeg2dec"
00095 
00096 /* Define to the address where bug reports for this package should be sent. */
00097 #define PACKAGE_BUGREPORT ""
00098 
00099 /* Define to the full name of this package. */
00100 #define PACKAGE_NAME ""
00101 
00102 /* Define to the full name and version of this package. */
00103 #define PACKAGE_STRING ""
00104 
00105 /* Define to the one symbol short name of this package. */
00106 #define PACKAGE_TARNAME ""
00107 
00108 /* Define to the version of this package. */
00109 #define PACKAGE_VERSION ""
00110 
00111 /* Define as the return type of signal handlers (`int' or `void'). */
00112 #define RETSIGTYPE void
00113 
00114 /* The size of a `char', as computed by sizeof. */
00115 #define SIZEOF_CHAR 1
00116 
00117 /* The size of a `int', as computed by sizeof. */
00118 #define SIZEOF_INT 4
00119 
00120 /* The size of a `short', as computed by sizeof. */
00121 #define SIZEOF_SHORT 2
00122 
00123 /* Define to 1 if you have the ANSI C header files. */
00124 #define STDC_HEADERS 1
00125 
00126 /* Version number of package */
00127 #define VERSION "0.3.1"
00128 
00129 /* Define to 1 if your processor stores words with the most significant byte
00130    first (like Motorola and SPARC, unlike Intel and VAX). */
00131 /* #undef WORDS_BIGENDIAN */
00132 
00133 /* Define to 1 if the X Window System is missing or not being used. */
00134 #define X_DISPLAY_MISSING 1
00135 
00136 /* Define to empty if `const' does not conform to ANSI C. */
00137 /* #undef const */
00138 
00139 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
00140    if it is not supported. */
00141 #define inline __inline
00142 
00143 /* Define as `__restrict' if that's what the C compiler calls it, or to
00144    nothing if it is not supported. */
00145 #define restrict __restrict
00146 
00147 /* Define to `unsigned' if <sys/types.h> does not define. */
00148 /* #undef size_t */
 

Powered by Plone

This site conforms to the following standards: