]> code.delx.au - gnu-emacs/commit
Add kqueue support
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 9 Nov 2015 09:00:56 +0000 (10:00 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 25 Nov 2015 14:07:10 +0000 (15:07 +0100)
commite3354e2265bc442e4c7b84b806be482db88581a2
tree21c79b24540c150ada3fe3b7c7941985327cc16f
parentc6457cef92342d586d894504fdefc1bec1367725
Add kqueue support

* configure.ac (--with-file-notification): Add kqueue.
(top): Remove special test for "${HAVE_NS}" and
${with_file_notification}, this is handled inside gfilenotify
tests.  Add kqueue tests.  Use NOTIFY_CFLAGS and NOTIFY_LIBS
instead of library specific variables.

* src/Makefile.in: Use NOTIFY_CFLAGS and NOTIFY_LIBS.

* src/emacs.c (main): Call globals_of_kqueue and syms_of_kqueue.

* src/kqueue.c: New file.

* src/lisp.h: Declare extern globals_of_kqueue and syms_of_kqueue.
configure.ac
src/Makefile.in
src/emacs.c
src/kqueue.c [new file with mode: 0644]
src/lisp.h