home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Programming / Source / winterp-1.13 / Winterp.ad < prev    next >
Encoding:
Text File  |  1991-10-06  |  3.6 KB  |  76 lines

  1. !###############################################################################
  2. !
  3. ! File:         Winterp.ad
  4. ! RCS:          $Header: Winterp.ad,v 1.2 91/10/02 22:40:42 mayer Exp $
  5. ! Description:  Winterp application defaults file -- install in 
  6. !        /usr/lib/X11/app-defaults/Winterp
  7. ! Author:       Niels Mayer, HPLabs
  8. ! Created:      Thu Mar  7 08:00:52 1991
  9. ! Modified:     
  10. ! Language:     N/A
  11. ! Package:      N/A
  12. ! Status:       X11r5 contrib tape release
  13. !
  14. ! WINTERP Copyright 1989, 1990, 1991 Hewlett-Packard Company (by Niels Mayer).
  15. ! XLISP version 2.1, Copyright (c) 1989, by David Betz.
  16. !
  17. ! Permission to use, copy, modify, distribute, and sell this software and its
  18. ! documentation for any purpose is hereby granted without fee, provided that
  19. ! the above copyright notice appear in all copies and that both that
  20. ! copyright notice and this permission notice appear in supporting
  21. ! documentation, and that the name of Hewlett-Packard and David Betz not be
  22. ! used in advertising or publicity pertaining to distribution of the software
  23. ! without specific, written prior permission.  Hewlett-Packard and David Betz
  24. ! make no representations about the suitability of this software for any
  25. ! purpose. It is provided "as is" without express or implied warranty.
  26. !
  27. ! HEWLETT-PACKARD AND DAVID BETZ DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
  28. ! SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
  29. ! IN NO EVENT SHALL HEWLETT-PACKARD NOR DAVID BETZ BE LIABLE FOR ANY SPECIAL,
  30. ! INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  31. ! LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
  32. ! OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  33. ! PERFORMANCE OF THIS SOFTWARE.
  34. !
  35. ! See ./winterp/COPYRIGHT for information on contacting the authors.
  36. !
  37. ! Please send modifications, improvements and bugfixes to mayer@hplabs.hp.com
  38. ! Post XLISP-specific questions/information to the newsgroup comp.lang.lisp.x
  39. !###############################################################################
  40.  
  41. ! NOTE: the resources specified in this file are all commented out with
  42. ! the '!' character. The value specified is the default value as set in
  43. ! ./src-server/config.h
  44.  
  45. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  46. ! Winterp application resources.
  47. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  48. ! Winterp.lispInitFile: initialize.lsp
  49. ! Winterp.lispTranscriptFile: 
  50. ! Winterp.lispLibDir: ./
  51. ! Winterp.enableXtErrorBreak: true
  52. ! Winterp.enableXtWarningBreak: false
  53. ! Winterp.enableXErrorBreak: true
  54. ! Winterp.enableInitMsgs: true
  55.  
  56. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  57. ! Resources pertaining to WINTERP's Unix Domain Socket xlisp eval server.
  58. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  59. ! Winterp.enableUnixServer: true
  60. ! Winterp.unixSocketFilepath: /tmp/.winterp_serv
  61.  
  62. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  63. ! Resources pertaining to the TCP/IP eval server. Note that by default
  64. ! WINTERP does not compile with the TCP/IP eval server code defined. In
  65. ! order to allow for a TCP/IP server socket, you should uncomment the line
  66. ! /* #define WINTERP_WANT_INET_SERVER */ in file winterp/src-server/config.h
  67. ! and recompile. You will also have to set resource "enableInetServer"
  68. ! to "true".
  69. !
  70. ! Note that the TCP/IP eval server is a security hole -- that is
  71. ! why it is disabled by default.
  72. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
  73. ! Winterp.enableInetServer: false
  74. ! Winterp.servicePort: 23751
  75. ! Winterp.serviceName: widget_interp
  76.