aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1998-09-27 07:21:30 +0000
committerRichard M. Stallman1998-09-27 07:21:30 +0000
commitd5844360c8896da06162512dca5c8c26f32d90c7 (patch)
tree1597281026792040138e7f341cac6f90b086f28c /src
parent81b7af724712a90e681ee85c55974ebbe35f4b50 (diff)
downloademacs-d5844360c8896da06162512dca5c8c26f32d90c7.tar.gz
emacs-d5844360c8896da06162512dca5c8c26f32d90c7.zip
(NLIST_STRUCT, KERNEL_FILE, LDAV_SYMBOL): Add #undefs.
Diffstat (limited to 'src')
-rw-r--r--src/s/gnu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/gnu.h b/src/s/gnu.h
index 67c818848e6..1f8926d6e89 100644
--- a/src/s/gnu.h
+++ b/src/s/gnu.h
@@ -30,6 +30,9 @@ Boston, MA 02111-1307, USA. */
30 30
31/* XXX should getloadavg be in libc? Should we have a libutil? 31/* XXX should getloadavg be in libc? Should we have a libutil?
32#define HAVE_GETLOADAVG */ 32#define HAVE_GETLOADAVG */
33#undef NLIST_STRUCT
34#undef KERNEL_FILE
35#undef LDAV_SYMBOL
33 36
34#define SIGNALS_VIA_CHARACTERS 37#define SIGNALS_VIA_CHARACTERS
35 38