diff --git a/Xext/xcmisc.c b/Xext/xcmisc.c index 8e3c9cd80..745135ed5 100644 --- a/Xext/xcmisc.c +++ b/Xext/xcmisc.c @@ -40,12 +40,7 @@ from The Open Group. #include #include "modinit.h" -#if HAVE_STDINT_H #include -#elif !defined(UINT32_MAX) -#define UINT32_MAX 0xffffffffU -#endif - static int ProcXCMiscGetVersion(ClientPtr client) diff --git a/dbe/dbe.c b/dbe/dbe.c index 86d8220b8..a46867676 100644 --- a/dbe/dbe.c +++ b/dbe/dbe.c @@ -38,12 +38,7 @@ #endif #include -#if HAVE_STDINT_H #include -#elif !defined(UINT32_MAX) -#define UINT32_MAX 0xffffffffU -#endif - #include #include #include "scrnintstr.h" diff --git a/include/dix-config.h.in b/include/dix-config.h.in index 5facb1106..aa7de60bd 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -178,9 +178,6 @@ /* Define to 1 if you have the `shmctl64' function. */ #undef HAVE_SHMCTL64 -/* Define to 1 if you have the header file. */ -#undef HAVE_STDINT_H - /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H diff --git a/render/render.c b/render/render.c index cc13dbc2a..ff75409cb 100644 --- a/render/render.c +++ b/render/render.c @@ -52,11 +52,7 @@ #include "panoramiXsrv.h" #endif -#if HAVE_STDINT_H #include -#elif !defined(UINT32_MAX) -#define UINT32_MAX 0xffffffffU -#endif static int ProcRenderQueryVersion (ClientPtr pClient); static int ProcRenderQueryPictFormats (ClientPtr pClient);