#undef HAVE_SETRLIMIT
#undef HAVE_SETPGID
#undef HAVE_GETCWD
+#undef HAVE_GETWD
#undef HAVE_SHUTDOWN
#undef HAVE_STRFTIME
#undef HAVE_GETADDRINFO
#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
#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
#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. */