#ifdef TSRM_WIN32
# include "tsrm_config.w32.h"
#else
# include
# include
#endif
#if HAVE_ALLOCA_H && !defined(_ALLOCA_H)
# include
#endif
/* AIX requires this to be the first thing in the file. */
#ifndef __GNUC__
# ifndef HAVE_ALLOCA_H
# ifdef _AIX
#pragma alloca
# else
# ifndef alloca /* predefined by HP cc +Olibcalls */
char *alloca ();
# endif
# endif
# endif
#endif