00001 /***************************************************************** 00002 | 00003 | Neptune - Constants 00004 | 00005 | (c) 2001-2006 Gilles Boccon-Gibod 00006 | Author: Gilles Boccon-Gibod (bok@bok.net) 00007 | 00008 ****************************************************************/ 00009 00010 #ifndef _NPT_CONSTANTS_H_ 00011 #define _NPT_CONSTANTS_H_ 00012 00013 /*---------------------------------------------------------------------- 00014 | constants 00015 +---------------------------------------------------------------------*/ 00016 #ifndef NULL 00017 #define NULL 0 00018 #endif 00019 00020 const int NPT_TIMEOUT_INFINITE = -1; 00021 00022 #endif // _NPT_CONSTANTS_H_