home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 November
/
Chip_2002-11_cd1.bin
/
oddech
/
xpired
/
xpired.exe
/
xpired_unix.h
< prev
next >
Wrap
C/C++ Source or Header
|
2002-04-02
|
347b
|
22 lines
/*
* Several additional includes and defines which we need only for the linux
* build
*/
#ifndef XPIRED_H
#define XPIRED_H
#endif
#include<sys/stat.h>
#include<sys/types.h>
#include<unistd.h>
#ifndef PREFIX
#define PREFIX "/usr/local"
#endif
#ifndef SHARE_PREFIX
#define SHARE_PREFIX "/usr/local/share/xpired"
#endif