source: trunk/config.tests/unix/nis/nis.cpp@ 356

Last change on this file since 356 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 185 bytes
Line 
1#include <sys/types.h>
2#include <rpc/rpc.h>
3#include <rpcsvc/ypclnt.h>
4#include <rpcsvc/yp_prot.h>
5
6int main(int, char **)
7{
8 char *d;
9 yp_get_default_domain(&d);
10 return 0;
11}
Note: See TracBrowser for help on using the repository browser.