Bump version to 24.2
[emacs.git] / msdos / sed2v2.inp
blob48ab482f7f4bb85c71d644ee534260864c73baeb
1 # -sed2v2.inp-------------------------------------------------------------
2 # Configuration script for src/config.h under DJGPP v2.x
3 # ----------------------------------------------------------------------
5 # Copyright (C) 1993-1997, 1999-2000, 2002-2012 Free Software Foundation, Inc.
7 # This file is part of GNU Emacs.
9 # This file is free software; as a special exception, the author gives
10 # unlimited permission to copy and/or distribute it, with or without
11 # modifications, as long as this notice is preserved.
13 # This program is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
17 # ----------------------------------------------------------------------
19 /^#define EMACS_CONFIG_H/a\
21 #include <sys/version.h>\
22 /* In DJGPP v2.x almost everything is already defined in a system header.  */\
23 #include <sys/config.h>\
24 /* For those who still use DJGPP v2.01  */\
25 #if __DJGPP__ == 2 && __DJGPP_MINOR__ == 1\
26 #define NSIG 320\
27 #endif
29 /^#undef HAVE_ALLOCA *$/s/^.*$/#define HAVE_ALLOCA 1/
30 /^#undef HAVE_SETITIMER *$/s/^.*$/#define HAVE_SETITIMER 1/
31 /^#undef HAVE_STRUCT_UTIMBUF *$/s/^.*$/#define HAVE_STRUCT_UTIMBUF 1/
32 /^#undef LOCALTIME_CACHE *$/s/^.*$/#define LOCALTIME_CACHE 1/
33 /^#undef HAVE_TZSET *$/s/^.*$/#define HAVE_TZSET 1/
34 /^#undef HAVE_LOGB *$/s/^.*$/#define HAVE_LOGB 1/
35 /^#undef HAVE_FREXP *$/s/^.*$/#define HAVE_FREXP 1/
36 /^#undef HAVE_FMOD *$/s/^.*$/#define HAVE_FMOD 1/
37 /^#undef HAVE_RINT *$/s/^.*$/#define HAVE_RINT 1/
38 /^#undef HAVE_ATTRIBUTE_ALIGNED *$/s/^.*$/#define HAVE_ATTRIBUTE_ALIGNED 1/
39 /^#undef HAVE_C99_STRTOLD *$/s/^.*$/#define HAVE_C99_STRTOLD 1/
40 /^#undef HAVE_CBRT *$/s/^.*$/#define HAVE_CBRT 1/
41 /^#undef HAVE_DIFFTIME *$/s/^.*$/#define HAVE_DIFFTIME 1/
42 /^#undef HAVE_FPATHCONF *$/s/^.*$/#define HAVE_FPATHCONF 1/
43 /^#undef HAVE_MEMSET *$/s/^.*$/#define HAVE_MEMSET 1/
44 /^#undef HAVE_MEMCMP *$/s/^.*$/#define HAVE_MEMCMP 1/
45 /^#undef HAVE_MEMMOVE *$/s/^.*$/#define HAVE_MEMMOVE 1/
46 /^#undef HAVE_SETRLIMIT *$/s/^.*$/#define HAVE_SETRLIMIT 1/
47 /^#undef HAVE_GETRUSAGE *$/s/^.*$/#define HAVE_GETRUSAGE 1/
48 /^#undef HAVE_TM_GMTOFF *$/s/^.*$/#define HAVE_TM_GMTOFF 1/
49 /^#undef HAVE_MBLEN *$/s/^.*$/#define HAVE_MBLEN 1/
50 /^#undef HAVE_STRUCT_TIMEZONE *$/s/^.*$/#define HAVE_STRUCT_TIMEZONE 1/
51 /^#undef HAVE_SIZE_T *$/s/^.*$/#define HAVE_SIZE_T 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 HAVE___BUILTIN_UNWIND_INIT *$/s/^.*$/#define HAVE___BUILTIN_UNWIND_INIT 1/
56 /^#undef ORDINARY_LINK/s/^.*$/#define ORDINARY_LINK 1/
57 /^#undef PACKAGE_BUGREPORT/s/^.*$/#define PACKAGE_BUGREPORT ""/
58 /^#undef PACKAGE_NAME/s/^.*$/#define PACKAGE_NAME ""/
59 /^#undef PACKAGE_STRING/s/^.*$/#define PACKAGE_STRING ""/
60 /^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/
61 /^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION ""/
62 /^#undef VERSION/s/^.*$/#define VERSION "24.2"/
63 /^#undef HAVE_DECL_GETENV/s/^.*$/#define HAVE_DECL_GETENV 1/
64 /^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/
65 /^#undef HAVE_DIRENT_H/s/^.*$/#define HAVE_DIRENT_H 1/
67 /^#undef BITSIZEOF_PTRDIFF_T *$/s/^.*$/#define BITSIZEOF_PTRDIFF_T 32/
68 /^#undef BITSIZEOF_SIG_ATOMIC_T *$/s/^.*$/#define BITSIZEOF_SIG_ATOMIC_T 32/
69 /^#undef BITSIZEOF_SIZE_T *$/s/^.*$/#define BITSIZEOF_SIZE_T 32/
70 /^#undef BITSIZEOF_WCHAR_T *$/s/^.*$/#define BITSIZEOF_WCHAR_T 16/
71 /^#undef BITSIZEOF_WINT_T *$/s/^.*$/#define BITSIZEOF_WINT_T 32/
72 /^#undef HAVE__BOOL/s/^.*$/#define HAVE__BOOL 1/
73 /^#undef HAVE_LONG_LONG_INT *$/s/^.*$/#define HAVE_LONG_LONG_INT 1/
74 /^#undef HAVE_SIGNED_SIG_ATOMIC_T *$/s/^.*$/#define HAVE_SIGNED_SIG_ATOMIC_T 1/
75 /^#undef HAVE_SIGNED_WINT_T *$/s/^.*$/#define HAVE_SIGNED_WINT_T 1/
76 /^#undef HAVE_UNSIGNED_LONG_LONG_INT *$/s/^.*$/#define HAVE_UNSIGNED_LONG_LONG_INT 1/
77 /^#under HAVE_WCHAR_H *$/s/^.*$/#define HAVE_WCHAR_H 1/
78 /^#undef inline/s/^.*$/#define inline __inline__/
79 /^#undef my_strftime/s/^.*$/#define my_strftime nstrftime/
80 /^#undef restrict/s/^.*$/#define restrict __restrict/
82 /^#undef GNU_MALLOC *$/s/^.*$/#define GNU_MALLOC 1/
83 /^#undef REL_ALLOC *$/s/^.*$/#define REL_ALLOC 1/
85 s/^#undef STACK_DIRECTION *$/#define STACK_DIRECTION -1/
86 s/^#undef EMACS_CONFIGURATION *$/#define EMACS_CONFIGURATION "i386-pc-msdosdjgpp"/
87 s/^#undef EMACS_CONFIG_OPTIONS *$/#define EMACS_CONFIG_OPTIONS "msdos"/
88 s!^#undef config_opsysfile *$!#define config_opsysfile "s/msdos.h"!
89 s!^#undef config_machfile *$!#define config_machfile "m/intel386.h"!
90 s/^#undef PROTOTYPES *$/#define PROTOTYPES 1/
91 s/^#undef POINTER_TYPE *$/#define POINTER_TYPE void/
92 /^#undef HAVE_INTTYPES_H/c\
93 #if __DJGPP__ > 2 || __DJGPP_MINOR__ > 3\
94 #define HAVE_INTTYPES_H 1\
95 #else\
96 #undef HAVE_INTTYPES_H\
97 #endif
98 /^#undef HAVE_STDINT_H/c\
99 #if __DJGPP__ > 2 || __DJGPP_MINOR__ > 3\
100 #define HAVE_STDINT_H 1\
101 #else\
102 #undef HAVE_STDINT_H\
103 #endif
104 s/^#undef HAVE_DECL_STRTOLL *$/#define HAVE_DECL_STRTOLL 1/
105 s/^#undef HAVE_DECL_STRTOULL *$/#define HAVE_DECL_STRTOULL 1/
106 s/^#undef HAVE_DECL_STRTOIMAX *$/#define HAVE_DECL_STRTOIMAX 1/
107 s/^#undef HAVE_DECL_STRTOUMAX *$/#define HAVE_DECL_STRTOUMAX 1/
108 s/^#undef HAVE_STRTOLL *$/#define HAVE_STRTOLL 1/
109 s/^#undef HAVE_STRTOULL *$/#define HAVE_STRTOULL 1/
110 /^#undef HAVE_SIGSET_T *$/s/^.*$/#define HAVE_SIGSET_T 1/
111 /^#undef HAVE_SNPRINTF/c\
112 #if __DJGPP__ > 2 || __DJGPP_MINOR__ > 3\
113 #define HAVE_SNPRINTF 1\
114 #else\
115 #undef HAVE_SNPRINTF\
116 #endif
118 # Comment out any remaining undef directives, because some of them
119 # might be defined in sys/config.h we include at the top of config.h.
120 /^#undef BSTRING/s|#undef|# undef|
121 /^#undef .*$/s|^.*$|/* & */|