summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1998-08-25 08:39:14 +0000
committerMartin Baulig <martin@src.gnome.org>1998-08-25 08:39:14 +0000
commitdb3d7adbaa4bb986a200cede75ff343be76a1c87 (patch)
tree570c101a82671bf7a79c99f28de030b15ba16999 /acconfig.h
parentf353017948d79b37ae7498174d14a15dca87b1e4 (diff)
downloadlibgtop-db3d7adbaa4bb986a200cede75ff343be76a1c87.tar.gz
New file.
1998-08-25 Martin Baulig <martin@home-of-linux.org> * src/daemon/ChangeLog: New file. * sysdeps/sun4/ChangeLog: New file. * sysdeps/stub/ChangeLog: New file. * configure.in: Added check for `-lsocket'. (LIBGTOP_INCS): Added $(SUPPORTINCS). (INCLUDES): Added $(SUPPORTINCS). (LIBGTOP_EXTRA_LIBS): Added $(LIBSUPPORT). * acconfig.h: Added `NEED_DECLARATION_GETHOSTNAME', `NEED_DECLARATION_SETREUID', `NEED_DECLARATION_SETREGID' and `NEED_DECLARATION_GETPAGESIZE'. * includue/glibtop/global.h (<gnomesupport.h>): Include this. * lib/init.c (_init_server): Declared `static'. * lib/read_data.c: Added cast to `const void *' in calls to `recv' and `read' to avoid compiler warnings.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index e8ec4702..5e54b5af 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,3 +1,18 @@
+
+/* Define if gethostname () must be declared. */
+#undef NEED_DECLARATION_GETHOSTNAME
+
+/* Define if setreuid () must be declared. */
+#undef NEED_DECLARATION_SETREUID
+
+/* Define if setregid () must be declared. */
+#undef NEED_DECLARATION_SETREGID
+
+/* Define if getpagesize () must be declared. */
+#undef NEED_DECLARATION_GETPAGESIZE
+
+@TOP@
+
#undef ENABLE_NLS
#undef HAVE_CATGETS
#undef HAVE_GETTEXT