home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1994 March / Source_Code_CD-ROM_Walnut_Creek_March_1994.iso / compsrcs / x / volume19 / xmail / part10 < prev    next >
Encoding:
Text File  |  1993-04-27  |  3.8 KB  |  92 lines

  1. Newsgroups: comp.sources.x
  2. From: markham@cadence.com (Jeff Markham)
  3. Subject: v19i035:  xmail - X Window System interface to the mail program, Part10/10
  4. Message-ID: <1993Mar10.203127.11622@sparky.imd.sterling.com>
  5. X-Md4-Signature: 3c9940eda97c346b70d2e04f3974e3ae
  6. Date: Wed, 10 Mar 1993 20:31:27 GMT
  7. Approved: chris@sparky.imd.sterling.com
  8.  
  9. Submitted-by: markham@cadence.com (Jeff Markham)
  10. Posting-number: Volume 19, Issue 35
  11. Archive-name: xmail/part10
  12. Environment: X11
  13. Supersedes: xmail: Volume 15, Issue 18-26
  14.  
  15. #! /bin/sh
  16. # This is a shell archive.  Remove anything before this line, then feed it
  17. # into a shell via "sh file" or similar.  To overwrite existing files,
  18. # type "sh file -c".
  19. # Contents:  national.bm
  20. # Wrapped by chris@sparky on Wed Mar 10 14:17:54 1993
  21. PATH=/bin:/usr/bin:/usr/ucb:/usr/local/bin:/usr/lbin ; export PATH
  22. echo If this archive is complete, you will see the following message:
  23. echo '          "shar: End of archive 10 (of 10)."'
  24. if test -f 'national.bm' -a "${1}" != "-c" ; then 
  25.   echo shar: Will not clobber existing file \"'national.bm'\"
  26. else
  27.   echo shar: Extracting \"'national.bm'\" \(1855 characters\)
  28.   sed "s/^X//" >'national.bm' <<'END_OF_FILE'
  29. X/*
  30. X * xmail - X window system interface to the mail program
  31. X *
  32. X * Copyright 1990 by National Semiconductor Corporation
  33. X *
  34. X * Permission to use, copy, modify, and distribute this software and its
  35. X * documentation for any purpose is hereby granted without fee, provided that
  36. X * the above copyright notice appear in all copies and that both that
  37. X * copyright notice and this permission notice appear in supporting
  38. X * documentation, and that the name of National Semiconductor Corporation not
  39. X * be used in advertising or publicity pertaining to distribution of the
  40. X * software without specific, written prior permission.  National Semiconductor
  41. X * Corporation makes no representations about the suitability of this software
  42. X * for any purpose.  It is provided "as is" without express or implied warranty.
  43. X *
  44. X * NATIONAL SEMICONDUCTOR CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO
  45. X * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
  46. X * FITNESS, IN NO EVENT SHALL NATIONAL SEMICONDUCTOR CORPORATION BE LIABLE FOR
  47. X * ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
  48. X * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
  49. X * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
  50. X * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  51. X *
  52. X * Author:  Michael C. Wagnitz - National Semiconductor Corporation
  53. X *
  54. X */
  55. X
  56. X#define national_width 20
  57. X#define national_height 20
  58. Xstatic char national_bits[] = {
  59. X   0xff, 0xff, 0xff, 0xff, 0x7c, 0xff, 0x7f, 0x3c, 0xff, 0x3f, 0x1c, 0xff,
  60. X   0x1f, 0x8d, 0xff, 0x8f, 0xc5, 0xff, 0xc7, 0xe1, 0xff, 0xe3, 0x71, 0xff,
  61. X   0x71, 0x38, 0xff, 0x39, 0x1e, 0xff, 0x1d, 0x8e, 0xff, 0x8f, 0xc6, 0xff,
  62. X   0xc7, 0xe2, 0xff, 0xe3, 0xf0, 0xff, 0xf1, 0xf8, 0xff, 0xf9, 0xfc, 0xff,
  63. X   0xfd, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
  64. END_OF_FILE
  65.   if test 1855 -ne `wc -c <'national.bm'`; then
  66.     echo shar: \"'national.bm'\" unpacked with wrong size!
  67.   fi
  68.   # end of 'national.bm'
  69. fi
  70. echo shar: End of archive 10 \(of 10\).
  71. cp /dev/null ark10isdone
  72. MISSING=""
  73. for I in 1 2 3 4 5 6 7 8 9 10 ; do
  74.     if test ! -f ark${I}isdone ; then
  75.     MISSING="${MISSING} ${I}"
  76.     fi
  77. done
  78. if test "${MISSING}" = "" ; then
  79.     echo You have unpacked all 10 archives.
  80.     rm -f ark[1-9]isdone ark[1-9][0-9]isdone
  81. else
  82.     echo You still must unpack the following archives:
  83.     echo "        " ${MISSING}
  84. fi
  85. exit 0
  86. exit 0 # Just in case...
  87. -- 
  88.   // chris@IMD.Sterling.COM            | Send comp.sources.x submissions to:
  89. \X/  Amiga - The only way to fly!      |
  90.  "It's intuitively obvious to the most |    sources-x@imd.sterling.com
  91.   casual observer..."                  |
  92.