X-Git-Url: http://git.jankratochvil.net/?p=mdsms.git;a=blobdiff_plain;f=acconfig.h;h=b7e0cf59af0681627fd5cf71fcd5fbf03be54e94;hp=ac1bcefcde512ee07c5569664d803f1326c2ad41;hb=5a2446d9cb2d2af3be2de8aa5cf791dd503d69fe;hpb=60a8ee1e4b1a417463840bbfa07f3a07cfb06014 diff --git a/acconfig.h b/acconfig.h index ac1bcef..b7e0cf5 100644 --- a/acconfig.h +++ b/acconfig.h @@ -30,18 +30,6 @@ /* Disable runtime assertion checks. */ #undef NDEBUG -/* Provide stub for MAX-function if needed. */ -#undef HAVE_MAX -#ifndef HAVE_MAX -#define MAX(a,b) ((a)>(b)?(a):(b)) -#endif - -/* Provide stub for MIN-function if needed. */ -#undef HAVE_MIN -#ifndef HAVE_MIN -#define MIN(a,b) ((a)<(b)?(a):(b)) -#endif - /* LINE_MAX from , provide default if not defined. */ #undef HAVE_LINE_MAX #undef LINE_MAX