1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 12:40:49 -08:00

(ORDINARY_LINK): Define for NetBSD.

This commit is contained in:
Gerd Moellmann 2000-04-19 14:32:01 +00:00
parent 8bef35f23a
commit 69e82333d0

View file

@ -74,7 +74,7 @@ Boston, MA 02111-1307, USA. */
/* #define NO_SOCK_SIGIO */
#if defined(__NetBSD__) || defined(__OpenBSD__)
#if defined(__OpenBSD__)
#define ORDINARY_LINK
#endif