# HG changeset patch # User Dave Love # Date 961505923 0 # Node ID 40e36c9c5ab8a3f150dee14288bad5945378aa46 # Parent 5d01f84655944637083433c81a153ab69dcfebcf Add HAVE_GETWD. Move some definitions above machine/system includes. diff -r 5d01f8465594 -r 40e36c9c5ab8 src/config.in --- a/src/config.in Tue Jun 20 12:58:31 2000 +0000 +++ b/src/config.in Tue Jun 20 12:58:43 2000 +0000 @@ -267,6 +267,7 @@ #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 @@ #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 @@ #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 @@ #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. */