changeset 29778:40e36c9c5ab8

Add HAVE_GETWD. Move some definitions above machine/system includes.
author Dave Love <fx@gnu.org>
date Tue, 20 Jun 2000 12:58:43 +0000
parents 5d01f8465594
children 4fe4901e5113
files src/config.in
diffstat 1 files changed, 9 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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.  */