Skip to content

Commit 560d4e9

Browse files
committed
Enable __STDC_WANT_LIB_EXT1__ unconditionally
1 parent 84e7494 commit 560d4e9

4 files changed

Lines changed: 0 additions & 9 deletions

File tree

configure

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4792,9 +4792,6 @@ then :
47924792
LIBS="$LIBS -lnsl"
47934793
fi
47944794

4795-
4796-
printf "%s\n" "#define SOLARIS 1" >>confdefs.h
4797-
47984795
MV="/usr/gnu/bin/mv"
47994796

48004797
;;

configure.ac

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

src/config.h.in

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -435,9 +435,6 @@
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. */

src/dbhelpers.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
#define ATTRIB_SENTINEL
1717
#endif
1818

19-
#if defined(SOLARIS)
2019
#define __STDC_WANT_LIB_EXT1__ 1
21-
#endif
2220

2321
void m_burn(void* data, unsigned int len);
2422

0 commit comments

Comments
 (0)