comparison src/config.in @ 26404:c3c9cc1c2379

Remove USE_TEXT_PROPERTIES.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 11 Nov 1999 11:45:06 +0000
parents 5c38db0e622c
children 466622719e96
comparison
equal deleted inserted replaced
26403:03830fdf5186 26404:c3c9cc1c2379
100 #ifdef HAVE_X_WINDOWS 100 #ifdef HAVE_X_WINDOWS
101 #define HAVE_WINDOW_SYSTEM 101 #define HAVE_WINDOW_SYSTEM
102 #define MULTI_KBOARD 102 #define MULTI_KBOARD
103 #define HAVE_MOUSE 103 #define HAVE_MOUSE
104 #endif 104 #endif
105
106 /* Define USE_TEXT_PROPERTIES to support visual and other properties
107 on text. */
108 #define USE_TEXT_PROPERTIES
109 105
110 /* Define USER_FULL_NAME to return a string 106 /* Define USER_FULL_NAME to return a string
111 that is the user's full name. 107 that is the user's full name.
112 It can assume that the variable `pw' 108 It can assume that the variable `pw'
113 points to the password file entry for this user. 109 points to the password file entry for this user.