~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Minix Cross Reference
Minix/inet/const.h


  1 /*
  2 inet/const.h
  3 
  4 Created:        Dec 30, 1991 by Philip Homburg
  5 */
  6 
  7 #ifndef INET__CONST_H
  8 #define INET__CONST_H
  9 
 10 #ifndef DEBUG
 11 #define DEBUG   0
 12 #endif
 13 
 14 #ifndef NDEBUG
 15 #define NDEBUG  (!DEBUG)
 16 #endif
 17 
 18 #define printf  printk
 19 
 20 #define where() printf("%s, %d: ", __FILE__, __LINE__)
 21 
 22 #define NW_SUSPEND      SUSPEND
 23 #define NW_OK           OK
 24 
 25 #define THIS_PROC       INET_PROC_NR
 26 
 27 #define BUF_S           512
 28 
 29 #endif /* INET__CONST_H */
 30 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.