24 lines
756 B
C
24 lines
756 B
C
/****************************************************************
|
|
* *
|
|
* Copyright 2009 Fidelity Information Services, Inc *
|
|
* *
|
|
* This source code contains the intellectual property *
|
|
* of its copyright holder(s), and is made available *
|
|
* under a license. If you do not know the terms of *
|
|
* the license, please stop and do not read further. *
|
|
* *
|
|
****************************************************************/
|
|
|
|
#include "mdef.h"
|
|
#include "min_max.h"
|
|
#include "gtm_string.h"
|
|
#include "error.h"
|
|
#include "send_msg.h"
|
|
#include "gtmmsg.h"
|
|
#include "hashtab.h"
|
|
#include "hashtab_addr.h"
|
|
|
|
#define ADDR_HASH
|
|
/* The below include generates the hash table routines for the "addr" hash type */
|
|
#include "hashtab_implementation.h"
|