/******************************************************************************

    MODUL
	os/hpux.h

    DESCRIPTION
	HP-UX specific things. This file is read after in_stddef.h

******************************************************************************/

#ifndef OS_HPUX_H
#define OS_HPUX_H

/***************************************
	       Includes
***************************************/


/***************************************
     Globale bzw. externe Variable
***************************************/


/***************************************
	 Defines und Strukturen
***************************************/
#define STACKTAGS_INIT(tag)     ReverseTags ((Tags *)tag);
#define STACKTAGS_EXIT(tag)     free (tags);


/***************************************
	       Prototypes
***************************************/


#endif /* OS_HPUX_H */

/******************************************************************************
*****  ENDE os/hpux.h
******************************************************************************/
