patch-config_h_in 528 B

123456789101112131415161718192021
  1. $OpenBSD: patch-config_h_in,v 1.1 2010/05/23 17:39:14 espie Exp $
  2. --- config.h.in.orig Sun May 23 19:35:20 2010
  3. +++ config.h.in Sun May 23 19:35:30 2010
  4. @@ -68,15 +68,4 @@
  5. /* Define if you have the <sys/select.h> header file. */
  6. #undef HAVE_SYS_SELECT_H
  7. -/* AIX requires this to be the first thing in the file. */
  8. -#if HAVE_ALLOCA_H
  9. -# include <alloca.h>
  10. -#else
  11. -# ifdef _AIX
  12. - #pragma alloca
  13. -# else
  14. -# ifndef alloca /* predefined by HP cc +Olibcalls */
  15. -char *alloca ();
  16. -# endif
  17. -# endif
  18. -#endif
  19. +#include <stdlib.h>