
#ifndef _CONFIG_H_
#define _CONFIG_H_

// compiler keywords and attributes
#undef inline
#undef HAVE_INLINE
#undef HAVE___INLINE__
#undef HAVE___INLINE
#undef HAVE___FORCEINLINE
#undef HAVE_ATTRIBUTE_NOINLINE
#undef HAVE_ATTRIBUTE_ALWAYS_INLINE
#undef HAVE_ATTRIBUTE_GNU_INLINE

// headers
#undef STDC_HEADERS
#undef HAVE_SYS_TYPES_H
#undef HAVE_SYS_STAT_H
#undef HAVE_STDLIB_H
#undef HAVE_STRING_H
#undef HAVE_MEMORY_H
#undef HAVE_STRINGS_H
#undef HAVE_INTTYPES_H
#undef HAVE_STDINT_H
#undef HAVE_UNISTD_H
#undef HAVE_SYS_SELECT_H
#undef HAVE_EXECINFO_H
#undef HAVE_NET_SOCKET_H

// functions
#undef HAVE_SETRLIMIT
#undef HAVE_STRNLEN
#undef HAVE_GETPID
#undef HAVE_GETTID

// other
#undef PACKETVER

#endif /* _CONFIG_H_ */
