diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/acconfig.h b/acconfig.h index 6eb9feb47d..05b11ac45f 100644 --- a/acconfig.h +++ b/acconfig.h @@ -35,9 +35,6 @@ This is the case on Motorola V4 (R40V4.2) */ #undef GETTIMEOFDAY_NO_TZ -/* Define if you have GNU PTH threads */ -#undef _GNU_PTH - /* Define this if your time.h defines altzone */ #undef HAVE_ALTZONE @@ -65,6 +62,9 @@ /* Define if your compiler supports function prototypes */ #undef HAVE_PROTOTYPES +/* Define if you have GNU PTH threads */ +#undef HAVE_PTH + /* Define if your compiler supports variable length function prototypes (e.g. void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */ #undef HAVE_STDARG_PROTOTYPES |