# HG changeset patch # User Joseph Arceneaux # Date 718311782 0 # Node ID dddbe06d2077bf1ab7b3cb7bce97e35d895f6162 # Parent 0c2d02ab27ca19ad31d4fd4a4f9d43e6d4e6729b * config.h.in: Added a slot for definition of USE_TEXT_PROPERTIES, controlling compilation of interval code. If using GNUC, support inline functions. diff -r 0c2d02ab27ca -r dddbe06d2077 src/config.in --- 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