From d0ce7d4ed7f6f269fdc93039d739fecf28495c24 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 7 Nov 2007 06:01:45 +0000 Subject: [PATCH] r16500@catbus: nickm | 2007-11-07 00:27:44 -0500 Remove from the (deprecated) acconfig.h file stubs that are already generated by autoheader. svn:r491 --- acconfig.h | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/acconfig.h b/acconfig.h index eab2a275..9cf4074f 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,18 +1,3 @@ -/* Define if kqueue works correctly with pipes */ -#undef HAVE_WORKING_KQUEUE - -/* Define to `unsigned long long' if doesn't define. */ -#undef u_int64_t - -/* Define to `unsigned int' if doesn't define. */ -#undef u_int32_t - -/* Define to `unsigned short' if doesn't define. */ -#undef u_int16_t - -/* Define to `unsigned char' if doesn't define. */ -#undef u_int8_t - /* Define if timeradd is defined in */ #undef HAVE_TIMERADD #ifndef HAVE_TIMERADD @@ -75,5 +60,3 @@ } while (0) #endif /* TAILQ_FOREACH */ -/* Define to __FUNCTION__ or __file__ if your compiler doesn't have __func__ */ -#undef __func__