comparison src/m/hp800.h @ 96589:31cae2dacc05

* unexec.c: * m/ia64.h: * m/hp800.h: Remove dead code.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 10 Jul 2008 06:49:46 +0000
parents e1043d6b0d2b
children 0e3e875ffade
comparison
equal deleted inserted replaced
96588:0669124dbfea 96589:31cae2dacc05
125 */ 125 */
126 126
127 /* no underscore please */ 127 /* no underscore please */
128 #define LDAV_SYMBOL "avenrun" 128 #define LDAV_SYMBOL "avenrun"
129 129
130 #if 0 /* Supposedly no longer true. */
131 /* In hpux, for unknown reasons, S_IFLNK is defined even though
132 symbolic links do not exist.
133 Make sure our conditionals based on S_IFLNK are not confused.
134
135 Here we assume that stat.h is included before config.h
136 so that we can override it here. */
137
138 #undef S_IFLNK
139 #endif
140
141 /* On USG systems these have different names. */ 130 /* On USG systems these have different names. */
142 131
143 #define index strchr 132 #define index strchr
144 #define rindex strrchr 133 #define rindex strrchr
145 134