X-Git-Url: https://git.jankratochvil.net/?p=mdsms.git;a=blobdiff_plain;f=acconfig.h;fp=acconfig.h;h=b7e0cf59af0681627fd5cf71fcd5fbf03be54e94;hp=ac1bcefcde512ee07c5569664d803f1326c2ad41;hb=92d979b6a197cde2e306462c3a1bcdbfa37043ba;hpb=f3c081df429e32cf77534cd4650daf3bed23e122 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