home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cidsam.zip / CIDLOG.H < prev    next >
Text File  |  1993-06-28  |  1KB  |  24 lines

  1.                   /*********************************/
  2.                   /*              NOTE             */
  3.                   /*                               */
  4.                   /* This sample code has been     */
  5.                   /* provided by IBM.  It is not   */
  6.                   /* warranted for any particular  */
  7.                   /* use or purpose.               */
  8.                   /*                               */
  9.                   /* IBM releases this code into   */
  10.                   /* the public domain.  You may   */
  11.                   /* use it, modify it, or         */
  12.                   /* incorporate it into other     */
  13.                   /* products without restriction. */
  14.                   /*********************************/
  15. /* CID_Log.h */
  16.  
  17. /* Contains constants for use by CID_Log.c, the common log mechanism for */
  18. /* the sample response file programs                                     */
  19.  
  20. #define LOGMSGFILEEVAR    "LOG_MESSAGE_FILE"
  21. #define DEFAULTLOGMSGFILE "respfile.msg"
  22. #define LOGFILEEVAR       "LOG_FILE"
  23.  
  24.