]> code.delx.au - gnu-emacs/commitdiff
Add HAVE_GETWD. Move some definitions above machine/system includes.
authorDave Love <fx@gnu.org>
Tue, 20 Jun 2000 12:58:43 +0000 (12:58 +0000)
committerDave Love <fx@gnu.org>
Tue, 20 Jun 2000 12:58:43 +0000 (12:58 +0000)
src/config.in

index 8a28d6ba09a4693ef55d97250766bcf03b4006e8..0f0b64a70c92d28329b47f8e0c02d2dafdce27a8 100644 (file)
@@ -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.  */