shmpatch-Makefile_in 596 B

123456789101112131415161718
  1. $OpenBSD: shmpatch-Makefile_in,v 1.1 2003/11/22 00:56:58 espie Exp $
  2. --- Makefile.in.orig 2003-09-18 18:13:02.000000000 +0200
  3. +++ Makefile.in 2003-11-17 23:37:54.000000000 +0100
  4. @@ -46,7 +46,12 @@ AWK = @AWK@
  5. # -DDUMPSHADOW
  6. # With shadow-pw screen would never dump core. Use this option if
  7. # you still want to have a core. Use only for debugging.
  8. -OPTIONS=
  9. +# -DIPC_EXPORT_IMAGE
  10. +# Allows an other program to get the screen contetn through shared mem
  11. +# and ipc. This is used e.g. for braille and speech software.
  12. +
  13. +OPTIONS=-DIPC_EXPORT_IMAGE
  14. +#OPTIONS=
  15. #OPTIONS= -DDEBUG
  16. SHELL=/bin/sh