home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cicspa2.zip / PA2ALLEN.H < prev    next >
Text File  |  1995-07-02  |  2KB  |  105 lines

  1. /*********************************************************************
  2.  *
  3.  *  Header File:  PA2ALLLEN.H
  4.  *
  5.  *  DESCRIPTIVE NAME:  Length definitions
  6.  *
  7.  *  TRANSACTION NAME:  N/A
  8.  *
  9.  *  Statement:    Licensed Materials - Property of IBM
  10.  *
  11.  *                5764-091 (C) Copyright IBM Corp. 1994.
  12.  *
  13.  *                See Copyright Instructions.
  14.  *
  15.  *                All rights reserved.
  16.  *
  17.  *                U.S. Government Users Restricted Rights - use,
  18.  *                duplication or disclosure restricted by GSA
  19.  *                ADP Schedule Contract with IBM Corp.
  20.  *
  21.  *  STATUS        Version 1 Release 01
  22.  *
  23.  *
  24.  *  FUNCTION:   Lengths of all resources used
  25.  *
  26.  *  NOTES:
  27.  *
  28.  *
  29.  *********************************************************************/
  30. /* Record type definitions                                            */
  31. #ifndef PCT_TYPE_RECORD
  32. #define PCT_TYPE_RECORD        'P'
  33. #endif
  34. #ifndef BUK_TYPE_RECORD
  35. #define BUK_TYPE_RECORD        'E'
  36. #endif
  37. #ifndef FCT_TYPE_RECORD
  38. #define FCT_TYPE_RECORD        'F'
  39. #endif
  40. #ifndef SNT_TYPE_RECORD
  41. #define SNT_TYPE_RECORD        'S'
  42. #endif
  43. #ifndef TCT_TYPE_RECORD
  44. #define TCT_TYPE_RECORD        'T'
  45. #endif
  46. #ifndef SIT_TYPE_RECORD
  47. #define SIT_TYPE_RECORD        'Z'
  48. #endif
  49. #ifndef TST_TYPE_RECORD
  50. #define TST_TYPE_RECORD        'Q'
  51. #endif
  52. #ifndef DCT_TYPE_RECORD
  53. #define DCT_TYPE_RECORD        'D'
  54. #endif
  55. #ifndef PPT_TYPE_RECORD
  56. #define PPT_TYPE_RECORD        'O'
  57. #endif
  58. #ifndef PID_TYPE_RECORD
  59. #define PID_TYPE_RECORD        'X'
  60. #endif
  61.  
  62. /* Length type definitions                                            */
  63. #ifndef PIDSTACKNO
  64. #define PIDSTACKNO         9
  65. #endif
  66. #ifndef NOCLOCKS
  67. #define NOCLOCKS           4
  68. #endif
  69. #ifndef KEYLEN
  70. #define KEYLEN            12
  71. #endif
  72. #ifndef APPLIDLEN
  73. #define APPLIDLEN          8
  74. #endif
  75. #ifndef FILELEN
  76. #define FILELEN            8
  77. #endif
  78. #ifndef PROGRAMLEN
  79. #define PROGRAMLEN         8
  80. #endif
  81. #ifndef RESOURCELEN
  82. #define RESOURCELEN        8
  83. #endif
  84. #ifndef GROUPLEN
  85. #define GROUPLEN           8
  86. #endif
  87. #ifndef TSQLEN
  88. #define TSQLEN             8
  89. #endif
  90. #ifndef TRANLEN
  91. #define TRANLEN            4
  92. #endif
  93. #ifndef ABCODELEN
  94. #define ABCODELEN          4
  95. #endif
  96. #ifndef SYSIDLEN
  97. #define SYSIDLEN           4
  98. #endif
  99. #ifndef TASKNLEN
  100. #define TASKNLEN           4
  101. #endif
  102. #ifndef TDQLEN
  103. #define TDQLEN             4
  104. #endif
  105.