From: Scott Cantor Date: Tue, 22 Jul 2003 03:14:28 +0000 (+0000) Subject: Added ONC define. X-Git-Tag: 1.2.1~539 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-sp.git;a=commitdiff_plain;h=1a345b28a66db3e14933b3ea7021ea0f1ef5cf05 Added ONC define. --- diff --git a/config_win32.h b/config_win32.h index 20962c5..5d06359 100644 --- a/config_win32.h +++ b/config_win32.h @@ -104,6 +104,9 @@ /* Define to 1 if your declares `struct tm'. */ /* #undef TM_IN_SYS_TIME */ +/* Define if using embedded version of ONC RPC. */ +#define USE_OUR_ONCRPC 1 + /* Version number of package */ #define VERSION "1.0.1"