1994-04-29 22:07:19 +00:00
|
|
|
# -sed2.inp-------------------------------------------------------------
|
1994-04-30 20:28:27 +00:00
|
|
|
# Configuration script for src/config.h
|
1994-04-29 22:07:19 +00:00
|
|
|
# ----------------------------------------------------------------------
|
2001-03-01 17:19:33 +00:00
|
|
|
#
|
2002-04-16 17:36:19 +00:00
|
|
|
# Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002
|
2001-03-01 17:19:33 +00:00
|
|
|
# Free Software Foundation, Inc.
|
|
|
|
#
|
|
|
|
# This file is part of GNU Emacs.
|
|
|
|
#
|
|
|
|
# This file is free software; as a special exception, the author gives
|
|
|
|
# unlimited permission to copy and/or distribute it, with or without
|
|
|
|
# modifications, as long as this notice is preserved.
|
|
|
|
#
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
#
|
|
|
|
# ----------------------------------------------------------------------
|
1994-04-29 22:07:19 +00:00
|
|
|
/^#undef LISP_FLOAT_TYPE *$/s/undef/define/
|
|
|
|
/^#undef GNU_MALLOC *$/s/undef/define/
|
|
|
|
/^#undef REL_ALLOC *$/s/undef/define/
|
1996-04-12 15:41:24 +00:00
|
|
|
/^#undef HAVE_SYS_SELECT/i\
|
1995-06-08 19:57:56 +00:00
|
|
|
/^#undef STDC_HEADERS *$/s/undef/define/
|
1994-04-29 22:07:19 +00:00
|
|
|
/^#undef HAVE_SYS_TIMEB_H *$/s/undef/define/
|
|
|
|
/^#undef HAVE_SYS_TIME_H *$/s/undef/define/
|
|
|
|
# /^#undef HAVE_UNISTD_H *$/s/undef/define/
|
|
|
|
/^#undef HAVE_GETTIMEOFDAY *$/s/undef/define/
|
|
|
|
/^#undef HAVE_GETHOSTNAME *$/s/undef/define/
|
|
|
|
/^#undef HAVE_DUP2 *$/s/undef/define/
|
|
|
|
/^#undef HAVE_TM_ZONE *$/s/undef/define/
|
1996-01-23 17:44:58 +00:00
|
|
|
/^#undef LOCALTIME_CACHE *$/s/undef/define/
|
|
|
|
/^#undef HAVE_TZSET *$/s/undef/define/
|
1994-04-29 22:07:19 +00:00
|
|
|
/^#undef TM_IN_SYS_TIME *$/s/undef/define/
|
|
|
|
/^#undef TIME_WITH_SYS_TIME *$/s/undef/define/
|
|
|
|
/^#undef HAVE_RENAME *$/s/undef/define/
|
|
|
|
/^#undef HAVE_CLOSEDIR *$/s/undef/define/
|
|
|
|
/^#undef HAVE_RANDOM *$/s/undef/define/
|
|
|
|
/^#undef HAVE_MKDIR *$/s/undef/define/
|
|
|
|
/^#undef HAVE_RMDIR *$/s/undef/define/
|
|
|
|
/^#undef HAVE_BCMP *$/s/undef/define/
|
|
|
|
/^#undef HAVE_BCOPY *$/s/undef/define/
|
|
|
|
/^#undef HAVE_FREXP *$/s/undef/define/
|
|
|
|
/^#undef HAVE_FTIME *$/s/undef/define/
|
1996-04-12 15:41:24 +00:00
|
|
|
/^#undef HAVE_MKTIME *$/s/undef/define/
|
1994-07-14 19:39:09 +00:00
|
|
|
/^#undef HAVE_STRERROR *$/s/undef/define/
|
1995-09-02 16:24:49 +00:00
|
|
|
/^#undef HAVE_TIMEVAL *$/s/undef/define/
|
1994-04-29 22:07:19 +00:00
|
|
|
s/^#define USER_FULL_NAME .*$/#define USER_FULL_NAME (getenv ("NAME"))/
|
|
|
|
s/^#undef STACK_DIRECTION *$/#define STACK_DIRECTION -1/
|
1997-08-13 04:50:55 +00:00
|
|
|
s/^#undef EMACS_CONFIGURATION *$/#define EMACS_CONFIGURATION "i386-pc-msdosdjgpp"/
|
1994-10-17 08:42:36 +00:00
|
|
|
s/^#undef EMACS_CONFIG_OPTIONS *$/#define EMACS_CONFIG_OPTIONS "-"/
|
1994-04-29 22:07:19 +00:00
|
|
|
s!^#undef config_opsysfile *$!#define config_opsysfile "s/msdos.h"!
|
1994-07-11 05:08:52 +00:00
|
|
|
s!^#undef config_machfile *$!#define config_machfile "m/intel386.h"!
|
2000-03-13 17:14:30 +00:00
|
|
|
s/^#undef PROTOTYPES *$/#define PROTOTYPES 1/
|
|
|
|
s/^#undef POINTER_TYPE *$/#define POINTER_TYPE void/
|