b1fca0 | 1996-11-12 | Per Hedbor | | #ifndef _ROXEN_H_
#define _ROXEN_H_
#include <config.h>
#define HOST_TO_IP 'H'
#define IP_TO_HOST 'I'
#endif
|
ff66f7 | 1997-03-03 | Henrik Grubbström (Grubba) | | #define perror roxen_perror
|
1b406a | 1996-12-02 | David Hedbor | | #define CONFIGURATION_FILE_LEVEL 6
|
e0fb2a | 1997-12-15 | Per Hedbor | |
|
5fbca7 | 1997-12-15 | Peter Bortas | | #ifdef DEBUG_LEVEL
|
e0fb2a | 1997-12-15 | Per Hedbor | | #if DEBUG_LEVEL > 7
#ifndef HOST_NAME_DEBUG
# define HOST_NAME_DEBUG
#endif
#endif
|
5fbca7 | 1997-12-15 | Peter Bortas | | #endif /* DEBUG_LEVEL is not defined from install */
|