2N/A/*
2N/A * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
2N/A * Use is subject to license terms.
2N/A */
2N/A
2N/A#include <port_before.h>
2N/A#include <resolv.h>
2N/A#include <arpa/inet.h>
2N/A#include <port_after.h>
2N/A
2N/A#undef p_option
2N/A/* extern const char * isc_p_option(); */
2N/Aconst char *p_option(uint_t option) {
2N/A return (isc_p_option((ulong_t)option));
2N/A}
2N/A#pragma weak __p_option = p_option
2N/A
2N/A#undef p_secstodate
2N/A/* extern char * isc_p_secstodate (); */
2N/Achar *p_secstodate(uint_t secs) {
2N/A return (isc_p_secstodate((ulong_t)secs));
2N/A}
2N/A#pragma weak __p_secstodate = p_secstodate