home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 December / CHIPNET Aralık 1997.iso / linux / redhat / misc / src / install / install.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-08-11  |  108 b   |  9 lines

  1. #ifndef H_INSTALL
  2. #define H_INSTALL
  3.  
  4. #define INST_CANCEL    -1
  5. #define INST_ERROR    1
  6. #define INST_NOP    2
  7.  
  8. #endif
  9.