X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=configure.usage;h=9a579f7e88eca469f940a790e84bbb60049385b4;hp=dc9e6915b2e1a140078eb69401899c13b29a0cf4;hb=444774f2a4344be1585198435abff6c14224bb22;hpb=d81014e89b5102527e5b50aac62edeed2955671d diff --git a/configure.usage b/configure.usage index dc9e691..9a579f7 100644 --- a/configure.usage +++ b/configure.usage @@ -129,8 +129,8 @@ Select the widget set used to implement components, Lucid, Motif, or Athena. If `--with-gtk', `--with-gnome', or `--with-msw' are used or implied, treat component options as Bool. The `lucid' widgets are a homebrew set, emulating Motif but faster. Lucid toolbars, menubars, and scrollbars are implemented -in Xt. Lucid dialogs and misc widgets wrap and enhance Athena (maybe Motif; -platform-dependent). Several enhanced (eg, 3d) Athena libraries may be used, +in Xt. Lucid dialogs and misc widgets wrap and enhance Motif (or Athena if +Motif is not found). Several enhanced (eg, 3d) Athena libraries may be used, but the default is the X11R6 `libXaw' (flat) widgets. Use `--with-athena' to explicitly specify which library to link against. @@ -138,8 +138,8 @@ explicitly specify which library to link against. --with-menubars=TYPE (Enum) Types: `lucid'(*), `motif', or `no'. *WARNING* The Motif menubar is currently broken. --with-scrollbars=TYPE (Enum) Types: `lucid'(*), `motif', `athena', or `no'. ---with-dialogs=TYPE (Enum) Types: `motif'(*), `lucid'(*), `athena', or `no'. ---with-widgets=TYPE (Enum) Types: `motif'(*), `lucid', `athena', or `no'. +--with-dialogs=TYPE (Enum) Types: `lucid'(*), `motif', `athena', or `no'. +--with-widgets=TYPE (Enum) Types: `lucid', `motif', `athena', or `no'(*). --with-athena=TYPE (Enum) Link with the TYPE Athena library. Types: `xaw' [flat], `3d', `next', `95', or `xpm'. --with-dragndrop (*) Support generic drag and drop API. (EXPERIMENTAL) @@ -237,6 +237,10 @@ Memory allocation options: it in the standard C library. --with-system-malloc (Bool) Use the system malloc, instead of GNU malloc. --with-debug-malloc (Bool) Use the debugging malloc package. +--use-regex-malloc=no (Bool) Use malloc (not alloca) for regex fail stack. + Setting this to 'no' allows crashes - it may be + impossible to detect stack exhaustion, and your + XEmacs will crash. Debugging options: