drop rcsid

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24356 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-01-25 00:30:37 +00:00
parent 363bec0c7f
commit 0d31d3d686
134 changed files with 13 additions and 404 deletions

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"
#include <base64.h> #include <base64.h>

View File

@@ -31,10 +31,8 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "base64.h" #include "base64.h"

View File

@@ -31,13 +31,9 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
#include "roken.h" #include "roken.h"
RCSID("$Id$");
#ifndef HAVE_BSWAP32 #ifndef HAVE_BSWAP32
unsigned int ROKEN_LIB_FUNCTION unsigned int ROKEN_LIB_FUNCTION

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include <unistd.h> #include <unistd.h>
#include <fcntl.h> #include <fcntl.h>

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#ifdef HAVE_SYS_TYPES_H #ifdef HAVE_SYS_TYPES_H
#include <sys/types.h> #include <sys/types.h>

View File

@@ -31,10 +31,8 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"
int ROKEN_LIB_FUNCTION int ROKEN_LIB_FUNCTION

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"

View File

@@ -31,11 +31,7 @@
static char sccsid[] = "@(#)daemon.c 8.1 (Berkeley) 6/4/93"; static char sccsid[] = "@(#)daemon.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */ #endif /* LIBC_SCCS and not lint */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
RCSID("$Id$");
#ifndef HAVE_DAEMON #ifndef HAVE_DAEMON

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include <unistd.h> #include <unistd.h>

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include <stdlib.h> #include <stdlib.h>
#include <err.h> #include <err.h>

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include <stdlib.h> #include <stdlib.h>
#include <err.h> #include <err.h>

View File

@@ -32,10 +32,7 @@
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include <unistd.h> #include <unistd.h>
#include <err.h> #include <err.h>

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include <stdlib.h> #include <stdlib.h>
#include <err.h> #include <err.h>

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "err.h" #include "err.h"

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "err.h" #include "err.h"

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include <stdlib.h> #include <stdlib.h>
#include <err.h> #include <err.h>

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include <unistd.h> #include <unistd.h>
#include <err.h> #include <err.h>

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"

View File

@@ -31,12 +31,9 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
#ifndef HAVE_FLOCK #ifndef HAVE_FLOCK
RCSID("$Id$");
#include "roken.h" #include "roken.h"

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif /* HAVE_CONFIG_H */
#include "roken.h" #include "roken.h"

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include <stdlib.h> #include <stdlib.h>
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"
#include "getarg.h" #include "getarg.h"

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

View File

@@ -32,11 +32,9 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
#include "roken.h" #include "roken.h"
RCSID("$Id$");
#include <sys/types.h> #include <sys/types.h>
#include <ctype.h> #include <ctype.h>

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
#include <unistd.h> #include <unistd.h>

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"

View File

@@ -31,15 +31,12 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
#include "roken.h" #include "roken.h"
#ifndef HAVE_GETEGID #ifndef HAVE_GETEGID
RCSID("$Id$");
int ROKEN_LIB_FUNCTION int ROKEN_LIB_FUNCTION
getegid(void) getegid(void)
{ {

View File

@@ -31,15 +31,12 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
#include "roken.h" #include "roken.h"
#ifndef HAVE_GETEUID #ifndef HAVE_GETEUID
RCSID("$Id$");
int ROKEN_LIB_FUNCTION int ROKEN_LIB_FUNCTION
geteuid(void) geteuid(void)
{ {

View File

@@ -31,15 +31,11 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
#include "roken.h" #include "roken.h"
#ifndef HAVE_GETGID #ifndef HAVE_GETGID
RCSID("$Id$");
int ROKEN_LIB_FUNCTION int ROKEN_LIB_FUNCTION
getgid(void) getgid(void)
{ {

View File

@@ -31,9 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
#include "roken.h" #include "roken.h"
#ifndef HAVE_GETHOSTNAME #ifndef HAVE_GETHOSTNAME

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"
#ifdef __osf__ #ifdef __osf__

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"

View File

@@ -31,14 +31,10 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
#include "roken.h" #include "roken.h"
#ifndef HAVE_GETTIMEOFDAY #ifndef HAVE_GETTIMEOFDAY
RCSID("$Id$");
/* /*
* Simple gettimeofday that only returns seconds. * Simple gettimeofday that only returns seconds.
*/ */

View File

@@ -31,15 +31,11 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
#include "roken.h" #include "roken.h"
#ifndef HAVE_GETUID #ifndef HAVE_GETUID
RCSID("$Id$");
int ROKEN_LIB_FUNCTION int ROKEN_LIB_FUNCTION
getuid(void) getuid(void)
{ {

View File

@@ -27,11 +27,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
RCSID("$Id$");
#ifndef HAVE_GETUSERSHELL #ifndef HAVE_GETUSERSHELL

View File

@@ -55,9 +55,7 @@
* Number of matches in the current invocation of glob. * Number of matches in the current invocation of glob.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
#ifdef HAVE_SYS_PARAM_H #ifdef HAVE_SYS_PARAM_H
#include <sys/param.h> #include <sys/param.h>

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#ifndef HAVE_H_ERRNO #ifndef HAVE_H_ERRNO
int h_errno = -17; /* Some magic number */ int h_errno = -17; /* Some magic number */

View File

@@ -31,12 +31,8 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"
#include <hex.h> #include <hex.h>

View File

@@ -31,10 +31,8 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"
#include <ctype.h> #include <ctype.h>
#include "hex.h" #include "hex.h"

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#ifndef HAVE_HSTRERROR #ifndef HAVE_HSTRERROR

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"

View File

@@ -30,15 +30,11 @@
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
#include "roken.h" #include "roken.h"
#ifndef HAVE_INNETGR #ifndef HAVE_INNETGR
RCSID("$Id$");
int ROKEN_LIB_FUNCTION int ROKEN_LIB_FUNCTION
innetgr(const char *netgroup, const char *machine, innetgr(const char *netgroup, const char *machine,
const char *user, const char *domain) const char *user, const char *domain)

View File

@@ -27,10 +27,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include <stdio.h> #include <stdio.h>
#include <ctype.h> #include <ctype.h>

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif /* HAVE_CONFIG_H */
#include "roken.h" #include "roken.h"
#ifdef HAVE_SHADOW_H #ifdef HAVE_SHADOW_H

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif /* HAVE_CONFIG_H */
#include "roken.h" #include "roken.h"
#ifdef HAVE_SHADOW_H #ifdef HAVE_SHADOW_H

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include <stdio.h> #include <stdio.h>
#include <time.h> #include <time.h>

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
/* /*
* memmove for systems that doesn't have it * memmove for systems that doesn't have it

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include <err.h> #include <err.h>
#include "roken.h" #include "roken.h"

View File

@@ -31,9 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
#include <string.h> #include <string.h>
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "ndbm_wrap.h" #include "ndbm_wrap.h"
#if defined(HAVE_DB4_DB_H) #if defined(HAVE_DB4_DB_H)

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include <sys/types.h> #include <sys/types.h>
#include <unistd.h> #include <unistd.h>

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include <sys/types.h> #include <sys/types.h>
#include <unistd.h> #include <unistd.h>

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"
#include "parse_bytes.h" #include "parse_bytes.h"

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include <parse_units.h> #include <parse_units.h>
#include "parse_bytes.h" #include "parse_bytes.h"

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include <sys/types.h> #include <sys/types.h>
#ifdef HAVE_SYS_MMAN_H #ifdef HAVE_SYS_MMAN_H

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"
#include "parse_time.h" #include "parse_time.h"

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include <parse_units.h> #include <parse_units.h>
#include "parse_time.h" #include "parse_time.h"

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include <stdio.h> #include <stdio.h>
#include <ctype.h> #include <ctype.h>

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include <stdlib.h> #include <stdlib.h>

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"
#include <stdio.h> #include <stdio.h>

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"

View File

@@ -31,10 +31,9 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#undef realloc #undef realloc
#endif
#include <stdlib.h> #include <stdlib.h>
#include "roken.h" #include "roken.h"

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"

View File

@@ -31,9 +31,9 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
#include "roken.h" #include "roken.h"
#include "getarg.h" #include "getarg.h"
#ifdef HAVE_ARPA_NAMESER_H #ifdef HAVE_ARPA_NAMESER_H

View File

@@ -31,9 +31,9 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
#include "roken.h" #include "roken.h"
#ifdef HAVE_ARPA_NAMESER_H #ifdef HAVE_ARPA_NAMESER_H
#include <arpa/nameser.h> #include <arpa/nameser.h>

View File

@@ -1,9 +1,7 @@
# $Id$ # $Id$
BEGIN { BEGIN {
print "#ifdef HAVE_CONFIG_H"
print "#include <config.h>" print "#include <config.h>"
print "#endif"
print "#include <stdio.h>" print "#include <stdio.h>"
print "" print ""
print "int main(int argc, char **argv)" print "int main(int argc, char **argv)"

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"

View File

@@ -31,10 +31,8 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID ("$Id$");
#endif
#include "roken.h" #include "roken.h"
#include "rtbl.h" #include "rtbl.h"

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
#include <unistd.h> #include <unistd.h>

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
#include <unistd.h> #include <unistd.h>

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include <signal.h> #include <signal.h>
#include "roken.h" #include "roken.h"

View File

@@ -30,9 +30,7 @@
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
#include "snprintf-test.h" #include "snprintf-test.h"
#include "roken.h" #include "roken.h"
#include <limits.h> #include <limits.h>

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#if defined(TEST_SNPRINTF) #if defined(TEST_SNPRINTF)
#include "snprintf-test.h" #include "snprintf-test.h"
#endif /* TEST_SNPRINTF */ #endif /* TEST_SNPRINTF */

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"
#include <err.h> #include <err.h>

View File

@@ -59,9 +59,7 @@
#else /* _SAMBA_BUILD_ */ #else /* _SAMBA_BUILD_ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
#undef SOCKET_WRAPPER_REPLACE #undef SOCKET_WRAPPER_REPLACE
#include <sys/types.h> #include <sys/types.h>

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include <string.h> #include <string.h>
#include <ctype.h> #include <ctype.h>

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include <stdarg.h> #include <stdarg.h>
#include <stdlib.h> #include <stdlib.h>

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>

View File

@@ -30,9 +30,7 @@
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
#ifdef TEST_STRPFTIME #ifdef TEST_STRPFTIME
#include "strpftime-test.h" #include "strpftime-test.h"
#endif #endif

Some files were not shown because too many files have changed in this diff Show More