Mercurial > emacs
changeset 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 | 0c2d02ab27ca |
children | 776d4c59f256 |
files | src/config.in |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
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