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  

ncconfig.h

Go to the documentation of this file.
00001 /* libsrc/ncconfig.h.  Generated automatically by configure.  */
00002 /* libsrc/ncconfig.in.  Generated automatically from configure.in by autoheader.  */
00003 #ifndef _NCCONFIG_H_
00004 #define _NCCONFIG_H_
00005 
00006 /* Define if you're on an HP-UX system. */
00007 /* #undef _HPUX_SOURCE */
00008 
00009 /* Define if type char is unsigned and you are not using gcc.  */
00010 #ifndef __CHAR_UNSIGNED__
00011 /* #undef __CHAR_UNSIGNED__ */
00012 #endif
00013 
00014 /* Define if your struct stat has st_blksize.  */
00015 #define HAVE_ST_BLKSIZE 1
00016 
00017 /* Define to `long' if <sys/types.h> doesn't define.  */
00018 /* #undef off_t */
00019 
00020 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
00021 /* #undef size_t */
00022 
00023 /* Define if you have the ANSI C header files.  */
00024 #define STDC_HEADERS 1
00025 
00026 /* Define if your processor stores words with the most significant
00027    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
00028 #define WORDS_BIGENDIAN 1
00029 
00030 /* Define if you don't have the <stdlib.h>.  */
00031 /* #undef NO_STDLIB_H */
00032 
00033 /* Define if you don't have the <sys/types.h>.  */
00034 /* #undef NO_SYS_TYPES_H */
00035 
00036 /* Define if you have the ftruncate function  */
00037 #define HAVE_FTRUNCATE 1
00038 
00039 /* Define if you have alloca, as a function or macro.  */
00040 #define HAVE_ALLOCA 1
00041 
00042 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
00043 #define HAVE_ALLOCA_H 1
00044 
00045 /* Define if you don't have the strerror function  */
00046 /* #undef NO_STRERROR */
00047 
00048 /* The number of bytes in a size_t */
00049 #define SIZEOF_SIZE_T 4
00050 
00051 /* The number of bytes in a off_t */
00052 #define SIZEOF_OFF_T 8
00053 
00054 /* Define to `int' if system doesn't define.  */
00055 /* #undef ssize_t */
00056 
00057 /* Define to `int' if system doesn't define.  */
00058 /* #undef ptrdiff_t */
00059 
00060 /* Define to `unsigned char' if system doesn't define.  */
00061 #define uchar unsigned char
00062 
00063 /* Define if the system does not use IEEE floating point representation */
00064 /* #undef NO_IEEE_FLOAT */
00065 
00066 /* The number of bytes in a double.  */
00067 #define SIZEOF_DOUBLE 8
00068 
00069 /* The number of bytes in a float.  */
00070 #define SIZEOF_FLOAT 4
00071 
00072 /* The number of bytes in a int.  */
00073 #define SIZEOF_INT 4
00074 
00075 /* The number of bytes in a long.  */
00076 #define SIZEOF_LONG 4
00077 
00078 /* The number of bytes in a short.  */
00079 #define SIZEOF_SHORT 2
00080 
00081 #endif /* !_NCCONFIG_H_ */
 

Powered by Plone

This site conforms to the following standards: