Add arch taglines
[bpt/emacs.git] / msdos / sed2.inp
CommitLineData
ad9445b9 1# -sed2.inp-------------------------------------------------------------
6d356da1 2# Configuration script for src/config.h
ad9445b9 3# ----------------------------------------------------------------------
d7fcecc1 4#
13931072 5# Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002
d7fcecc1
EZ
6# Free Software Foundation, Inc.
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# ----------------------------------------------------------------------
ad9445b9
RS
19/^#undef LISP_FLOAT_TYPE *$/s/undef/define/
20/^#undef GNU_MALLOC *$/s/undef/define/
21/^#undef REL_ALLOC *$/s/undef/define/
95997bdb 22/^#undef HAVE_SYS_SELECT/i\
76fbc894 23/^#undef STDC_HEADERS *$/s/undef/define/
ad9445b9
RS
24/^#undef HAVE_SYS_TIMEB_H *$/s/undef/define/
25/^#undef HAVE_SYS_TIME_H *$/s/undef/define/
26# /^#undef HAVE_UNISTD_H *$/s/undef/define/
27/^#undef HAVE_GETTIMEOFDAY *$/s/undef/define/
28/^#undef HAVE_GETHOSTNAME *$/s/undef/define/
29/^#undef HAVE_DUP2 *$/s/undef/define/
30/^#undef HAVE_TM_ZONE *$/s/undef/define/
38a9722f
KH
31/^#undef LOCALTIME_CACHE *$/s/undef/define/
32/^#undef HAVE_TZSET *$/s/undef/define/
ad9445b9
RS
33/^#undef TM_IN_SYS_TIME *$/s/undef/define/
34/^#undef TIME_WITH_SYS_TIME *$/s/undef/define/
35/^#undef HAVE_RENAME *$/s/undef/define/
36/^#undef HAVE_CLOSEDIR *$/s/undef/define/
37/^#undef HAVE_RANDOM *$/s/undef/define/
38/^#undef HAVE_MKDIR *$/s/undef/define/
39/^#undef HAVE_RMDIR *$/s/undef/define/
40/^#undef HAVE_BCMP *$/s/undef/define/
41/^#undef HAVE_BCOPY *$/s/undef/define/
42/^#undef HAVE_FREXP *$/s/undef/define/
43/^#undef HAVE_FTIME *$/s/undef/define/
95997bdb 44/^#undef HAVE_MKTIME *$/s/undef/define/
72b0c010 45/^#undef HAVE_STRERROR *$/s/undef/define/
c9684936 46/^#undef HAVE_TIMEVAL *$/s/undef/define/
ad9445b9
RS
47s/^#define USER_FULL_NAME .*$/#define USER_FULL_NAME (getenv ("NAME"))/
48s/^#undef STACK_DIRECTION *$/#define STACK_DIRECTION -1/
0b57c5eb 49s/^#undef EMACS_CONFIGURATION *$/#define EMACS_CONFIGURATION "i386-pc-msdosdjgpp"/
87485d6f 50s/^#undef EMACS_CONFIG_OPTIONS *$/#define EMACS_CONFIG_OPTIONS "-"/
ad9445b9 51s!^#undef config_opsysfile *$!#define config_opsysfile "s/msdos.h"!
56206da3 52s!^#undef config_machfile *$!#define config_machfile "m/intel386.h"!
c1300911
EZ
53s/^#undef PROTOTYPES *$/#define PROTOTYPES 1/
54s/^#undef POINTER_TYPE *$/#define POINTER_TYPE void/
ab5796a9
MB
55
56# arch-tag: 31840234-109a-41ab-a675-7a3844978299