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  

RWCox.h

Go to the documentation of this file.
00001 #ifndef RWCOX_INCLUDE
00002 #define RWCOX_INCLUDE
00003 
00004 /*** setup macros for conditional compilation, a la Cox ***/
00005 
00006 #ifdef RWCOX
00007 #ifdef linux
00008 #define RWCOX_LINUX      1    /* use Cox stuff, for Linux system */
00009 #else
00010 #define RWCOX_NOT_LINUX  1    /* use Cox stuff, for generic Unix */
00011 #endif
00012 #else
00013 #define NOT_RWCOX        1    /* don't use Cox stuff at all */
00014 #endif
00015 
00016 #endif
 

Powered by Plone

This site conforms to the following standards: