Roxen.git
/
server
/
etc
/
include
/
roxen.h
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/etc/include/roxen.h:1:
-
// $Id: roxen.h,v 1.
8
1998
/11/
18
04
:
54
:07 per Exp $
+
// $Id: roxen.h,v 1.
9
1999
/11/
06
08
:
20
:07 per Exp $
#ifndef _ROXEN_H_
-
+
#define _ROXEN_H_ #include <config.h> #define HOST_TO_IP 'H' #define IP_TO_HOST 'I' #endif #define perror roxen_perror // Localization support #ifndef LOW_LOCALE #ifdef IN_ROXEN #define LOW_LOCALE locale->get() #define SET_LOCALE(X) locale->set(X) #else #define LOW_LOCALE roxen.locale->get() #define SET_LOCALE(X) roxen.locale->set(X) #endif /* IN_ROXEN */ #endif /* !LOW_LOCALE */
-
#
define
CONFIGURATION_FILE_LEVEL
6
-
-
#ifdef
DEBUG
_
LEVEL
-
#if DEBUG
_
LEVEL > 7
-
#ifndef HOST
_
NAME_DEBUG
-
#
define HOST_NAME_DEBUG
-
#endif
-
#endif
-
#endif /
*
DEBUG_LEVEL is not defined from install *
/
+
#
endif
/*
_
ROXEN
_
H
_ */