Deleted Added
sdiff udiff text old ( 146998 ) new ( 147001 )
full compact
1/* $Id: port-aix.h,v 1.25 2005/03/21 11:46:34 dtucker Exp $ */
2
3/*
4 *
5 * Copyright (c) 2001 Gert Doering. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

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

42# endif
43# include <usersec.h>
44#endif
45
46#include "buffer.h"
47
48/* These should be in the system headers but are not. */
49int usrinfo(int, char *, int);
50#if (HAVE_DECL_SETAUTHDB == 0)
51int setauthdb(const char *, char *);
52#endif
53/* these may or may not be in the headers depending on the version */
54#if (HAVE_DECL_AUTHENTICATE == 0)
55int authenticate(char *, char *, int *, char **);
56#endif
57#if (HAVE_DECL_LOGINFAILED == 0)
58int loginfailed(char *, char *, char *);
59#endif
60#if (HAVE_DECL_LOGINRESTRICTIONS == 0)

--- 57 unchanged lines hidden ---