* doc/misc/eshell.texi: Fill most of the missing sections.
[emacs.git] / msdos / sed2v2.inp
blobcef130115c98f238ce2259638cd295adf3c59de7
1 # -sed2v2.inp-------------------------------------------------------------
2 # Configuration script for src/config.h under DJGPP v2.x
3 # ----------------------------------------------------------------------
5 # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003,
6 #   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 # ----------------------------------------------------------------------
20 /^#define EMACS_CONFIG_H/a\
22 #include <sys/version.h>\
23 /* In DJGPP v2.x almost everything is already defined in a system header.  */\
24 #include <sys/config.h>\
25 /* For those who still use DJGPP v2.01  */\
26 #if __DJGPP__ == 2 && __DJGPP_MINOR__ == 1\
27 #define NSIG 320\
28 #endif
30 /^#undef HAVE_ALLOCA *$/s/^.*$/#define HAVE_ALLOCA 1/
31 /^#undef HAVE_SETITIMER *$/s/^.*$/#define HAVE_SETITIMER 1/
32 /^#undef HAVE_STRUCT_UTIMBUF *$/s/^.*$/#define HAVE_STRUCT_UTIMBUF 1/
33 /^#undef LOCALTIME_CACHE *$/s/^.*$/#define LOCALTIME_CACHE 1/
34 /^#undef HAVE_TZSET *$/s/^.*$/#define HAVE_TZSET 1/
35 /^#undef HAVE_LOGB *$/s/^.*$/#define HAVE_LOGB 1/
36 /^#undef HAVE_FREXP *$/s/^.*$/#define HAVE_FREXP 1/
37 /^#undef HAVE_FMOD *$/s/^.*$/#define HAVE_FMOD 1/
38 /^#undef HAVE_RINT *$/s/^.*$/#define HAVE_RINT 1/
39 /^#undef HAVE_CBRT *$/s/^.*$/#define HAVE_CBRT 1/
40 /^#undef HAVE_DIFFTIME *$/s/^.*$/#define HAVE_DIFFTIME 1/
41 /^#undef HAVE_FPATHCONF *$/s/^.*$/#define HAVE_FPATHCONF 1/
42 /^#undef HAVE_MEMCMP *$/s/^.*$/#define HAVE_MEMCMP 1/
43 /^#undef HAVE_MEMMOVE *$/s/^.*$/#define HAVE_MEMMOVE 1/
44 /^#undef HAVE_SETRLIMIT *$/s/^.*$/#define HAVE_SETRLIMIT 1/
45 /^#undef HAVE_GETRUSAGE *$/s/^.*$/#define HAVE_GETRUSAGE 1/
46 /^#undef HAVE_TM_GMTOFF *$/s/^.*$/#define HAVE_TM_GMTOFF 1/
47 /^#undef HAVE_MBLEN *$/s/^.*$/#define HAVE_MBLEN 1/
48 /^#undef HAVE_STRUCT_TIMEZONE *$/s/^.*$/#define HAVE_STRUCT_TIMEZONE 1/
49 /^#undef HAVE_INDEX *$/s/^.*$/#define HAVE_INDEX 1/
50 /^#undef HAVE_SIZE_T *$/s/^.*$/#define HAVE_SIZE_T 1/
51 /^#undef HAVE_RINDEX *$/s/^.*$/#define HAVE_RINDEX 1/
52 /^#undef HAVE_MKSTEMP *$/s/^.*$/#define HAVE_MKSTEMP 1/
53 /^#undef HAVE_STRUCT_TM_TM_ZONE *$/s/^.*$/#define HAVE_STRUCT_TM_TM_ZONE 1/
54 /^#undef HAVE_SYNC *$/s/^.*$/#define HAVE_SYNC 1/
55 /^#undef PACKAGE_BUGREPORT/s/^.*$/#define PACKAGE_BUGREPORT ""/
56 /^#undef PACKAGE_NAME/s/^.*$/#define PACKAGE_NAME ""/
57 /^#undef PACKAGE_STRING/s/^.*$/#define PACKAGE_STRING ""/
58 /^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/
59 /^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION ""/
60 /^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/
62 /^#undef GNU_MALLOC *$/s/^.*$/#define GNU_MALLOC 1/
63 /^#undef REL_ALLOC *$/s/^.*$/#define REL_ALLOC 1/
65 s/^#undef STACK_DIRECTION *$/#define STACK_DIRECTION -1/
66 s/^#undef EMACS_CONFIGURATION *$/#define EMACS_CONFIGURATION "i386-pc-msdosdjgpp"/
67 s/^#undef EMACS_CONFIG_OPTIONS *$/#define EMACS_CONFIG_OPTIONS "msdos"/
68 s!^#undef config_opsysfile *$!#define config_opsysfile "s/msdos.h"!
69 s!^#undef config_machfile *$!#define config_machfile "m/intel386.h"!
70 s/^#undef PROTOTYPES *$/#define PROTOTYPES 1/
71 s/^#undef POINTER_TYPE *$/#define POINTER_TYPE void/
72 # ------------------------------------------------------------
73 # Without this ifndef, gcc -E -traditional barfs with GCC 3.0
74 # on the line which says if ! HAVE_MKTIME...
75 # ------------------------------------------------------------
76 /^#if ! HAVE_MKTIME || BROKEN_MKTIME/i\
77 #ifndef __DJGPP__
78 /^#define mktime emacs_mktime/a\
79 #endif
81 /^#undef HAVE_STDINT_H/c\
82 #if __DJGPP__ > 2 || __DJGPP_MINOR__ > 3\
83 #define HAVE_STDINT_H 1\
84 #else\
85 #undef HAVE_STDINT_H\
86 #endif
87 # GCC 3.x has a built-in bzero, which conflicts with the define at
88 # the end of config.in
89 /^#undef HAVE_BZERO/c\
90 #if __GNUC__ >= 3\
91 #define HAVE_BZERO 1\
92 #else\
93 #undef HAVE_BZERO\
94 #endif
96 # Comment out any remaining undef directives, because some of them
97 # might be defined in sys/config.h we include at the top of config.h.
98 /^#undef BSTRING/s|#undef|# undef|
99 /^#undef .*$/s|^.*$|/* & */|
101 # arch-tag: 2acb5571-ff53-4822-9175-95b864b59f7c