Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/include/sac.h
Real path: /usr/include/sac.h
Zurück
/* * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. */ /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */ /* All Rights Reserved */ /* * This header file has been maintained to preserve source compatibility * for the two notable definitions which were herein: SC_WILDC and IDLEN. */ #ifndef _SAC_H #define _SAC_H #include <sys/types.h> #include <utmpx.h> #ifdef __cplusplus extern "C" { #endif #define IDLEN _UTMP_ID_LEN /* length in bytes of a utmp id */ #define SC_WILDC _UTMP_ID_WILDCARD /* wild character for utmp ids */ #ifdef __cplusplus } #endif #endif /* _SAC_H */