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__