mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-10 22:48:12 -04:00
8 lines
95 B
OpenEdge ABL
8 lines
95 B
OpenEdge ABL
%module netpgpperl
|
|
%{
|
|
#include <netpgp.h>
|
|
#undef SvPOK
|
|
#define SvPOK(x) 1
|
|
%}
|
|
%include netpgp.h
|