diff options
| author | Ton Voon <ton.voon@opsera.com> | 2010-06-24 10:02:31 +0100 |
|---|---|---|
| committer | Ton Voon <ton.voon@opsera.com> | 2010-06-24 10:02:31 +0100 |
| commit | 342f3b403e888800fb1b0502bf4e0d8268358573 (patch) | |
| tree | 47a0031fcf01edae3131fc147304d14f6f2aee20 /gl/m4/gnulib-comp.m4 | |
| parent | f789a37b057b6f34820ea4f95d63f53b5a84c980 (diff) | |
| download | monitoring-plugins-342f3b403e888800fb1b0502bf4e0d8268358573.tar.gz | |
Added unsetenv and setenv from gnulib
Diffstat (limited to 'gl/m4/gnulib-comp.m4')
| -rw-r--r-- | gl/m4/gnulib-comp.m4 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gl/m4/gnulib-comp.m4 b/gl/m4/gnulib-comp.m4 index 73e63654..fc3f3538 100644 --- a/gl/m4/gnulib-comp.m4 +++ b/gl/m4/gnulib-comp.m4 | |||
| @@ -41,6 +41,7 @@ AC_DEFUN([gl_EARLY], | |||
| 41 | # Code from module dirname-lgpl: | 41 | # Code from module dirname-lgpl: |
| 42 | # Code from module double-slash-root: | 42 | # Code from module double-slash-root: |
| 43 | # Code from module dup2: | 43 | # Code from module dup2: |
| 44 | # Code from module environ: | ||
| 44 | # Code from module errno: | 45 | # Code from module errno: |
| 45 | # Code from module error: | 46 | # Code from module error: |
| 46 | # Code from module exitfail: | 47 | # Code from module exitfail: |
| @@ -74,6 +75,7 @@ AC_DEFUN([gl_EARLY], | |||
| 74 | # Code from module locale: | 75 | # Code from module locale: |
| 75 | # Code from module malloc: | 76 | # Code from module malloc: |
| 76 | # Code from module malloc-posix: | 77 | # Code from module malloc-posix: |
| 78 | # Code from module malloca: | ||
| 77 | # Code from module math: | 79 | # Code from module math: |
| 78 | # Code from module mbrtowc: | 80 | # Code from module mbrtowc: |
| 79 | # Code from module mbsinit: | 81 | # Code from module mbsinit: |
| @@ -89,6 +91,7 @@ AC_DEFUN([gl_EARLY], | |||
| 89 | # Code from module safe-read: | 91 | # Code from module safe-read: |
| 90 | # Code from module safe-write: | 92 | # Code from module safe-write: |
| 91 | # Code from module servent: | 93 | # Code from module servent: |
| 94 | # Code from module setenv: | ||
| 92 | # Code from module size_max: | 95 | # Code from module size_max: |
| 93 | # Code from module snprintf: | 96 | # Code from module snprintf: |
| 94 | # Code from module sockets: | 97 | # Code from module sockets: |
| @@ -115,6 +118,7 @@ AC_DEFUN([gl_EARLY], | |||
| 115 | # Code from module timegm: | 118 | # Code from module timegm: |
| 116 | # Code from module unistd: | 119 | # Code from module unistd: |
| 117 | # Code from module unistd-safer: | 120 | # Code from module unistd-safer: |
| 121 | # Code from module unsetenv: | ||
| 118 | # Code from module vasnprintf: | 122 | # Code from module vasnprintf: |
| 119 | # Code from module vasprintf: | 123 | # Code from module vasprintf: |
| 120 | # Code from module verify: | 124 | # Code from module verify: |
| @@ -178,6 +182,9 @@ AC_DEFUN([gl_INIT], | |||
| 178 | # Code from module dup2: | 182 | # Code from module dup2: |
| 179 | gl_FUNC_DUP2 | 183 | gl_FUNC_DUP2 |
| 180 | gl_UNISTD_MODULE_INDICATOR([dup2]) | 184 | gl_UNISTD_MODULE_INDICATOR([dup2]) |
| 185 | # Code from module environ: | ||
| 186 | gl_ENVIRON | ||
| 187 | gl_UNISTD_MODULE_INDICATOR([environ]) | ||
| 181 | # Code from module errno: | 188 | # Code from module errno: |
| 182 | gl_HEADER_ERRNO_H | 189 | gl_HEADER_ERRNO_H |
| 183 | # Code from module error: | 190 | # Code from module error: |
| @@ -252,6 +259,8 @@ AC_DEFUN([gl_INIT], | |||
| 252 | # Code from module malloc-posix: | 259 | # Code from module malloc-posix: |
| 253 | gl_FUNC_MALLOC_POSIX | 260 | gl_FUNC_MALLOC_POSIX |
| 254 | gl_STDLIB_MODULE_INDICATOR([malloc-posix]) | 261 | gl_STDLIB_MODULE_INDICATOR([malloc-posix]) |
| 262 | # Code from module malloca: | ||
| 263 | gl_MALLOCA | ||
| 255 | # Code from module math: | 264 | # Code from module math: |
| 256 | gl_MATH_H | 265 | gl_MATH_H |
| 257 | # Code from module mbrtowc: | 266 | # Code from module mbrtowc: |
| @@ -289,6 +298,9 @@ AC_DEFUN([gl_INIT], | |||
| 289 | gl_SAFE_WRITE | 298 | gl_SAFE_WRITE |
| 290 | # Code from module servent: | 299 | # Code from module servent: |
| 291 | gl_SERVENT | 300 | gl_SERVENT |
| 301 | # Code from module setenv: | ||
| 302 | gl_FUNC_SETENV | ||
| 303 | gl_STDLIB_MODULE_INDICATOR([setenv]) | ||
| 292 | # Code from module size_max: | 304 | # Code from module size_max: |
| 293 | gl_SIZE_MAX | 305 | gl_SIZE_MAX |
| 294 | # Code from module snprintf: | 306 | # Code from module snprintf: |
| @@ -352,6 +364,9 @@ AC_DEFUN([gl_INIT], | |||
| 352 | gl_UNISTD_H | 364 | gl_UNISTD_H |
| 353 | # Code from module unistd-safer: | 365 | # Code from module unistd-safer: |
| 354 | gl_UNISTD_SAFER | 366 | gl_UNISTD_SAFER |
| 367 | # Code from module unsetenv: | ||
| 368 | gl_FUNC_UNSETENV | ||
| 369 | gl_STDLIB_MODULE_INDICATOR([unsetenv]) | ||
| 355 | # Code from module vasnprintf: | 370 | # Code from module vasnprintf: |
| 356 | gl_FUNC_VASNPRINTF | 371 | gl_FUNC_VASNPRINTF |
| 357 | # Code from module vasprintf: | 372 | # Code from module vasprintf: |
| @@ -586,6 +601,9 @@ AC_DEFUN([gl_FILE_LIST], [ | |||
| 586 | lib/localcharset.h | 601 | lib/localcharset.h |
| 587 | lib/locale.in.h | 602 | lib/locale.in.h |
| 588 | lib/malloc.c | 603 | lib/malloc.c |
| 604 | lib/malloca.c | ||
| 605 | lib/malloca.h | ||
| 606 | lib/malloca.valgrind | ||
| 589 | lib/math.in.h | 607 | lib/math.in.h |
| 590 | lib/mbrtowc.c | 608 | lib/mbrtowc.c |
| 591 | lib/mbsinit.c | 609 | lib/mbsinit.c |
| @@ -617,6 +635,7 @@ AC_DEFUN([gl_FILE_LIST], [ | |||
| 617 | lib/safe-read.h | 635 | lib/safe-read.h |
| 618 | lib/safe-write.c | 636 | lib/safe-write.c |
| 619 | lib/safe-write.h | 637 | lib/safe-write.h |
| 638 | lib/setenv.c | ||
| 620 | lib/sha1.c | 639 | lib/sha1.c |
| 621 | lib/sha1.h | 640 | lib/sha1.h |
| 622 | lib/size_max.h | 641 | lib/size_max.h |
| @@ -648,6 +667,7 @@ AC_DEFUN([gl_FILE_LIST], [ | |||
| 648 | lib/unistd--.h | 667 | lib/unistd--.h |
| 649 | lib/unistd-safer.h | 668 | lib/unistd-safer.h |
| 650 | lib/unistd.in.h | 669 | lib/unistd.in.h |
| 670 | lib/unsetenv.c | ||
| 651 | lib/vasnprintf.c | 671 | lib/vasnprintf.c |
| 652 | lib/vasnprintf.h | 672 | lib/vasnprintf.h |
| 653 | lib/vasprintf.c | 673 | lib/vasprintf.c |
| @@ -677,6 +697,8 @@ AC_DEFUN([gl_FILE_LIST], [ | |||
| 677 | m4/dos.m4 | 697 | m4/dos.m4 |
| 678 | m4/double-slash-root.m4 | 698 | m4/double-slash-root.m4 |
| 679 | m4/dup2.m4 | 699 | m4/dup2.m4 |
| 700 | m4/eealloc.m4 | ||
| 701 | m4/environ.m4 | ||
| 680 | m4/errno_h.m4 | 702 | m4/errno_h.m4 |
| 681 | m4/error.m4 | 703 | m4/error.m4 |
| 682 | m4/extensions.m4 | 704 | m4/extensions.m4 |
| @@ -724,6 +746,7 @@ AC_DEFUN([gl_FILE_LIST], [ | |||
| 724 | m4/longlong.m4 | 746 | m4/longlong.m4 |
| 725 | m4/ls-mntd-fs.m4 | 747 | m4/ls-mntd-fs.m4 |
| 726 | m4/malloc.m4 | 748 | m4/malloc.m4 |
| 749 | m4/malloca.m4 | ||
| 727 | m4/math_h.m4 | 750 | m4/math_h.m4 |
| 728 | m4/mbrtowc.m4 | 751 | m4/mbrtowc.m4 |
| 729 | m4/mbsinit.m4 | 752 | m4/mbsinit.m4 |
| @@ -748,6 +771,7 @@ AC_DEFUN([gl_FILE_LIST], [ | |||
| 748 | m4/safe-read.m4 | 771 | m4/safe-read.m4 |
| 749 | m4/safe-write.m4 | 772 | m4/safe-write.m4 |
| 750 | m4/servent.m4 | 773 | m4/servent.m4 |
| 774 | m4/setenv.m4 | ||
| 751 | m4/sha1.m4 | 775 | m4/sha1.m4 |
| 752 | m4/size_max.m4 | 776 | m4/size_max.m4 |
| 753 | m4/snprintf.m4 | 777 | m4/snprintf.m4 |
