diff options
| author | Rao Shoaib <Rao.Shoaib@Sun.COM> | 2009-11-11 08:45:41 -0800 |
|---|---|---|
| committer | Rao Shoaib <Rao.Shoaib@Sun.COM> | 2009-11-11 08:45:41 -0800 |
| commit | 9525b14bcdeb5b5f6f95ab27c2f48f18bd2ec829 (patch) | |
| tree | df51891a276edf456c1481f49653a76cdfedee53 /usr/src/lib/libresolv2/include/sunw_dst_init.h | |
| parent | 0324f02a004039d6377111191fdd7134452d7817 (diff) | |
| download | illumos-joyent-9525b14bcdeb5b5f6f95ab27c2f48f18bd2ec829.tar.gz | |
6289479 libresolv2 clean up and alignment with libbind.6.0
Diffstat (limited to 'usr/src/lib/libresolv2/include/sunw_dst_init.h')
| -rw-r--r-- | usr/src/lib/libresolv2/include/sunw_dst_init.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/usr/src/lib/libresolv2/include/sunw_dst_init.h b/usr/src/lib/libresolv2/include/sunw_dst_init.h deleted file mode 100644 index 72a93e3d70..0000000000 --- a/usr/src/lib/libresolv2/include/sunw_dst_init.h +++ /dev/null @@ -1,27 +0,0 @@ -/* - * Copyright (c) 1999 by Sun Microsystems, Inc. - * All rights reserved. - */ - -#pragma ident "%Z%%M% %I% %E% SMI" - -#ifndef _SUNW_DST_INIT_H -#define _SUNW_DST_INIT_H - -extern int sunw_dst_bsafe_init(void); -extern int sunw_dst_rsaref_init(void); -extern int sunw_dst_hmac_md5_init(void); -extern int sunw_dst_eay_dss_init(void); -extern int sunw_dst_cylink_init(void); - -#ifndef __SUNW_DST_INIT_NODEFINE - -#define dst_bsafe_init sunw_dst_bsafe_init -#define dst_rsaref_init sunw_dst_rsaref_init -#define dst_hmac_md5_init sunw_dst_hmac_md5_init -#define dst_eay_dss_init sunw_dst_eay_dss_init -#define dst_cylink_init sunw_dst_cylink_init - -#endif /* __SUNW_DST_INIT_NODEFINE */ - -#endif /* _SUNW_DST_INIT_H */ |
