home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / files / comm / mail / smail / src / rcs / sysexits.h,v < prev   
Text File  |  1993-12-21  |  2KB  |  82 lines

  1. head    1.2;
  2. access;
  3. symbols
  4.     C_1:1.2;
  5. locks; strict;
  6. comment    @ * @;
  7.  
  8.  
  9. 1.2
  10. date    93.09.18.16.47.47;    author Aussem;    state Exp;
  11. branches;
  12. next    1.1;
  13.  
  14. 1.1
  15. date    93.09.08.16.25.48;    author Aussem;    state Exp;
  16. branches;
  17. next    ;
  18.  
  19.  
  20. desc
  21. @exit codes
  22. @
  23.  
  24.  
  25. 1.2
  26. log
  27. @insert GNU license text in the header
  28. @
  29. text
  30. @/*
  31.  * sysexits.h
  32.  *
  33.  * Returncodes for smail/rmail
  34.  *
  35.  * This program is free software; you can redistribute it and/or
  36.  * modify it under the terms of the GNU General Public License as
  37.  * published by the Free Software Foundation; either version 2 of
  38.  * the License, or (at your option) any later version.
  39.  *
  40.  * This program is distributed in the hope that it will be useful,
  41.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  42.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  43.  * General Public License for more details.
  44.  *
  45.  * You should have received a copy of the GNU General Public License
  46.  * along with this program; if not, write to the Free Software
  47.  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  48.  *
  49.  * $Log: sysexits.h,v $
  50.  * Revision 1.1  1993/09/08  16:25:48  Aussem
  51.  * Initial revision
  52.  *
  53.  *
  54.  */
  55.  
  56. # define EX_OK        0    /* successful termination */
  57. # define EX_USAGE    5    /* command line usage error */
  58. # define EX_NOHOST    10    /* host name unknown */
  59. # define EX_UNAVAILABLE    11    /* service unavailable */
  60. # define EX_SOFTWARE    12    /* internal software error */
  61. # define EX_OSFILE    13    /* critical OS file missing */
  62. # define EX_CANTCREAT    14    /* can't create (user) output file */
  63. # define EX_TEMPFAIL    15    /* temp failure; user is invited to retry */
  64. @
  65.  
  66.  
  67. 1.1
  68. log
  69. @Initial revision
  70. @
  71. text
  72. @d2 1
  73. a2 1
  74.  *  sysexits.h
  75. d4 1
  76. a4 1
  77.  *  Returncodes for smail/rmail
  78. d6 18
  79. a23 1
  80.  * $Log$
  81. @
  82.