Home | History | Annotate | Download | only in src

Lines Matching defs:IEXTEN

94 # ifndef IEXTEN
95 # define IEXTEN 0
96 # endif /* IEXTEN */
120 * Work around ISC's definition of IEXTEN which is
124 # if defined(IEXTEN) && defined(XCASE)
125 # if IEXTEN == XCASE
126 # undef IEXTEN
127 # define IEXTEN 0
128 # endif /* IEXTEN == XCASE */
129 # endif /* IEXTEN && XCASE */
130 # if defined(IEXTEN) && !defined(XCASE)
131 # define XCASE IEXTEN
132 # undef IEXTEN
133 # define IEXTEN 0
134 # endif /* IEXTEN && !XCASE */
138 * Work around convex weirdness where turning off IEXTEN makes us
142 # if defined(IEXTEN) && IEXTEN != 0
143 # undef IEXTEN
144 # define IEXTEN 0
145 # endif /* IEXTEN != 0 */