builtins.h (xinetd-2.3.15) | : | builtins.h (xinetd-2.3.15.4.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 12 | skipping to change at line 12 | |||
* (c) Copyright 1992 by Panagiotis Tsirigotis | * (c) Copyright 1992 by Panagiotis Tsirigotis | |||
* (c) Sections Copyright 1998-2001 by Rob Braun | * (c) Sections Copyright 1998-2001 by Rob Braun | |||
* All rights reserved. The file named COPYRIGHT specifies the terms | * All rights reserved. The file named COPYRIGHT specifies the terms | |||
* and conditions for redistribution. | * and conditions for redistribution. | |||
*/ | */ | |||
#ifndef BUILTINS_H | #ifndef BUILTINS_H | |||
#define BUILTINS_H | #define BUILTINS_H | |||
/* | /* | |||
* $Id: builtins.h,v 1.2 2003-05-08 14:52:24 steveg Exp $ | * $Id$ | |||
*/ | */ | |||
#include "defs.h" | #include "defs.h" | |||
#define FORK YES | #define FORK YES | |||
#define NO_FORK NO | #define NO_FORK NO | |||
struct builtin | struct builtin | |||
{ | { | |||
voidfunc b_handler ; /* builtin service handler */ | voidfunc b_handler ; /* builtin service handler */ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |