mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1f4049bf91
Programming Volume 2, 2nd Edition". It contains the library and headers used in the examples as well as all programs from the text that compile on FreeBSD systems. For more information on the book, see http://www.phptr.com/ptrbooks/ptr_013490012X.html For more info on W. Richard Stevens, see http://www.kohala.com/~rstevens/ PR: ports/14058 Submitted by: James FitzGibbon <james@targetnet.com>
12 lines
413 B
Plaintext
12 lines
413 B
Plaintext
--- lib/unpipc.h.orig Wed Aug 5 14:20:32 1998
|
|
+++ lib/unpipc.h Thu Sep 30 10:23:56 1999
|
|
@@ -4,7 +4,7 @@
|
|
#ifndef __unpipc_h
|
|
#define __unpipc_h
|
|
|
|
-#include "../config.h" /* configuration options for current OS */
|
|
+#include <unpipc_config.h> /* configuration options for current OS */
|
|
/* "../config.h" is generated by configure */
|
|
|
|
/* If anything changes in the following list of #includes, must change
|