File: _pwdb_headers.h

package info (click to toggle)
pwdb 0.54preD-3
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 644 kB
  • ctags: 797
  • sloc: ansic: 8,459; makefile: 346; sh: 204
file content (31 lines) | stat: -rw-r--r-- 592 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#ifndef PWDB_HEADERS_H
#define PWDB_HEADERS_H

#include <errno.h>
#include <fcntl.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <limits.h>
#include <features.h>
#include <ctype.h>
#ifndef __USE_BSD
#define __USE_BSD
#endif
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include <utime.h>
#include <time.h>
#include <rpc/types.h>
#include <rpc/rpc.h>
#include <netinet/in.h>
#include <netdb.h>
#include <rpcsvc/ypclnt.h>

#ifdef MEMORY_DEBUG
#include "../libpam/include/security/pam_malloc.h"
#endif

#endif /* PWDB_HEADERS_H */