comparison src/config.in @ 27727:9400865ec7cf

Remove `LISP_FLOAT_TYPE' and `standalone'.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 17 Feb 2000 09:45:46 +0000
parents c04790190e75
children 8f5398ca032c
comparison
equal deleted inserted replaced
27726:9627810a3fed 27727:9400865ec7cf
25 #ifndef EMACS_CONFIG_H 25 #ifndef EMACS_CONFIG_H
26 #define EMACS_CONFIG_H 26 #define EMACS_CONFIG_H
27 27
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
31 /* Define LISP_FLOAT_TYPE if you want emacs to support floating-point
32 numbers. */
33 #undef LISP_FLOAT_TYPE
34 30
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
38 /* Define if you are using the GNU C Library. */ 34 /* Define if you are using the GNU C Library. */