File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4792,9 +4792,6 @@ then :
47924792 LIBS=" $LIBS -lnsl"
47934793fi
47944794
4795-
4796- printf " %s\n" " #define SOLARIS 1" >> confdefs.h
4797-
47984795 MV=" /usr/gnu/bin/mv"
47994796
48004797 ;;
Original file line number Diff line number Diff line change @@ -180,7 +180,6 @@ case "$host" in
180180 fi
181181 AC_CHECK_LIB ( socket , socket , LIBS="$LIBS - lsocket" )
182182 AC_CHECK_LIB ( nsl , yp_match , LIBS="$LIBS - lnsl" )
183- AC_DEFINE ( SOLARIS ,1 ,Using Solaris )
184183 AC_SUBST ( MV ,[ "/usr/gnu/bin/mv"] )
185184 ;;
186185
Original file line number Diff line number Diff line change 435435/* Define to the type of arg 5 for `select'. */
436436#undef SELECT_TYPE_ARG5
437437
438- /* Using Solaris */
439- #undef SOLARIS
440-
441438/* Define to 1 if all of the C90 standard headers exist (not just the ones
442439 required in a freestanding environment). This macro is provided for
443440 backward compatibility; new code need not use it. */
Original file line number Diff line number Diff line change 1616#define ATTRIB_SENTINEL
1717#endif
1818
19- #if defined(SOLARIS )
2019#define __STDC_WANT_LIB_EXT1__ 1
21- #endif
2220
2321void m_burn (void * data , unsigned int len );
2422
You can’t perform that action at this time.
0 commit comments