OpenGrok
Cross Reference: issetugid.c
xref
: /
src
/
tools
/
compat
/
issetugid.c
Home
|
History
|
Annotate
|
Download
|
only in
compat
History log of
/src/tools/compat/issetugid.c
Revision
Date
Author
Comments
1.2
27-Oct-2003
lukem
Overhaul how `build.sh tools' are used:
* Rename "config.h" to "nbtool_config.h" and
HAVE_CONFIG_H to HAVE_NBTOOL_CONFIG_H.
This makes in more obvious in the source when we're using
tools/compat/config.h versus "standard autoconf" config.h
* Consistently move the inclusion of nbtool_config.h to before
<sys/cdefs.h> so that the former can provide __RCSID() (et al),
and there's no need to protect those macros any more.
These changes should make it easier to "tool-ify" a program by adding:
#if HAVE_NBTOOL_CONFIG_H
#include "nbtool_config.h"
#endif
to the top of the source files (for the general case).
1.1
18-Apr-2002
bjh21
Add a stub issetugid() for platforms that don't have it. For now, we assume
that no host program will be installed set-id, so the stub function always
returns 0.
Indexes created Sat Oct 25 00:10:07 GMT 2025