home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / oddech / xpired / xpired.exe / xpired_unix.h < prev    next >
C/C++ Source or Header  |  2002-04-02  |  347b  |  22 lines

  1. /* 
  2.  * Several additional includes and defines which we need only for the linux
  3.  * build
  4.  */
  5.  
  6. #ifndef XPIRED_H
  7. #define XPIRED_H
  8. #endif
  9.  
  10. #include<sys/stat.h>
  11. #include<sys/types.h>
  12. #include<unistd.h>
  13.  
  14. #ifndef PREFIX
  15. #define PREFIX "/usr/local"
  16. #endif
  17.  
  18. #ifndef SHARE_PREFIX
  19. #define SHARE_PREFIX "/usr/local/share/xpired"
  20. #endif
  21.  
  22.