source@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: schwarze@mdocml.bsd.lv
To: source@mdocml.bsd.lv
Subject: mdocml: Cygwin support; from Yaakov Selkowitz,
Date: Thu, 14 Aug 2014 00:13:30 -0400 (EDT)	[thread overview]
Message-ID: <201408140413.s7E4DUtP030364@krisdoz.my.domain> (raw)

Log Message:
-----------
Cygwin support; from Yaakov Selkowitz,
https://sourceforge.net/p/cygwin-ports/mdocml/ci/master/tree/

Tags:
----
VERSION_1_12

Modified Files:
--------------
    mdocml:
        apropos_db.c
        mandocdb.c
        test-betoh64.c

Revision Data
-------------
Index: apropos_db.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/Attic/apropos_db.c,v
retrieving revision 1.32.2.7
retrieving revision 1.32.2.8
diff -Lapropos_db.c -Lapropos_db.c -u -p -r1.32.2.7 -r1.32.2.8
--- apropos_db.c
+++ apropos_db.c
@@ -31,7 +31,7 @@
 
 #if defined(__APPLE__)
 # include <libkern/OSByteOrder.h>
-#elif defined(__linux__)
+#elif defined(__linux__) || defined(__CYGWIN__)
 # include <endian.h>
 #elif defined(__sun)
 # include <sys/byteorder.h>
@@ -39,7 +39,7 @@
 # include <sys/endian.h>
 #endif
 
-#if defined(__linux__) || defined(__sun)
+#if defined(__linux__) || defined(__CYGWIN__) || defined(__sun)
 # include <db_185.h>
 #else
 # include <db.h>
Index: mandocdb.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mandocdb.c,v
retrieving revision 1.49.2.17
retrieving revision 1.49.2.18
diff -Lmandocdb.c -Lmandocdb.c -u -p -r1.49.2.17 -r1.49.2.18
--- mandocdb.c
+++ mandocdb.c
@@ -34,7 +34,7 @@
 
 #if defined(__APPLE__)
 # include <libkern/OSByteOrder.h>
-#elif defined(__linux__)
+#elif defined(__linux__) || defined(__CYGWIN__)
 # include <endian.h>
 #elif defined(__sun)
 # include <sys/byteorder.h>
@@ -43,7 +43,7 @@
 # include <sys/endian.h>
 #endif
 
-#if defined(__linux__) || defined(__sun)
+#if defined(__linux__) || defined(__CYGWIN__) || defined(__sun)
 # include <db_185.h>
 #else
 # include <db.h>
Index: test-betoh64.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/Attic/test-betoh64.c,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -Ltest-betoh64.c -Ltest-betoh64.c -u -p -r1.1.2.2 -r1.1.2.3
--- test-betoh64.c
+++ test-betoh64.c
@@ -1,6 +1,6 @@
 #include <sys/types.h>
 
-#if defined(__linux__)
+#if defined(__linux__) || defined(__CYGWIN__)
 # include <endian.h>
 #elif defined(__APPLE__)
 # include <libkern/OSByteOrder.h>
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

                 reply	other threads:[~2014-08-14  4:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201408140413.s7E4DUtP030364@krisdoz.my.domain \
    --to=schwarze@mdocml.bsd.lv \
    --cc=source@mdocml.bsd.lv \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).