mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
Note, this port is a superset of the SP port, but unlike SP this one will not compile on FreeBSD 2.1.x--a more modern C++ compiler is needed.
17 lines
432 B
Text
17 lines
432 B
Text
*** include/config.h.orig Wed Jun 12 11:56:06 1996
|
|
--- include/config.h Tue Oct 15 17:08:09 1996
|
|
***************
|
|
*** 7,12 ****
|
|
--- 7,18 ----
|
|
#define SP_INCLUDE_UNISTD_H
|
|
#define SP_POSIX_FILENAMES
|
|
|
|
+ #if (defined(__FreeBSD__) || defined(__NetBSD__))
|
|
+ #define SP_HAVE_LOCALE
|
|
+ #define SP_HAVE_SOCKET
|
|
+ #define SP_MULTI_BYTE
|
|
+ #endif
|
|
+
|
|
#ifdef __GNUG__
|
|
// It's not missing, but it pulls in libg++
|
|
#define SP_NEW_H_MISSING
|