aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2011-02-14 22:40:12 -0800
committerPaul Eggert2011-02-14 22:40:12 -0800
commit9502925a798a3af3d40f67a30f30ced94d814f52 (patch)
tree90d1bdd2ea83faa8875d08da1bcc924a0002d218 /src
parentfae95934b8edae3f538063e756ac799ed94313b2 (diff)
downloademacs-9502925a798a3af3d40f67a30f30ced94d814f52.tar.gz
emacs-9502925a798a3af3d40f67a30f30ced94d814f52.zip
Merge from proposed getloadavg simplifications in gnulib.
* configure, lib/Makefile.in, src/config.in: Regenerate. * lib/getloadavg.c, lib/stdlib.in.h, m4/getloadavg.m4: New versions from gnulib. 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
Diffstat (limited to 'src')
-rw-r--r--src/config.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/config.in b/src/config.in
index 68cd4b39ac0..637287a024c 100644
--- a/src/config.in
+++ b/src/config.in
@@ -42,9 +42,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
42/* Define to 1 if using `alloca.c'. */ 42/* Define to 1 if using `alloca.c'. */
43#undef C_ALLOCA 43#undef C_ALLOCA
44 44
45/* Define to 1 if using `getloadavg.c'. */
46#undef C_GETLOADAVG
47
48/* Define to 1 for DGUX with <sys/dg_sys_info.h>. */ 45/* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
49#undef DGUX 46#undef DGUX
50 47
@@ -74,10 +71,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
74/* Define this to check for short string overrun. */ 71/* Define this to check for short string overrun. */
75#undef GC_CHECK_STRING_OVERRUN 72#undef GC_CHECK_STRING_OVERRUN
76 73
77/* Define to 1 if the `getloadavg' function needs to be run setuid or setgid.
78 */
79#undef GETLOADAVG_PRIVILEGED
80
81/* Define to 1 if the `getpgrp' function requires zero arguments. */ 74/* Define to 1 if the `getpgrp' function requires zero arguments. */
82#undef GETPGRP_VOID 75#undef GETPGRP_VOID
83 76
@@ -225,9 +218,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
225/* Define to 1 if you have the `getline' function. */ 218/* Define to 1 if you have the `getline' function. */
226#undef HAVE_GETLINE 219#undef HAVE_GETLINE
227 220
228/* Define to 1 if you have the `getloadavg' function. */
229#undef HAVE_GETLOADAVG
230
231/* Define to 1 if you have the <getopt.h> header file. */ 221/* Define to 1 if you have the <getopt.h> header file. */
232#undef HAVE_GETOPT_H 222#undef HAVE_GETOPT_H
233 223
@@ -876,10 +866,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
876/* Define to support POP mail retrieval. */ 866/* Define to support POP mail retrieval. */
877#undef MAIL_USE_POP 867#undef MAIL_USE_POP
878 868
879/* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend
880 on `HAVE_STRUCT_NLIST_N_UN_N_NAME */
881#undef NLIST_NAME_UNION
882
883/* Define to 1 if you don't have struct exception in math.h. */ 869/* Define to 1 if you don't have struct exception in math.h. */
884#undef NO_MATHERR 870#undef NO_MATHERR
885 871