* doc/misc/eshell.texi: Fill most of the missing sections.
[emacs.git] / msdos / sed2.inp
blob31e5e5c9c45d0a9e67a573997b3780923d9b5ce3
1 # -sed2.inp-------------------------------------------------------------
2 # Configuration script for src/config.h
3 # ----------------------------------------------------------------------
5 # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002,
6 #   2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012  Free Software Foundation, Inc.
8 # This file is part of GNU Emacs.
10 # This file is free software; as a special exception, the author gives
11 # unlimited permission to copy and/or distribute it, with or without
12 # modifications, as long as this notice is preserved.
14 # This program is distributed in the hope that it will be useful,
15 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 # ----------------------------------------------------------------------
19 /^#undef LISP_FLOAT_TYPE *$/s/undef/define/
20 /^#undef GNU_MALLOC *$/s/undef/define/
21 /^#undef REL_ALLOC *$/s/undef/define/
22 /^#undef HAVE_SYS_SELECT/i\
23 /^#undef STDC_HEADERS *$/s/undef/define/
24 /^#undef HAVE_SYS_TIMEB_H *$/s/undef/define/
25 /^#undef HAVE_SYS_TIME_H *$/s/undef/define/
26 # /^#undef HAVE_UNISTD_H *$/s/undef/define/
27 /^#undef HAVE_GETTIMEOFDAY *$/s/undef/define/
28 /^#undef HAVE_GETHOSTNAME *$/s/undef/define/
29 /^#undef HAVE_DUP2 *$/s/undef/define/
30 /^#undef HAVE_TM_ZONE *$/s/undef/define/
31 /^#undef LOCALTIME_CACHE *$/s/undef/define/
32 /^#undef HAVE_TZSET *$/s/undef/define/
33 /^#undef TM_IN_SYS_TIME *$/s/undef/define/
34 /^#undef TIME_WITH_SYS_TIME *$/s/undef/define/
35 /^#undef HAVE_RENAME *$/s/undef/define/
36 /^#undef HAVE_CLOSEDIR *$/s/undef/define/
37 /^#undef HAVE_RANDOM *$/s/undef/define/
38 /^#undef HAVE_MKDIR *$/s/undef/define/
39 /^#undef HAVE_RMDIR *$/s/undef/define/
40 /^#undef HAVE_BCMP *$/s/undef/define/
41 /^#undef HAVE_BCOPY *$/s/undef/define/
42 /^#undef HAVE_FREXP *$/s/undef/define/
43 /^#undef HAVE_FTIME *$/s/undef/define/
44 /^#undef HAVE_MKTIME *$/s/undef/define/
45 /^#undef HAVE_STRERROR *$/s/undef/define/
46 /^#undef HAVE_TIMEVAL *$/s/undef/define/
47 s/^#define USER_FULL_NAME .*$/#define USER_FULL_NAME (getenv ("NAME"))/
48 s/^#undef STACK_DIRECTION *$/#define STACK_DIRECTION -1/
49 s/^#undef EMACS_CONFIGURATION *$/#define EMACS_CONFIGURATION "i386-pc-msdosdjgpp"/
50 s/^#undef EMACS_CONFIG_OPTIONS *$/#define EMACS_CONFIG_OPTIONS "-"/
51 s!^#undef config_opsysfile *$!#define config_opsysfile "s/msdos.h"!
52 s!^#undef config_machfile *$!#define config_machfile "m/intel386.h"!
53 s/^#undef PROTOTYPES *$/#define PROTOTYPES 1/
54 s/^#undef POINTER_TYPE *$/#define POINTER_TYPE void/
56 # arch-tag: 31840234-109a-41ab-a675-7a3844978299