source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Cygwin support; from Yaakov Selkowitz,
@ 2014-08-14  4:13 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2014-08-14  4:13 UTC (permalink / raw)
  To: source

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-08-14  4:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-14  4:13 mdocml: Cygwin support; from Yaakov Selkowitz, schwarze

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).