--- /src_root/curl/lib/curl_setup_once.h Tue Jan 8 21:00:07 2013 +++ /vms_root/curl/lib/curl_setup_once.h Sat Jan 19 23:28:44 2013 @@ -526,17 +526,6 @@ #define EREMOTE WSAEREMOTE #endif - -/* - * Actually use __32_getpwuid() on 64-bit VMS builds for getpwuid() - */ - -#if defined(__VMS) && \ - defined(__INITIAL_POINTER_SIZE) && (__INITIAL_POINTER_SIZE == 64) -#define getpwuid __32_getpwuid -#endif - - /* * Macro argv_item_t hides platform details to code using it. */