xlib: remove VMS tweaks, these should be moved to p_compiler.h if needed
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 8 Jan 2009 16:14:45 +0000 (16:14 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Thu, 8 Jan 2009 16:14:45 +0000 (16:14 +0000)
src/gallium/state_trackers/xlib/fakeglx.c
src/gallium/state_trackers/xlib/fakeglx.h
src/gallium/state_trackers/xlib/fakeglx_fonts.c
src/gallium/state_trackers/xlib/glxheader.h

index e62ff239d0800d54734ed69dbf7122fa1b28ab50..efe1faaa3a491b58637fed81f8bcebad0ffb4bc9 100644 (file)
 #include "state_tracker/st_public.h"
 
 
-#ifdef __VMS
-#define _mesa_sprintf sprintf
-#endif
-
 /* This indicates the client-side GLX API and GLX encoder version. */
 #define CLIENT_MAJOR_VERSION 1
 #define CLIENT_MINOR_VERSION 4  /* but don't have 1.3's pbuffers, etc yet */
index fc75dafc6d8514f1b8aae56f5d799b08745d13be..e5fd960072e4c0bf4ab0137b7641cda58612f954 100644 (file)
 #define FAKEGLX_H
 
 
-#ifdef __VMS
-#include <GL/vms_x_fix.h>
-#endif
-
 #include <X11/Xlib.h>
 
 struct _glxapi_table;
index c7f61699e5f6d8721678c8eceb21d6514876a37a..cf9cb9d2fb69e652f300f041dfb3fca7f3ca4705 100644 (file)
  * Copyright (C) 1995 Thorsten.Ohl @ Physik.TH-Darmstadt.de
  */
 
-#ifdef __VMS
-#include <GL/vms_x_fix.h>
-#endif
-
 #include "glxheader.h"
 #include "context.h"
 #include "imports.h"
index e12fac814c555a47bebfbdd19dc7e16f64dfa5b8..5596f8aa9a19cf5bfd272f397c5e22bb3ed28dcd 100644 (file)
 #ifndef GLX_HEADER_H
 #define GLX_HEADER_H
 
-#ifdef __VMS
-#include <GL/vms_x_fix.h>
-#endif
-
 #include "glheader.h"
 
 # include <X11/Xlib.h>