Deleted Added
full compact
logintest.c (124208) logintest.c (137015)
1/*
2 * Copyright (c) 2000 Andre Lucas. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.

--- 29 unchanged lines hidden (view full) ---

38#include <pwd.h>
39#include <netdb.h>
40#ifdef HAVE_TIME_H
41#include <time.h>
42#endif
43
44#include "loginrec.h"
45
1/*
2 * Copyright (c) 2000 Andre Lucas. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.

--- 29 unchanged lines hidden (view full) ---

38#include <pwd.h>
39#include <netdb.h>
40#ifdef HAVE_TIME_H
41#include <time.h>
42#endif
43
44#include "loginrec.h"
45
46RCSID("$Id: logintest.c,v 1.10 2003/08/21 23:34:41 djm Exp $");
46RCSID("$Id: logintest.c,v 1.11 2004/07/17 04:07:42 dtucker Exp $");
47
47
48#ifdef HAVE___PROGNAME
49extern char *__progname;
48extern char *__progname;
50#else
51char *__progname;
52#endif
53
54#define PAUSE_BEFORE_LOGOUT 3
55
56int nologtest = 0;
57int compile_opts_only = 0;
58int be_verbose = 0;
59
60

--- 250 unchanged lines hidden ---
49
50#define PAUSE_BEFORE_LOGOUT 3
51
52int nologtest = 0;
53int compile_opts_only = 0;
54int be_verbose = 0;
55
56

--- 250 unchanged lines hidden ---