aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/openbsd.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove a couple of src/s filesGlenn Morris2012-06-121-5/+0
| | | | | | * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd. * src/s/gnu-kfreebsd.h, src/s/openbsd.h: Remove files.
* Move NO_TERMIO, BROKEN_SIGIO from src/s to configureGlenn Morris2012-06-121-4/+0
| | | | | | | | | | * configure.in (NO_TERMIO, BROKEN_SIGIO): New AC_DEFINEs. * src/s/bsd-common.h, src/s/darwin.h, src/s/gnu-kfreebsd.h, src/s/hpux10-20.h: Remove NO_TERMIO. * src/s/hpux10-20.h, src/s/openbsd.h, src/s/usg5-4-common.h: Remove BROKEN_SIGIO.
* Port to OpenBSD.Paul Eggert2011-07-191-1/+5
| | | | | | | | | | | | See http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00688.html and the surrounding thread. * minibuf.c (read_minibuf_noninteractive): Rewrite to use getchar rather than fgets, and retry after EINTR. Otherwise, 'emacs --batch -f byte-compile-file' fails on OpenBSD if an inactivity timer goes off. * s/openbsd.h (BROKEN_SIGIO): Define. * unexelf.c (unexec) [__OpenBSD__]: Don't update the .mdebug section of the Alpha COFF symbol table.
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
|
* Move TERMINFO, LIBS_TERMCAP from cpp to configure.Glenn Morris2010-05-071-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in (HAVE_LIBNCURSES): New local variable. (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables, replacing cpp in src/s/*.h and src/Makefile.in. * src/Makefile.in (LIBS_TERMCAP): Set with configure, not cpp. (TERMCAP_OBJ): New, set by configure, replacing termcapobj. (termcapobj): Replace with TERMCAP_OBJ. (otherobj): Use $TERMCAP_OBJ instead of $termcapobj. (LIBES): Use LIBS_TERMCAP as a variable. * src/s/freebsd.h (osreldate.h): No longer include, since this file does not use __FreeBSD_version any more. * srs/s/aix4-2.h (TERMINFO): * srs/s/cygwin.h (TERMINFO): * srs/s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]: * srs/s/freebsd.h (TERMINFO, LIBS_TERMCAP): * srs/s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]: * srs/s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]: * srs/s/hpux10-20.h (TERMINFO, LIBS_TERMCAP): * srs/s/irix6-5.h (TERMINFO): * srs/s/netbsd.h (LIBS_TERMCAP): * srs/s/openbsd.h (TERMINFO, LIBS_TERMCAP): * srs/s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]: * srs/s/usg5-4.h (TERMINFO): Move to configure. * msdos/sed1v2.inp (LIBS_TERMCAP): Edit to empty. (TERMCAP_OBJ): Edit to tparam.o. * admin/CPP-DEFINES (LIBS_TERMCAP, TERMINFO): Remove.
* Missing part of previous commit.Glenn Morris2010-05-061-9/+2
| | | | * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
* Move LD_SWITCH_X_SITE_AUX from cpp to autoconf.Glenn Morris2010-05-031-8/+1
| | | | | | | | | | | | | | | | | * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE as well. (LD_SWITCH_X_SITE_AUX_RPATH): New output variable. * nt/config.nt (LD_SWITCH_X_SITE_AUX): Remove. * src/s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell variable. * src/s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove. (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH. * src/s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove. (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of LD_SWITCH_SYSTEM_tmp. * src/Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH): New variables, set by configure.
* Remove redundant flags.Dan Nicolaescu2010-04-231-4/+0
| | | | | | | | * s/freebsd.h (C_SWITCH_SYSTEM): * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT): * s/netbsd.h (C_SWITCH_SYSTEM): * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care of these.
* * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.Dan Nicolaescu2010-04-231-1/+0
| | | | * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
* * s/openbsd.h: Remove support for non-ELF and for systems that doDan Nicolaescu2010-03-191-8/+0
| | | | | | not support shared libraries. * s/netbsd.h: * s/freebsd.h: Likewise.
* (LD_SWITCH_SYSTEM): Remove /usr/pkg/lib and /usr/pkg/lib fromChong Yidong2006-11-221-5/+10
| | | | | the library search path. (LD_SWITCH_X_DEFAULT): New macro.
* Tweak last fix.Chong Yidong2006-10-301-1/+1
|
* * s/openbsd.h (LD_SWITCH_SYSTEM): Add /usr/pkg/lib andChong Yidong2006-10-301-1/+1
| | | | /usr/pkg/lib to library search path.
* (LD_SWITCH_SYSTEM_tmp): Define if undefined.Thien-Thi Nguyen2005-03-211-0/+7
|
* Add arch taglinesMiles Bader2003-09-011-0/+3
|
* (LD_SWITCH_SYSTEM_TEMACS): Add undef.Richard M. Stallman2003-07-211-0/+1
|
* Don't include bsd4-3.h.Richard M. Stallman2003-07-121-4/+17
| | | | | | (TERMINFO): Defined. (LIBS_TERMCAP): Defined. (LD_SWITCH_SYSTEM): Defined (two definitions).
* (LIBS_TERMCAP): Undef.Gerd Moellmann2000-03-221-0/+4
|
* #Dave Love1999-10-011-0/+7