Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
[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#
b65d8176 5# Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003,
114f9c96 6# 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
a395d4a9
EZ
7#
8# This file is part of GNU Emacs.
9#
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.
13#
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.
17#
18# ----------------------------------------------------------------------
19
20/^#define EMACS_CONFIG_H/a\
21\
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
29
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/
38/^#undef HAVE_CBRT *$/s/^.*$/#define HAVE_CBRT 1/
8e1cc65f 39/^#undef HAVE_DIFFTIME *$/s/^.*$/#define HAVE_DIFFTIME 1/
a395d4a9 40/^#undef HAVE_FPATHCONF *$/s/^.*$/#define HAVE_FPATHCONF 1/
72af86bd
AS
41/^#undef HAVE_MEMCPY *$/s/^.*$/#define HAVE_MEMCPY 1/
42/^#undef HAVE_MEMSET *$/s/^.*$/#define HAVE_MEMSET 1/
8e1cc65f
EZ
43/^#undef HAVE_MEMCMP *$/s/^.*$/#define HAVE_MEMCMP 1/
44/^#undef HAVE_MEMMOVE *$/s/^.*$/#define HAVE_MEMMOVE 1/
a395d4a9 45/^#undef HAVE_SETRLIMIT *$/s/^.*$/#define HAVE_SETRLIMIT 1/
3b4346a5 46/^#undef HAVE_GETRUSAGE *$/s/^.*$/#define HAVE_GETRUSAGE 1/
a395d4a9
EZ
47/^#undef HAVE_TM_GMTOFF *$/s/^.*$/#define HAVE_TM_GMTOFF 1/
48/^#undef HAVE_MBLEN *$/s/^.*$/#define HAVE_MBLEN 1/
49/^#undef HAVE_STRUCT_TIMEZONE *$/s/^.*$/#define HAVE_STRUCT_TIMEZONE 1/
50/^#undef HAVE_INDEX *$/s/^.*$/#define HAVE_INDEX 1/
8e1cc65f 51/^#undef HAVE_SIZE_T *$/s/^.*$/#define HAVE_SIZE_T 1/
a395d4a9
EZ
52/^#undef HAVE_RINDEX *$/s/^.*$/#define HAVE_RINDEX 1/
53/^#undef HAVE_MKSTEMP *$/s/^.*$/#define HAVE_MKSTEMP 1/
54/^#undef HAVE_STRUCT_TM_TM_ZONE *$/s/^.*$/#define HAVE_STRUCT_TM_TM_ZONE 1/
0d9ab48d 55/^#undef HAVE_SYNC *$/s/^.*$/#define HAVE_SYNC 1/
d494e8f2 56/^#undef ORDINARY_LINK/s/^.*$/#define ORDINARY_LINK 1/
a395d4a9
EZ
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 SYS_SIGLIST_DECLARED/s/^.*$/#define SYS_SIGLIST_DECLARED 1/
63
64/^#undef GNU_MALLOC *$/s/^.*$/#define GNU_MALLOC 1/
65/^#undef REL_ALLOC *$/s/^.*$/#define REL_ALLOC 1/
66
a395d4a9
EZ
67s/^#undef STACK_DIRECTION *$/#define STACK_DIRECTION -1/
68s/^#undef EMACS_CONFIGURATION *$/#define EMACS_CONFIGURATION "i386-pc-msdosdjgpp"/
69s/^#undef EMACS_CONFIG_OPTIONS *$/#define EMACS_CONFIG_OPTIONS "msdos"/
70s!^#undef config_opsysfile *$!#define config_opsysfile "s/msdos.h"!
71s!^#undef config_machfile *$!#define config_machfile "m/intel386.h"!
72s/^#undef PROTOTYPES *$/#define PROTOTYPES 1/
73s/^#undef POINTER_TYPE *$/#define POINTER_TYPE void/
74# ------------------------------------------------------------
75# Without this ifndef, gcc -E -traditional barfs with GCC 3.0
76# on the line which says if ! HAVE_MKTIME...
77# ------------------------------------------------------------
78/^#if ! HAVE_MKTIME || BROKEN_MKTIME/i\
79#ifndef __DJGPP__
80/^#define mktime emacs_mktime/a\
81#endif
82
83/^#undef HAVE_STDINT_H/c\
84#if __DJGPP__ > 2 || __DJGPP_MINOR__ > 3\
85#define HAVE_STDINT_H 1\
86#else\
87#undef HAVE_STDINT_H\
88#endif
89
90# Comment out any remaining undef directives, because some of them
91# might be defined in sys/config.h we include at the top of config.h.
92/^#undef BSTRING/s|#undef|# undef|
93/^#undef .*$/s|^.*$|/* & */|
ab5796a9
MB
94
95# arch-tag: 2acb5571-ff53-4822-9175-95b864b59f7c