
/* AIX requires this to be the first thing in the file.  */
/* don't change the indentation !!!! */
#ifdef __GNUC__
# define alloca __builtin_alloca
#else
# if HAVE_ALLOCA_H
#  include <alloca.h>
# else
#  ifdef _AIX
 #pragma alloca
#  else
#   ifndef alloca /* predefined by HP cc +Olibcalls */
char *alloca (int size);
#   endif
#  endif
# endif
#endif

#include "kernel/sources/alloca.h"
#include "kernel/sources/getcwd.h"
#include "kernel/sources/strdup.h"
#include "kernel/sources/lrand48.h"
