From 1952184fe5b03e44274921eb27e40264a9349abe Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 20 Jun 2000 12:58:43 +0000 Subject: [PATCH] Add HAVE_GETWD. Move some definitions above machine/system includes. --- src/config.in | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/config.in b/src/config.in index 8a28d6ba09a..0f0b64a70c9 100644 --- a/src/config.in +++ b/src/config.in @@ -267,6 +267,7 @@ Boston, MA 02111-1307, USA. */ #undef HAVE_SETRLIMIT #undef HAVE_SETPGID #undef HAVE_GETCWD +#undef HAVE_GETWD #undef HAVE_SHUTDOWN #undef HAVE_STRFTIME #undef HAVE_GETADDRINFO @@ -312,6 +313,14 @@ Boston, MA 02111-1307, USA. */ #define INLINE #endif +/* Define this if you don't have struct exception in math.h. */ +#undef NO_MATHERR + +/* Define as `void' if your compiler accepts `void *'; otherwise + define as `char'. */ +#undef POINTER_TYPE +#define PTR POINTER_TYPE * /* For strftime.c. */ + #undef EMACS_CONFIGURATION #undef EMACS_CONFIG_OPTIONS @@ -405,9 +414,6 @@ Boston, MA 02111-1307, USA. */ #define SIGTYPE RETSIGTYPE #endif -/* Define this if you don't have struct exception in math.h. */ -#undef NO_MATHERR - #ifdef emacs /* Don't do this for lib-src. */ /* Tell regex.c to use a type compatible with Emacs. */ #define RE_TRANSLATE_TYPE Lisp_Object @@ -471,11 +477,6 @@ extern char *getenv (); #endif #endif -/* Define as `void' if your compiler accepts `void *'; otherwise - define as `char'. */ -#undef POINTER_TYPE -#define PTR POINTER_TYPE * /* For strftime.c. */ - /* Define if the compiler supports function prototypes. It may do so but not define __STDC__ (e.g. DEC C by default) or may define it as zero. */ -- 2.39.2