From 1a345b28a66db3e14933b3ea7021ea0f1ef5cf05 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Tue, 22 Jul 2003 03:14:28 +0000 Subject: [PATCH] Added ONC define. --- config_win32.h | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.1.4