X-Git-Url: http://www.wagner.pp.ru/gitweb/?p=oss%2Ffgis.git;a=blobdiff_plain;f=include%2Fconfig.h.in;fp=include%2Fconfig.h.in;h=01a0aa002bd7111cf2c2c17a8da77f8087413075;hp=acd9e9c485969dbb64625b036e63ea4117a2a9ab;hb=ed514d6406b2a9110a2dcc043b4c6a1af755e081;hpb=0e811b870704b460c73b50d8d817fd1b595e58b9 diff --git a/include/config.h.in b/include/config.h.in index acd9e9c..01a0aa0 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -42,7 +42,8 @@ /* Define to 1 if you have the header file. */ #undef HAVE_LIMITS_H -/* Define to 1 if your system has a working `malloc' function. */ +/* Define to 1 if your system has a GNU libc compatible `malloc' function, and + to 0 otherwise. */ #undef HAVE_MALLOC /* Define to 1 if you have the header file. */ @@ -151,6 +152,9 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS +/* Define this variable if your Tk version less then 8.4 */ +#undef TK_84PREV + /* Define to 1 if your declares `struct tm'. */ #undef TM_IN_SYS_TIME @@ -160,5 +164,8 @@ /* Define to empty if `const' does not conform to ANSI C. */ #undef const +/* Define to rpl_malloc if the replacement function should be used. */ +#undef malloc + /* Define to `unsigned' if does not define. */ #undef size_t