aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.in
diff options
context:
space:
mode:
authorGerd Moellmann2000-02-17 09:45:46 +0000
committerGerd Moellmann2000-02-17 09:45:46 +0000
commitcc94f3b24e447e04da3e899af8909cb77d648ef0 (patch)
tree9dc9189ad96dec0e5237e9fd36a6baf505c9eb7d /src/config.in
parent10689a01d99ab2f3382bb7ef3912961ec08f8bb9 (diff)
downloademacs-cc94f3b24e447e04da3e899af8909cb77d648ef0.tar.gz
emacs-cc94f3b24e447e04da3e899af8909cb77d648ef0.zip
Remove `LISP_FLOAT_TYPE' and `standalone'.
Diffstat (limited to 'src/config.in')
-rw-r--r--src/config.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/config.in b/src/config.in
index 72928759558..177485fcdb3 100644
--- a/src/config.in
+++ b/src/config.in
@@ -28,10 +28,6 @@ Boston, MA 02111-1307, USA. */
28/* These are all defined in the top-level Makefile by configure. 28/* These are all defined in the top-level Makefile by configure.
29 They're here only for reference. */ 29 They're here only for reference. */
30 30
31/* Define LISP_FLOAT_TYPE if you want emacs to support floating-point
32 numbers. */
33#undef LISP_FLOAT_TYPE
34
35/* Define GNU_MALLOC if you want to use the GNU memory allocator. */ 31/* Define GNU_MALLOC if you want to use the GNU memory allocator. */
36#undef GNU_MALLOC 32#undef GNU_MALLOC
37 33