15 lines
208 B
Plaintext
15 lines
208 B
Plaintext
#ifndef _AGENTX_H
|
|
#define _AGENTX_H
|
|
|
|
#if defined(HPUX)
|
|
#include <rpc/types.h>
|
|
#endif /* HPUX */
|
|
|
|
#if defined(linux)
|
|
# if defined __STDC__
|
|
# define REDEFINE_STDC
|
|
# undef __STDC__
|
|
# endif
|
|
#endif /* linux */
|
|
|