22 lines
658 B
C
22 lines
658 B
C
|
|
/* Nothing here, really, a placeholder. */
|
|
|
|
/* Define to 1 if tsearch is based on the AVL algorithm. */
|
|
/* #define TSEARCH_USE_BAL 1 */
|
|
|
|
/* Define to 1 if tsearch is based on the binary algorithm. */
|
|
/* #define TSEARCH_USE_BIN 1 */
|
|
|
|
/* Define to 1 if tsearch is based on the chepp algorithm. */
|
|
/* #define TSEARCH_USE_EPP 1 */
|
|
|
|
/* Define to 1 if tsearch is based on the hash algorithm. */
|
|
/* #define TSEARCH_USE_HASH 1 */
|
|
#define TSEARCH_USE_HASH 1
|
|
|
|
/* Define to 1 if tsearch is based on the red-black algorithm. */
|
|
/* #define TSEARCH_USE_RED 1 */
|
|
|
|
/* Define 1 if we have the Windows specific header stdafx.h */
|
|
#undef HAVE_STDAFX_H
|
|
#define HAVE_STDAFX_H 1
|