#ifndef MPLIB1_CONFIG #define MPLIB1_CONFIG /* WARNING: DO NOT EDIT. THIS FILE IS AUTOMATICALLY GENERATED. */ #ifndef NULL #define NULL ((void *)0) #endif #ifndef BIT #define BIT(n) (1<<(n)) #endif #ifndef BITTST #define BITTST(v,b) ((v)&(1<<(b))) #endif #define MPLIB1_VERSION_MAJOR 3 #define MPLIB1_VERSION_MINOR 1 #define MPLIB1_VERSION_PATCH 0 #define MPLIB1_VERSION_STRING "3.1.0" /* required defines for linux on i386 */ /* #define HAVE_GCC_I386 */ #define HAVE_LINUX_BITOPS #define H_GETTIMEOFDAY_2_PARAMS #define INCLUDE_GETOPT #define CAN_ADD_OFF_T_TO_VOID_PTR #endif