Solaris/autoconf patch from Jonathan Abbey <jonabbey@ganymeta.org>
This commit is contained in:
37
dlcommon.h
Normal file
37
dlcommon.h
Normal file
@@ -0,0 +1,37 @@
|
||||
#ifndef DLCOMMON_H
|
||||
#define DLCOMMON_H
|
||||
|
||||
/*
|
||||
* Common DLPI Test Suite header file
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
* Maximum control/data buffer size (in long's !!) for getmsg().
|
||||
*/
|
||||
#define MAXDLBUF 8192
|
||||
|
||||
/*
|
||||
* Maximum number of seconds we'll wait for any
|
||||
* particular DLPI acknowledgment from the provider
|
||||
* after issuing a request.
|
||||
*/
|
||||
#define MAXWAIT 15
|
||||
|
||||
/*
|
||||
* Maximum address buffer length.
|
||||
*/
|
||||
#define MAXDLADDR 1024
|
||||
|
||||
|
||||
/*
|
||||
* Handy macro.
|
||||
*/
|
||||
#define OFFADDR(s, n) (u_char*)((char*)(s) + (int)(n))
|
||||
|
||||
/*
|
||||
* externs go here
|
||||
*/
|
||||
extern void sigalrm();
|
||||
|
||||
#endif /* !DLCOMMON_H */
|
||||
Reference in New Issue
Block a user