Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../../usr/include/pkginfo.h
Real path: /usr/include/pkginfo.h
Zurück
/* * Copyright (c) 1994, 2016, Oracle and/or its affiliates. All rights reserved. */ /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */ /* All Rights Reserved */ #ifndef _PKGINFO_H #define _PKGINFO_H #ifdef __cplusplus extern "C" { #endif #define PI_INSTALLED 0 #define PI_PARTIAL 1 #define PI_PRESVR4 2 #define PI_UNKNOWN 3 #define PI_SPOOLED 4 struct pkginfo { char *pkginst; char *name; char *arch; char *version; char *vendor; char *basedir; char *catg; char status; }; extern char *pkgdir; extern char *pkgparam(char *, char *); extern int pkginfo(struct pkginfo *, char *, ...); extern int pkgnmchk(char *, char *, int); #ifdef __cplusplus } #endif #endif /* _PKGINFO_H */