source: trunk/minix/servers/inet/const.h@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 498 bytes
Line 
1/*
2inet/const.h
3
4Created: Dec 30, 1991 by Philip Homburg
5
6Copyright 1995 Philip Homburg
7*/
8
9#ifndef INET__CONST_H
10#define INET__CONST_H
11
12#ifndef DEBUG
13#define DEBUG 0
14#endif
15
16#ifndef NDEBUG
17#define NDEBUG 0
18#endif
19
20#define CLOCK_GRAN 1 /* in HZ */
21
22#define where() printf("%s, %d: ", __FILE__, __LINE__)
23
24#define NW_SUSPEND SUSPEND
25#define NW_WOULDBLOCK EWOULDBLOCK
26#define NW_OK OK
27
28#define BUF_S 512
29
30#endif /* INET__CONST_H */
31
32/*
33 * $PchId: const.h,v 1.7 2000/08/12 09:21:44 philip Exp $
34 */
Note: See TracBrowser for help on using the repository browser.