patch-config_h_in 387 B

1234567891011121314
  1. $OpenBSD: patch-config_h_in,v 1.1 2002/08/10 01:14:04 naddy Exp $
  2. --- config.h.in.orig Sat Sep 22 02:23:14 2001
  3. +++ config.h.in Tue Oct 16 16:13:03 2001
  4. @@ -24,6 +24,9 @@
  5. /* Define if you have the alarm function. */
  6. #undef HAVE_ALARM
  7. +/* Define if you have the getloadavg function. */
  8. +#undef HAVE_GETLOADAVG
  9. +
  10. /* Define if you have the getopt function. */
  11. #undef HAVE_GETOPT