00001 #ifndef NPS_STRING_HASH_H
00002 #define NPS_STRING_HASH_H
00003
00004 #if !defined BUILDING_NPS_STRING_HASH && !defined NPS_SMALL
00005 # define NPS_STRING_HASH static inline
00006 #else
00007 # define NPS_STRING_HASH
00008 #endif
00009
00010
00011 #endif