changeset 101801:7f4c7258fee5

NO_SOCK_SIGIO is not used anymore.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 04 Feb 2009 14:11:36 +0000
parents 9a856cb80538
children 800be5321d24
files admin/CPP-DEFINES
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/admin/CPP-DEFINES	Wed Feb 04 13:36:59 2009 +0000
+++ b/admin/CPP-DEFINES	Wed Feb 04 14:11:36 2009 +0000
@@ -72,10 +72,12 @@
 LOAD_AVE_TYPE
 NO_ARG_ARRAY
 NO_REMAP
-NO_SOCK_SIGIO
 VIRT_ADDR_VARIES
 WORDS_BIG_ENDIAN
 
+** Not used anymore by any port, can be cleaned up
+NO_SOCK_SIGIO
+
 ** Misc macros
 USER_FULL_NAME   If defined, overrides the default pw->pw_gecos for getting at the full user name.  Only MSDOS overrides the default.