ref: 0c9a16c6708ef4ba53f753ec322e3404c5754ac7
dir: /src/plan9/config.h/
#ifndef __plan9_config_h__ #define __plan9_config_h__ // FIXME #define ARCH_X86_64 1 #define BITDEPTH 8 #define HAVE_ALIGNED_MALLOC 1 #define CONFIG_8BPC 1 //#define CONFIG_16BPC 1 #define CONFIG_LOG 1 #endif