aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2000-06-20 12:58:43 +0000
committerDave Love2000-06-20 12:58:43 +0000
commit1952184fe5b03e44274921eb27e40264a9349abe (patch)
tree02626e7a5aef0e44e122172e385e5d350bb63177 /src
parentf54e4d13c46a694400c02fecf387a999083aa309 (diff)
downloademacs-1952184fe5b03e44274921eb27e40264a9349abe.tar.gz
emacs-1952184fe5b03e44274921eb27e40264a9349abe.zip
Add HAVE_GETWD. Move some definitions above machine/system includes.
Diffstat (limited to 'src')
-rw-r--r--src/config.in17
1 files 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. */
267#undef HAVE_SETRLIMIT 267#undef HAVE_SETRLIMIT
268#undef HAVE_SETPGID 268#undef HAVE_SETPGID
269#undef HAVE_GETCWD 269#undef HAVE_GETCWD
270#undef HAVE_GETWD
270#undef HAVE_SHUTDOWN 271#undef HAVE_SHUTDOWN
271#undef HAVE_STRFTIME 272#undef HAVE_STRFTIME
272#undef HAVE_GETADDRINFO 273#undef HAVE_GETADDRINFO
@@ -312,6 +313,14 @@ Boston, MA 02111-1307, USA. */
312#define INLINE 313#define INLINE
313#endif 314#endif
314 315
316/* Define this if you don't have struct exception in math.h. */
317#undef NO_MATHERR
318
319/* Define as `void' if your compiler accepts `void *'; otherwise
320 define as `char'. */
321#undef POINTER_TYPE
322#define PTR POINTER_TYPE * /* For strftime.c. */
323
315#undef EMACS_CONFIGURATION 324#undef EMACS_CONFIGURATION
316 325
317#undef EMACS_CONFIG_OPTIONS 326#undef EMACS_CONFIG_OPTIONS
@@ -405,9 +414,6 @@ Boston, MA 02111-1307, USA. */
405#define SIGTYPE RETSIGTYPE 414#define SIGTYPE RETSIGTYPE
406#endif 415#endif
407 416
408/* Define this if you don't have struct exception in math.h. */
409#undef NO_MATHERR
410
411#ifdef emacs /* Don't do this for lib-src. */ 417#ifdef emacs /* Don't do this for lib-src. */
412/* Tell regex.c to use a type compatible with Emacs. */ 418/* Tell regex.c to use a type compatible with Emacs. */
413#define RE_TRANSLATE_TYPE Lisp_Object 419#define RE_TRANSLATE_TYPE Lisp_Object
@@ -471,11 +477,6 @@ extern char *getenv ();
471#endif 477#endif
472#endif 478#endif
473 479
474/* Define as `void' if your compiler accepts `void *'; otherwise
475 define as `char'. */
476#undef POINTER_TYPE
477#define PTR POINTER_TYPE * /* For strftime.c. */
478
479/* Define if the compiler supports function prototypes. It may do so 480/* Define if the compiler supports function prototypes. It may do so
480 but not define __STDC__ (e.g. DEC C by default) or may define it as 481 but not define __STDC__ (e.g. DEC C by default) or may define it as
481 zero. */ 482 zero. */