* msdos/sed2v2.inp (HAVE_WCHAR_H): Fix typo.
[bpt/emacs.git] / msdos / sed2v2.inp
CommitLineData
a395d4a9
EZ
1# -sed2v2.inp-------------------------------------------------------------
2# Configuration script for src/config.h under DJGPP v2.x
3# ----------------------------------------------------------------------
4#
acaf905b 5# Copyright (C) 1993-1997, 1999-2000, 2002-2012 Free Software Foundation, Inc.
a395d4a9
EZ
6#
7# This file is part of GNU Emacs.
8#
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.
12#
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.
16#
17# ----------------------------------------------------------------------
18
19/^#define EMACS_CONFIG_H/a\
20\
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
28
fe3cc771
GM
29/^#undef MSDOS *$/s/^.*$/#define MSDOS/
30/^#undef DOS_NT *$/s/^.*$/#define DOS_NT/
31/^#undef FLOAT_CHECK_DOMAIN *$/s/^.*$/#define FLOAT_CHECK_DOMAIN/
31bed486 32/^#undef HAVE_ALLOCA *$/s/^.*$/#define HAVE_ALLOCA 1/
fe3cc771 33/^#undef HAVE_INVERSE_HYPERBOLIC *$/s/^.*$/#define HAVE_INVERSE_HYPERBOLIC/
a395d4a9
EZ
34/^#undef HAVE_SETITIMER *$/s/^.*$/#define HAVE_SETITIMER 1/
35/^#undef HAVE_STRUCT_UTIMBUF *$/s/^.*$/#define HAVE_STRUCT_UTIMBUF 1/
36/^#undef LOCALTIME_CACHE *$/s/^.*$/#define LOCALTIME_CACHE 1/
37/^#undef HAVE_TZSET *$/s/^.*$/#define HAVE_TZSET 1/
38/^#undef HAVE_LOGB *$/s/^.*$/#define HAVE_LOGB 1/
39/^#undef HAVE_FREXP *$/s/^.*$/#define HAVE_FREXP 1/
40/^#undef HAVE_FMOD *$/s/^.*$/#define HAVE_FMOD 1/
41/^#undef HAVE_RINT *$/s/^.*$/#define HAVE_RINT 1/
9d9d12cd 42/^#undef HAVE_C99_STRTOLD *$/s/^.*$/#define HAVE_C99_STRTOLD 1/
a395d4a9 43/^#undef HAVE_CBRT *$/s/^.*$/#define HAVE_CBRT 1/
8e1cc65f 44/^#undef HAVE_DIFFTIME *$/s/^.*$/#define HAVE_DIFFTIME 1/
a395d4a9 45/^#undef HAVE_FPATHCONF *$/s/^.*$/#define HAVE_FPATHCONF 1/
72af86bd 46/^#undef HAVE_MEMSET *$/s/^.*$/#define HAVE_MEMSET 1/
8e1cc65f
EZ
47/^#undef HAVE_MEMCMP *$/s/^.*$/#define HAVE_MEMCMP 1/
48/^#undef HAVE_MEMMOVE *$/s/^.*$/#define HAVE_MEMMOVE 1/
a395d4a9 49/^#undef HAVE_SETRLIMIT *$/s/^.*$/#define HAVE_SETRLIMIT 1/
3b4346a5 50/^#undef HAVE_GETRUSAGE *$/s/^.*$/#define HAVE_GETRUSAGE 1/
0d23c240 51/^#undef GETTIMEOFDAY_TIMEZONE *$/s/^.*$/#define GETTIMEOFDAY_TIMEZONE struct timezone/
a395d4a9 52/^#undef HAVE_TM_GMTOFF *$/s/^.*$/#define HAVE_TM_GMTOFF 1/
a395d4a9 53/^#undef HAVE_STRUCT_TIMEZONE *$/s/^.*$/#define HAVE_STRUCT_TIMEZONE 1/
8e1cc65f 54/^#undef HAVE_SIZE_T *$/s/^.*$/#define HAVE_SIZE_T 1/
a395d4a9 55/^#undef HAVE_MKSTEMP *$/s/^.*$/#define HAVE_MKSTEMP 1/
0d23c240 56/^#undef HAVE_STRNCASECMP *$/s/^.*$/#define HAVE_STRNCASECMP 1/
a395d4a9 57/^#undef HAVE_STRUCT_TM_TM_ZONE *$/s/^.*$/#define HAVE_STRUCT_TM_TM_ZONE 1/
0d9ab48d 58/^#undef HAVE_SYNC *$/s/^.*$/#define HAVE_SYNC 1/
31620103 59/^#undef HAVE___BUILTIN_UNWIND_INIT *$/s/^.*$/#define HAVE___BUILTIN_UNWIND_INIT 1/
5a1131d9
EZ
60/^#undef HAVE_MENUS *$/s/^.*$/#define HAVE_MENUS 1/
61/^#undef HAVE_MOUSE *$/s/^.*$/#define HAVE_MOUSE 1/
62/^#undef DATA_START/s/^.*$/#define DATA_START (\&etext + 1)/
63/^#undef GC_SETJMP_WORKS/s/^.*$/#define GC_SETJMP_WORKS 1/
d494e8f2 64/^#undef ORDINARY_LINK/s/^.*$/#define ORDINARY_LINK 1/
a395d4a9
EZ
65/^#undef PACKAGE_BUGREPORT/s/^.*$/#define PACKAGE_BUGREPORT ""/
66/^#undef PACKAGE_NAME/s/^.*$/#define PACKAGE_NAME ""/
67/^#undef PACKAGE_STRING/s/^.*$/#define PACKAGE_STRING ""/
68/^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/
69/^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION ""/
f3774f20 70/^#undef VERSION/s/^.*$/#define VERSION "24.1.50"/
a9be7d2b 71/^#undef SYSTEM_TYPE/s/^.*$/#define SYSTEM_TYPE "ms-dos"/
9d9d12cd 72/^#undef HAVE_DECL_GETENV/s/^.*$/#define HAVE_DECL_GETENV 1/
a395d4a9 73/^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/
1c97e857 74/^#undef HAVE_DIRENT_H/s/^.*$/#define HAVE_DIRENT_H 1/
003fa8b6
EZ
75
76/^#undef BITSIZEOF_PTRDIFF_T *$/s/^.*$/#define BITSIZEOF_PTRDIFF_T 32/
77/^#undef BITSIZEOF_SIG_ATOMIC_T *$/s/^.*$/#define BITSIZEOF_SIG_ATOMIC_T 32/
78/^#undef BITSIZEOF_SIZE_T *$/s/^.*$/#define BITSIZEOF_SIZE_T 32/
79/^#undef BITSIZEOF_WCHAR_T *$/s/^.*$/#define BITSIZEOF_WCHAR_T 16/
80/^#undef BITSIZEOF_WINT_T *$/s/^.*$/#define BITSIZEOF_WINT_T 32/
9d9d12cd 81/^#undef HAVE__BOOL/s/^.*$/#define HAVE__BOOL 1/
003fa8b6
EZ
82/^#undef HAVE_LONG_LONG_INT *$/s/^.*$/#define HAVE_LONG_LONG_INT 1/
83/^#undef HAVE_SIGNED_SIG_ATOMIC_T *$/s/^.*$/#define HAVE_SIGNED_SIG_ATOMIC_T 1/
84/^#undef HAVE_SIGNED_WINT_T *$/s/^.*$/#define HAVE_SIGNED_WINT_T 1/
85/^#undef HAVE_UNSIGNED_LONG_LONG_INT *$/s/^.*$/#define HAVE_UNSIGNED_LONG_LONG_INT 1/
1de89c04 86/^#undef HAVE_WCHAR_H *$/s/^.*$/#define HAVE_WCHAR_H 1/
fe3cc771
GM
87/^#undef DEVICE_SEP *$/s/^.*$/#define DEVICE_SEP ':'/
88/^#undef IS_DIRECTORY_SEP *$/s/^.*$/#define IS_DIRECTORY_SEP(_c_) ((_c_) == '/' || (_c_) == '\\\\')/
89/^#undef IS_ANY_SEP *$/s/^.*$/#define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_) || IS_DEVICE_SEP (_c_))/
90/^#undef INTERNAL_TERMINAL *$/s/^.*$/#define INTERNAL_TERMINAL "pc|bios|IBM PC with color display::co#80:li#25:Co#16:pa#256:km:ms:cm=<CM>:cl=<CL>:ce=<CE>::se=</SO>:so=<SO>:us=<UL>:ue=</UL>:md=<BD>:mh=<DIM>:mb=<BL>:mr=<RV>:me=<NV>::AB=<BG %d>:AF=<FG %d>:op=<DefC>:"/
91/^#undef NULL_DEVICE *$/s/^.*$/#define NULL_DEVICE "nul"/
92/^#undef SEPCHAR *$/s/^.*$/#define SEPCHAR ';'/
93/^#undef USER_FULL_NAME *$/s/^.*$/#define USER_FULL_NAME (getenv ("NAME"))/
94/^#undef _setjmp/s/^.*$/#define _setjmp setjmp/
95/^#undef _longjmp/s/^.*$/#define _longjmp longjmp/
9d9d12cd 96/^#undef inline/s/^.*$/#define inline __inline__/
f601db19 97/^#undef my_strftime/s/^.*$/#define my_strftime nstrftime/
9d9d12cd 98/^#undef restrict/s/^.*$/#define restrict __restrict/
a395d4a9
EZ
99
100/^#undef GNU_MALLOC *$/s/^.*$/#define GNU_MALLOC 1/
101/^#undef REL_ALLOC *$/s/^.*$/#define REL_ALLOC 1/
102
a395d4a9
EZ
103s/^#undef STACK_DIRECTION *$/#define STACK_DIRECTION -1/
104s/^#undef EMACS_CONFIGURATION *$/#define EMACS_CONFIGURATION "i386-pc-msdosdjgpp"/
105s/^#undef EMACS_CONFIG_OPTIONS *$/#define EMACS_CONFIG_OPTIONS "msdos"/
a395d4a9
EZ
106s/^#undef PROTOTYPES *$/#define PROTOTYPES 1/
107s/^#undef POINTER_TYPE *$/#define POINTER_TYPE void/
003fa8b6
EZ
108/^#undef HAVE_INTTYPES_H/c\
109#if __DJGPP__ > 2 || __DJGPP_MINOR__ > 3\
110#define HAVE_INTTYPES_H 1\
111#else\
112#undef HAVE_INTTYPES_H\
113#endif
a395d4a9
EZ
114/^#undef HAVE_STDINT_H/c\
115#if __DJGPP__ > 2 || __DJGPP_MINOR__ > 3\
116#define HAVE_STDINT_H 1\
117#else\
118#undef HAVE_STDINT_H\
119#endif
31bed486 120s/^#undef HAVE_DECL_STRTOLL *$/#define HAVE_DECL_STRTOLL 1/
8db90b73 121s/^#undef HAVE_DECL_STRTOULL *$/#define HAVE_DECL_STRTOULL 1/
31bed486 122s/^#undef HAVE_DECL_STRTOIMAX *$/#define HAVE_DECL_STRTOIMAX 1/
8db90b73 123s/^#undef HAVE_DECL_STRTOUMAX *$/#define HAVE_DECL_STRTOUMAX 1/
31bed486 124s/^#undef HAVE_STRTOLL *$/#define HAVE_STRTOLL 1/
8db90b73 125s/^#undef HAVE_STRTOULL *$/#define HAVE_STRTOULL 1/
31bed486
EZ
126/^#undef HAVE_SIGSET_T *$/s/^.*$/#define HAVE_SIGSET_T 1/
127/^#undef HAVE_SNPRINTF/c\
128#if __DJGPP__ > 2 || __DJGPP_MINOR__ > 3\
129#define HAVE_SNPRINTF 1\
130#else\
131#undef HAVE_SNPRINTF\
132#endif
a395d4a9
EZ
133
134# Comment out any remaining undef directives, because some of them
135# might be defined in sys/config.h we include at the top of config.h.
136/^#undef BSTRING/s|#undef|# undef|
137/^#undef .*$/s|^.*$|/* & */|