diff options
author | Glenn Morris <rgm@gnu.org> | 2010-06-29 19:48:54 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-06-29 19:48:54 -0700 |
commit | 6259c2ec7ae4b60f59d5101c8c544d15a90540a3 (patch) | |
tree | e0680ee34ce375d77f41226081a616a3f1f762e1 /src/s/freebsd.h | |
parent | a2f043d3d72cbbc0ad64fb271a9f0545791100ec (diff) | |
download | emacs-6259c2ec7ae4b60f59d5101c8c544d15a90540a3.tar.gz |
Remove some cpp that is internal to configure.in.
* configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
(USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH): Set with shell, not cpp.
(LIBX): Remove, just use -lX11 in the one place this was used.
(cannot_dump): Replace with CANNOT_DUMP.
* src/Makefile.in (CANNOT_DUMP): Update for configure name change.
* src/s/freebsd.h (USE_MMAP_FOR_BUFFERS):
* src/s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
* src/s/darwin.h (SYSTEM_MALLOC):
* src/s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
* src/m/alpha.h: Remove old comment.
* src/s/aix4-2.h: Update comment.
* src/s/template.h: Remove USE_MMAP_FOR_BUFFERS.
* msdos/sed1v2.inp (CANNOT_DUMP): Update for configure name change.
* admin/CPP-DEFINES: Remove USE_MMAP_FOR_BUFFERS, CANNOT_DUMP.
* etc/DEBUG: Update SYSTEM_MALLOC and CANNOT_DUMP references.
Some re-filling.
Diffstat (limited to 'src/s/freebsd.h')
-rw-r--r-- | src/s/freebsd.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/s/freebsd.h b/src/s/freebsd.h index f8d88342621..9082935db07 100644 --- a/src/s/freebsd.h +++ b/src/s/freebsd.h @@ -67,9 +67,5 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ /* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method for marking the stack. */ #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS -/* Define USE_MMAP_FOR_BUFFERS to let Emacs use mmap(2) to allocate - buffer text. This overrides REL_ALLOC. */ -#define USE_MMAP_FOR_BUFFERS 1 - /* arch-tag: 426529ca-b7c4-448f-b10a-d4dcdc9c78eb (do not change this comment) */ |