netscape-revival
cmd/intertwingle/config.h
/* -*- Mode: C; tab-width: 4 -*-
config.c --- hook intertwingle into the ns/include/ types and macros.
Copyright © 1997 Netscape Communications Corporation, all rights reserved.
Created: Jamie Zawinski <jwz@netscape.com>, 25-Jul-97.
*/
#ifndef __INTERTWINGLE_CONFIG_H__
#define __INTERTWINGLE_CONFIG_H__
#include <stdlib.h>
#include <string.h>
#include "xp_core.h" /* XP_UNIX, XP_BEGIN_PROTOS, XP_Bool */
#include "xp_mem.h" /* XP_NEW, XP_FREE */
#include "xpassert.h" /* XP_ASSERT */
#endif /* __INTERTWINGLE_CONFIG_H__ */