X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Faclocal.m4;h=12c49bbc51ac6851115934ab9df96eabdfb14f86;hp=dc692b80eb86d2af179a9f0d3df2ff2b6a6b8e75;hb=83e9a85c4205c920cc9992bfc96f6546cd4fff22;hpb=c6f54649ed4bf49ec27a522816984d2290201438 diff --git a/test/aclocal.m4 b/test/aclocal.m4 index dc692b80..12c49bbc 100644 --- a/test/aclocal.m4 +++ b/test/aclocal.m4 @@ -26,7 +26,7 @@ dnl sale, use or other dealings in this Software without prior written * dnl authorization. * dnl*************************************************************************** dnl -dnl $Id: aclocal.m4,v 1.100 2014/07/26 21:32:03 tom Exp $ +dnl $Id: aclocal.m4,v 1.101 2014/09/20 21:11:07 tom Exp $ dnl dnl Author: Thomas E. Dickey dnl @@ -3199,7 +3199,7 @@ AC_TRY_LINK([ test $cf_cv_need_xopen_extension = yes && CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE_EXTENDED" ])dnl dnl --------------------------------------------------------------------------- -dnl CF_XOPEN_SOURCE version: 47 updated: 2014/07/23 17:11:49 +dnl CF_XOPEN_SOURCE version: 48 updated: 2014/09/01 12:29:14 dnl --------------- dnl Try to get _XOPEN_SOURCE defined properly that we can use POSIX functions, dnl or adapt to the vendor's definitions to get equivalent functionality, @@ -3282,6 +3282,10 @@ solaris2.*) #(vi cf_xopen_source="-D__EXTENSIONS__" cf_cv_xopen_source=broken ;; +sysv4.2uw2.*) # Novell/SCO UnixWare 2.x (tested on 2.1.2) + cf_XOPEN_SOURCE= + cf_POSIX_C_SOURCE= + ;; *) CF_TRY_XOPEN_SOURCE CF_POSIX_C_SOURCE($cf_POSIX_C_SOURCE)