summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2004-08-16 16:36:16 +0000
committerKristian Høgsberg <krh@redhat.com>2004-08-16 16:36:16 +0000
commit6b12ddbb33c8722e50e7f69f456ba0ba72b76ddd (patch)
tree6dc1ed1e5b008f3ce289ef72986761931d03336e /lisp
parentd980ac394b3f828ce3c03d5894218d712d7b2846 (diff)
As discussed and agreed on on the release-wranglers meeting of August 16,XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901
I'm committing the patch from bug #1060 to back out unconditional Xprint functionality. Back out Xprint changes. Revert xman to CVS of June 5, revert xlogo to CVS of May 8, revert xedit to CVS of April 25, to back out unconditional Xprint support. Fix up Xprint config logic to be like the rest of the extensions: BuildXprint is a one-stop option for disabling everything Xprint related. XprtServer controls building Xprt, BuildXprintLib controls building Xprint libs and BuildXprintClients controls building clients related to Xprint. BuiltXprint defaults to YES and the other options respects relevant settings, i.e. BuildServer and BuildServersOnly. Build Xaw regardless of BuildXprintLib setting. Only build xphelloworld, xplsprinters and xprehashprinterlist when BuildXprintClients it YES. Disable building xmore, it has always supported XawPrintShell. Make Xprint support depend on BuildXprintLib.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/lisp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/lisp.c b/lisp/lisp.c
index 0231727..da5d1c8 100644
--- a/lisp/lisp.c
+++ b/lisp/lisp.c
@@ -46,8 +46,7 @@
#endif
#if defined(linux)
-/* kernel header doesn't work with -ansi */
-/* #include <asm/page.h> */ /* for PAGE_SIZE */
+#include <asm/page.h> /* for PAGE_SIZE */
#define HAS_GETPAGESIZE
#define HAS_SC_PAGESIZE /* _SC_PAGESIZE may be an enum for Linux */
#endif