Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8f417b3b
Commit
8f417b3b
authored
Jan 22, 2003
by
Andreas Schwab
Browse files
Regenerated.
parent
12bf22e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
configure
configure
+2
-0
src/config.in
src/config.in
+3
-1
No files found.
configure
View file @
8f417b3b
...
...
@@ -10075,6 +10075,8 @@ _ACEOF
* ) carbon_appdir=${carbon_appdir_x} ;;
esac
fi
# We also have mouse menus.
HAVE_MENUS=yes
fi
### Use session management (-lSM -lICE) if available
...
...
src/config.in
View file @
8f417b3b
...
...
@@ -241,6 +241,9 @@ Boston, MA 02111-1307, USA. */
/* Define to 1 if you have the <krb.h> header file. */
#undef HAVE_KRB_H
/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
#undef HAVE_LANGINFO_CODESET
/* Define to 1 if you have the `com_err' library (-lcom_err). */
#undef HAVE_LIBCOM_ERR
...
...
@@ -791,7 +794,6 @@ Boston, MA 02111-1307, USA. */
#ifdef HAVE_CARBON
#define HAVE_WINDOW_SYSTEM
#define HAVE_MOUSE
#define HAVE_MENUS
#endif
/* Define USER_FULL_NAME to return a string
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment