/*
 * config.h - Some simple configuration stuff.
 *
 * Copyright (C) 1997, George Madrid
 * All rights reserved.
 */

#ifndef INC_CONFIG_H
#define INC_CONFIG_H

/* Basic types */
typedef long int int32;
typedef short int int16;

#endif /* INC_CONFIG_H */
