Remove obsolete XF86_DATE & xf86Date.h
This commit is contained in:
parent
8dc3a7d681
commit
89bbd07e9d
|
@ -78,7 +78,6 @@ EXTRA_DIST = \
|
||||||
xf86xvpriv.h \
|
xf86xvpriv.h \
|
||||||
xisb.h \
|
xisb.h \
|
||||||
xorgVersion.h \
|
xorgVersion.h \
|
||||||
xf86Date.h \
|
|
||||||
$(MODEDEFSOURCES) \
|
$(MODEDEFSOURCES) \
|
||||||
modeline2c.awk \
|
modeline2c.awk \
|
||||||
$(DISTKBDSOURCES)
|
$(DISTKBDSOURCES)
|
||||||
|
|
|
@ -1,36 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright (c) 2003 by The XFree86 Project, Inc.
|
|
||||||
*
|
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
|
||||||
* copy of this software and associated documentation files (the "Software"),
|
|
||||||
* to deal in the Software without restriction, including without limitation
|
|
||||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
||||||
* and/or sell copies of the Software, and to permit persons to whom the
|
|
||||||
* Software is furnished to do so, subject to the following conditions:
|
|
||||||
*
|
|
||||||
* The above copyright notice and this permission notice shall be included in
|
|
||||||
* all copies or substantial portions of the Software.
|
|
||||||
*
|
|
||||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
||||||
* THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
|
||||||
* OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
||||||
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
||||||
* OTHER DEALINGS IN THE SOFTWARE.
|
|
||||||
*
|
|
||||||
* Except as contained in this notice, the name of the copyright holder(s)
|
|
||||||
* and author(s) shall not be used in advertising or otherwise to promote
|
|
||||||
* the sale, use or other dealings in this Software without prior written
|
|
||||||
* authorization from the copyright holder(s) and author(s).
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifdef HAVE_XORG_CONFIG_H
|
|
||||||
#include <xorg-config.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef XF86_DATE
|
|
||||||
|
|
||||||
#define XF86_DATE "18 December 2003"
|
|
||||||
|
|
||||||
#endif
|
|
|
@ -67,7 +67,6 @@
|
||||||
#include "xf86Config.h"
|
#include "xf86Config.h"
|
||||||
#include "xf86_OSlib.h"
|
#include "xf86_OSlib.h"
|
||||||
#include "xorgVersion.h"
|
#include "xorgVersion.h"
|
||||||
#include "xf86Date.h"
|
|
||||||
#include "xf86Build.h"
|
#include "xf86Build.h"
|
||||||
#include "mipointer.h"
|
#include "mipointer.h"
|
||||||
#include <X11/extensions/XI.h>
|
#include <X11/extensions/XI.h>
|
||||||
|
@ -174,7 +173,7 @@ xf86PrintBanner(void)
|
||||||
ErrorF(" (%s)", XORG_CUSTOM_VERSION);
|
ErrorF(" (%s)", XORG_CUSTOM_VERSION);
|
||||||
#endif
|
#endif
|
||||||
#ifndef XORG_DATE
|
#ifndef XORG_DATE
|
||||||
#define XORG_DATE XF86_DATE
|
# define XORG_DATE "Unknown"
|
||||||
#endif
|
#endif
|
||||||
ErrorF("\nRelease Date: %s\n", XORG_DATE);
|
ErrorF("\nRelease Date: %s\n", XORG_DATE);
|
||||||
ErrorF("X Protocol Version %d, Revision %d\n",
|
ErrorF("X Protocol Version %d, Revision %d\n",
|
||||||
|
|
Loading…
Reference in New Issue