From db4eb289d1767b96b349e993313e83d93c07a8de Mon Sep 17 00:00:00 2001 From: Greg McGary Date: Fri, 18 Apr 1997 06:37:35 +0000 Subject: imported from mkid-3.0.8 --- acconfig.h | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 7b356d8..56bc4b7 100644 --- a/acconfig.h +++ b/acconfig.h @@ -16,9 +16,6 @@ /* Define to the name of the distribution. */ #undef PACKAGE -/* Define to the patch-level of the distribution. */ -#undef PATCH_LEVEL - /* Define to 1 if ANSI function prototypes are usable. */ #undef PROTOTYPES @@ -27,20 +24,21 @@ @BOTTOM@ -/* (u)intmin32_t are integer types that are *at least* 32 bits. - Larger ints are OK. */ -#if SIZEOF_LONG == 4 - typedef unsigned long uintmin32_t; - typedef long intmin32_t; -#else - typedef unsigned int uintmin32_t; - typedef int intmin32_t; -#endif +/* According to Thomas Neumann, NeXT POSIX termios support is losing, + and sgtty is the way to go. Note: the comment between #undef & + HAVE_TERMIOS_H is necessary to defeat configure's edits. */ -/* NeXT POSIX compatibility is losing. sgtty is the way to go. */ #if HAVE_SGTTY_H # ifdef NeXT -# undef HAVE_TERMIOS_H +# undef /**/ HAVE_TERMIOS_H +# endif +#endif + +#ifndef __P +# ifndef PROTOTYPES +# define __P(args) () +# else +# define __P(args) args # endif #endif -- cgit v1.2.3