diff src/config.in @ 1341:dddbe06d2077

* config.h.in: Added a slot for definition of USE_TEXT_PROPERTIES, controlling compilation of interval code. If using GNUC, support inline functions.
author Joseph Arceneaux <jla@gnu.org>
date Mon, 05 Oct 1992 19:03:02 +0000
parents 4875b01ff377
children f18ae1a08d85
line wrap: on
line diff
--- a/src/config.in	Mon Oct 05 10:15:45 1992 +0000
+++ b/src/config.in	Mon Oct 05 19:03:02 1992 +0000
@@ -37,6 +37,10 @@
 #define MULTI_FRAME
 #endif
 
+/* Define USE_TEXT_PROPERTIES to support visual and other properties
+   on text. */
+/* #define USE_TEXT_PROPERTIES */
+
 /* Define USER_FULL_NAME to return a string
    that is the user's full name.
    It can assume that the variable `pw'
@@ -86,6 +90,13 @@
 #define GLYPH unsigned char
 #endif
 
+/* If using GNU, then support inline function declarations. */
+#ifdef __GNUC__
+#define INLINE __inline__
+#else
+#define INLINE
+#endif
+
 /* The configuration script replaces the string @opsystem@ with the
    name of the s/*.h file that describes the system type you are
    using; an option of the form "-opsystem=OPSYS" says to use