Mercurial > hg > octave-nkf > gnulib-hg
annotate m4/idpriv.m4 @ 14079:97fc9a21a8fb
maint: update almost all copyright ranges to include 2011
Run the new "make update-copyright" rule.
author | Jim Meyering <meyering@redhat.com> |
---|---|
date | Sat, 01 Jan 2011 20:17:23 +0100 |
parents | c2cbabec01dd |
children | 8250f2777afc |
rev | line source |
---|---|
11613 | 1 # idpriv.m4 serial 1 |
14079
97fc9a21a8fb
maint: update almost all copyright ranges to include 2011
Jim Meyering <meyering@redhat.com>
parents:
12559
diff
changeset
|
2 dnl Copyright (C) 2009-2011 Free Software Foundation, Inc. |
11613 | 3 dnl This file is free software; the Free Software Foundation |
4 dnl gives unlimited permission to copy and/or distribute it, | |
5 dnl with or without modifications, as long as this notice is preserved. | |
6 | |
7 AC_DEFUN([gl_IDPRIV], | |
8 [ | |
9 dnl Persuade glibc <unistd.h> to declare {get,set}res{uid,gid}. | |
10 AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) | |
11 | |
12 AC_CHECK_FUNCS_ONCE([getuid geteuid getresuid getgid getegid getresgid]) | |
13 AC_CHECK_FUNCS_ONCE([setresuid setreuid seteuid setresgid setregid setegid]) | |
14 ]) |