forked from Lainports/freebsd-ports
- Support install macros - Apply to 'one file per patch' convention - Add WWW: line PR: 24667 Submitted by: tkato@prontomail.ne.jp
17 lines
314 B
Text
17 lines
314 B
Text
--- config.h.orig Sun Oct 22 04:59:55 1995
|
|
+++ config.h Sat Jan 27 15:04:14 2001
|
|
@@ -64,6 +64,14 @@
|
|
#define GUS
|
|
#endif /* GUS */
|
|
|
|
+#elif defined(__FreeBSD__)
|
|
+#define BIT_32
|
|
+#undef NEAR_FAR_PTR
|
|
+#define DSP
|
|
+#ifndef GUS
|
|
+#define GUS
|
|
+#endif /* GUS */
|
|
+
|
|
#elif defined(MSDOS)
|
|
#define NEAR_FAR_PTR
|
|
#define DSP
|