/*
* Copyright (c) 2004 Sendmail, Inc. and its suppliers.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set
* forth in the LICENSE file which can be found at the top level of
* the sendmail distribution.
*
* $Id: pwd.h,v 1.3 2005/06/16 00:09:34 ca Exp $
*/
#ifndef SM_PWD_H
#define SM_PWD_H 1
#include "sm/generic.h"
/* required for Solaris to get the correct POSIX definition of getpwnam_r() */
#ifndef _POSIX_PTHREAD_SEMANTICS
# define _POSIX_PTHREAD_SEMANTICS 1
#endif
#if HAVE_PWD_H
# include <pwd.h>
#endif
#endif /* ! SM_PWD_H */
syntax highlighted by Code2HTML, v. 0.9.1