X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=win32%2Fconfig.h;h=c914137ed8162cc77b0737724be00e6ed6e648aa;hb=60642edefc02275041c9129aec281e177597cc25;hp=269327dc8436a8a43e48243a06897f0dfaab973b;hpb=5f03c24894f0036ce71c1d721e4e186608c19f57;p=libfirm diff --git a/win32/config.h b/win32/config.h index 269327dc8..c914137ed 100644 --- a/win32/config.h +++ b/win32/config.h @@ -2,9 +2,6 @@ /* always debug heap support */ #include "crtdbg.h" -/* Define to 1 if you have the header file. */ -/* #undef HAVE_ALLOCA_H */ - /* Define to 1 if you have the header file. */ #define HAVE_MALLOC_H 1 @@ -90,8 +87,6 @@ /* map some non-POSIX names for Win32 */ #define snprintf _snprintf -#define strcasecmp stricmp -#define strncasecmp _strnicmp #define __attribute__(x) typedef unsigned __int16 uint16_t;