File: auto_uids.h

package info (click to toggle)
netqmail 1.06-5
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 2,404 kB
  • ctags: 1,716
  • sloc: ansic: 14,438; makefile: 1,860; sh: 506
file content (16 lines) | stat: -rw-r--r-- 270 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef AUTO_UIDS_H
#define AUTO_UIDS_H

extern int auto_uida;
extern int auto_uidd;
extern int auto_uidl;
extern int auto_uido;
extern int auto_uidp;
extern int auto_uidq;
extern int auto_uidr;
extern int auto_uids;

extern int auto_gidn;
extern int auto_gidq;

#endif