Fix the MSDOS build following gnulib update.
[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
31bed486 29/^#undef HAVE_ALLOCA *$/s/^.*$/#define HAVE_ALLOCA 1/
a395d4a9
EZ
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/
9d9d12cd
EZ
38/^#undef HAVE_ATTRIBUTE_ALIGNED *$/s/^.*$/#define HAVE_ATTRIBUTE_ALIGNED 1/
39/^#undef HAVE_C99_STRTOLD *$/s/^.*$/#define HAVE_C99_STRTOLD 1/
a395d4a9 40/^#undef HAVE_CBRT *$/s/^.*$/#define HAVE_CBRT 1/
8e1cc65f 41/^#undef HAVE_DIFFTIME *$/s/^.*$/#define HAVE_DIFFTIME 1/
a395d4a9 42/^#undef HAVE_FPATHCONF *$/s/^.*$/#define HAVE_FPATHCONF 1/
72af86bd 43/^#undef HAVE_MEMSET *$/s/^.*$/#define HAVE_MEMSET 1/
8e1cc65f
EZ
44/^#undef HAVE_MEMCMP *$/s/^.*$/#define HAVE_MEMCMP 1/
45/^#undef HAVE_MEMMOVE *$/s/^.*$/#define HAVE_MEMMOVE 1/
a395d4a9 46/^#undef HAVE_SETRLIMIT *$/s/^.*$/#define HAVE_SETRLIMIT 1/
3b4346a5 47/^#undef HAVE_GETRUSAGE *$/s/^.*$/#define HAVE_GETRUSAGE 1/
a395d4a9 48/^#undef HAVE_TM_GMTOFF *$/s/^.*$/#define HAVE_TM_GMTOFF 1/
a395d4a9 49/^#undef HAVE_STRUCT_TIMEZONE *$/s/^.*$/#define HAVE_STRUCT_TIMEZONE 1/
8e1cc65f 50/^#undef HAVE_SIZE_T *$/s/^.*$/#define HAVE_SIZE_T 1/
a395d4a9
EZ
51/^#undef HAVE_MKSTEMP *$/s/^.*$/#define HAVE_MKSTEMP 1/
52/^#undef HAVE_STRUCT_TM_TM_ZONE *$/s/^.*$/#define HAVE_STRUCT_TM_TM_ZONE 1/
0d9ab48d 53/^#undef HAVE_SYNC *$/s/^.*$/#define HAVE_SYNC 1/
31620103 54/^#undef HAVE___BUILTIN_UNWIND_INIT *$/s/^.*$/#define HAVE___BUILTIN_UNWIND_INIT 1/
d494e8f2 55/^#undef ORDINARY_LINK/s/^.*$/#define ORDINARY_LINK 1/
a395d4a9
EZ
56/^#undef PACKAGE_BUGREPORT/s/^.*$/#define PACKAGE_BUGREPORT ""/
57/^#undef PACKAGE_NAME/s/^.*$/#define PACKAGE_NAME ""/
58/^#undef PACKAGE_STRING/s/^.*$/#define PACKAGE_STRING ""/
59/^#undef PACKAGE_TARNAME/s/^.*$/#define PACKAGE_TARNAME ""/
60/^#undef PACKAGE_VERSION/s/^.*$/#define PACKAGE_VERSION ""/
f3774f20 61/^#undef VERSION/s/^.*$/#define VERSION "24.1.50"/
9d9d12cd 62/^#undef HAVE_DECL_GETENV/s/^.*$/#define HAVE_DECL_GETENV 1/
a395d4a9 63/^#undef SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/
1c97e857 64/^#undef HAVE_DIRENT_H/s/^.*$/#define HAVE_DIRENT_H 1/
003fa8b6
EZ
65
66/^#undef BITSIZEOF_PTRDIFF_T *$/s/^.*$/#define BITSIZEOF_PTRDIFF_T 32/
67/^#undef BITSIZEOF_SIG_ATOMIC_T *$/s/^.*$/#define BITSIZEOF_SIG_ATOMIC_T 32/
68/^#undef BITSIZEOF_SIZE_T *$/s/^.*$/#define BITSIZEOF_SIZE_T 32/
69/^#undef BITSIZEOF_WCHAR_T *$/s/^.*$/#define BITSIZEOF_WCHAR_T 16/
70/^#undef BITSIZEOF_WINT_T *$/s/^.*$/#define BITSIZEOF_WINT_T 32/
9d9d12cd 71/^#undef HAVE__BOOL/s/^.*$/#define HAVE__BOOL 1/
003fa8b6
EZ
72/^#undef HAVE_LONG_LONG_INT *$/s/^.*$/#define HAVE_LONG_LONG_INT 1/
73/^#undef HAVE_SIGNED_SIG_ATOMIC_T *$/s/^.*$/#define HAVE_SIGNED_SIG_ATOMIC_T 1/
74/^#undef HAVE_SIGNED_WINT_T *$/s/^.*$/#define HAVE_SIGNED_WINT_T 1/
75/^#undef HAVE_UNSIGNED_LONG_LONG_INT *$/s/^.*$/#define HAVE_UNSIGNED_LONG_LONG_INT 1/
76/^#under HAVE_WCHAR_H *$/s/^.*$/#define HAVE_WCHAR_H 1/
9d9d12cd 77/^#undef inline/s/^.*$/#define inline __inline__/
f601db19 78/^#undef my_strftime/s/^.*$/#define my_strftime nstrftime/
9d9d12cd 79/^#undef restrict/s/^.*$/#define restrict __restrict/
a395d4a9
EZ
80
81/^#undef GNU_MALLOC *$/s/^.*$/#define GNU_MALLOC 1/
82/^#undef REL_ALLOC *$/s/^.*$/#define REL_ALLOC 1/
83
a395d4a9
EZ
84s/^#undef STACK_DIRECTION *$/#define STACK_DIRECTION -1/
85s/^#undef EMACS_CONFIGURATION *$/#define EMACS_CONFIGURATION "i386-pc-msdosdjgpp"/
86s/^#undef EMACS_CONFIG_OPTIONS *$/#define EMACS_CONFIG_OPTIONS "msdos"/
87s!^#undef config_opsysfile *$!#define config_opsysfile "s/msdos.h"!
88s!^#undef config_machfile *$!#define config_machfile "m/intel386.h"!
89s/^#undef PROTOTYPES *$/#define PROTOTYPES 1/
90s/^#undef POINTER_TYPE *$/#define POINTER_TYPE void/
003fa8b6
EZ
91/^#undef HAVE_INTTYPES_H/c\
92#if __DJGPP__ > 2 || __DJGPP_MINOR__ > 3\
93#define HAVE_INTTYPES_H 1\
94#else\
95#undef HAVE_INTTYPES_H\
96#endif
a395d4a9
EZ
97/^#undef HAVE_STDINT_H/c\
98#if __DJGPP__ > 2 || __DJGPP_MINOR__ > 3\
99#define HAVE_STDINT_H 1\
100#else\
101#undef HAVE_STDINT_H\
102#endif
31bed486 103s/^#undef HAVE_DECL_STRTOLL *$/#define HAVE_DECL_STRTOLL 1/
8db90b73 104s/^#undef HAVE_DECL_STRTOULL *$/#define HAVE_DECL_STRTOULL 1/
31bed486 105s/^#undef HAVE_DECL_STRTOIMAX *$/#define HAVE_DECL_STRTOIMAX 1/
8db90b73 106s/^#undef HAVE_DECL_STRTOUMAX *$/#define HAVE_DECL_STRTOUMAX 1/
31bed486 107s/^#undef HAVE_STRTOLL *$/#define HAVE_STRTOLL 1/
8db90b73 108s/^#undef HAVE_STRTOULL *$/#define HAVE_STRTOULL 1/
31bed486
EZ
109/^#undef HAVE_SIGSET_T *$/s/^.*$/#define HAVE_SIGSET_T 1/
110/^#undef HAVE_SNPRINTF/c\
111#if __DJGPP__ > 2 || __DJGPP_MINOR__ > 3\
112#define HAVE_SNPRINTF 1\
113#else\
114#undef HAVE_SNPRINTF\
115#endif
a395d4a9
EZ
116
117# Comment out any remaining undef directives, because some of them
118# might be defined in sys/config.h we include at the top of config.h.
119/^#undef BSTRING/s|#undef|# undef|
120/^#undef .*$/s|^.*$|/* & */|