summaryrefslogtreecommitdiff
path: root/acconfig.h
Commit message (Collapse)AuthorAgeFilesLines
* Removed all sysdeps checks.Martin Baulig2001-04-201-77/+0
| | | | | | | | | | | | 2001-04-21 Martin Baulig <baulig@suse.de> * configure.in: Removed all sysdeps checks. * lib/sysdeps-init*.c: Removed. * lib/inodedb.c: Moved here from sysdeps/common/inodedb.c. * glibtop-config.h: Removed.
* s/USE_GMODULE/LIBGTOP_USE_GMODULE/Martin Baulig2000-02-231-1/+1
|
* Added. (LIBGTOP_NEED_SERVER): Added.Martin Baulig2000-02-221-0/+5
| | | | | | | 2000-02-22 Martin Baulig <martin@home-of-linux.org> * acconfig.h (LIBGTOP_HAVE_SYSDEPS): Added. (LIBGTOP_NEED_SERVER): Added.
* Add `-lgtop_backend_sysdeps' and `-lgtop_backend_common' if dynamicMartin Baulig2000-02-221-0/+4
| | | | | | | | | | | | | | | | 2000-02-16 Martin Baulig <martin@home-of-linux.org> * configure.in (LIBGTOP_LIBS): Add `-lgtop_backend_sysdeps' and `-lgtop_backend_common' if dynamic linking does not work. * libgtop-sysdeps.m4 (GNOME_LIBGTOP_DYNLINK): New macro to check whether dynamic linking works. (libgtop_use_gmodule): Set this to `yes' or `no' depending on whether dynamic linking of the backends work on the current system. (LIBGTOP_USE_GMODULE): New automake conditional. * acconfig.h (LIBGTOP_USE_GMOUDLE): Define this when dynamic linking of the backends work on the current system.
* Removed the `lockfile' argument; we now use a configure check to determineMartin Baulig2000-02-061-0/+4
| | | | | | | | | | | | | | | | 2000-02-06 Martin Baulig <martin@home-of-linux.org> * include/glibtop/ppp.h (glibtop_get_ppp): Removed the `lockfile' argument; we now use a configure check to determine the modem lockfile. * include/glibtop/error.h (GLIBTOP_ERROR_NEED_MODEM_LOCKFILE): Removed this now obsolete error constant again. * configure.in (--with-modem-lockfile): New configure parameter to manually specify the modem lockfile. (LIBGTOP_MODEM_LOCKFILE): Define this to be a printf-format string for the modem lockfile; takes the interface number as argument.
* We need to add `u_int8_t' and `int8_t' _here_, but only here and noMartin Baulig2000-01-241-0/+2
| | | | longer in all client code.
* We now use `@LIBGTOP_PACKAGE@' as the translation domain so installedMartin Baulig2000-01-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-01-16 Martin Baulig <martin@home-of-linux.org> We now use `@LIBGTOP_PACKAGE@' as the translation domain so installed `libgtop-1.1.mo' files won't conflict with the ones from LibGTop 1.0 and you can keep both versions installed. * po/Makefile.in.in.in: New file. This is a modified version of the usual `Makefile.in.in' which is created by gettextize; we copy this over `Makefile.in.in' in autogen.sh after gettextize'ing. * autogen.sh: Copy `po/Makefile.in.in.in' over `po/Makefile.in.in' after running `macros/autogen.sh'. * configure.in (LIBGTOP_PACKAGE): AC_SUBST and AC_DEFINE this. * include/glibtop/global.h (_): Use `LIBGTOP_PACKAGE' as our translation domain. 2000-01-16 Martin Baulig <martin@home-of-linux.org> * LIBGTOP-VERSION (LIBGTOP_VERSION_SUFFIX): Added this so you can have your tarballs called `libgtop-1.x.y-snap.tar.gz' or whatever. This only affects the `VERSION' variable and thus how the resulting tarball will be called, but not `LIBGTOP_VERSION_CODE' etc. * Makefile.am: Make `aclocal.m4' also depend on `LIBGTOP-VERSION' when in maintainer-mode.
* Define this if we have libxml.Martin Baulig2000-01-121-0/+4
| | | | | | 2000-01-12 Martin Baulig <martin@home-of-linux.org> * acconfig.h (HAVE_LIBXML): Define this if we have libxml.
* The indentation in LibGTop was done with the following command:Martin Baulig1999-12-261-0/+2
| | | | | | | | find . -name \*.[ch] | xargs -i emacs -batch {} \ -l /gnome/compile/libgtop/misc/format.el -f save-buffer December 26, 1999 Martin
* Moved all Guile code to the libgtop-bindings module.Martin Baulig1999-12-051-3/+0
| | | | | | | | | | | | | 1999-12-05 Martin Baulig <martin@home-of-linux.org> Moved all Guile code to the libgtop-bindings module. * sysdeps/guile/*: Removed. * sysdeps/guile/names/*: Removed. * libgtopConf.sh.in: Removed all guile variables. * configure.in: Don't check for guile any longer.
* Added. New configure parameter to use glib's malloc functions.Martin Baulig1999-10-241-0/+3
| | | | | | | | 1999-10-24 Martin Baulig <martin@home-of-linux.org> * acconfig.h (LIBGTOP_USE_GLIB_MALLOC): Added. * configure.in (--enable-glib-malloc): New configure parameter to use glib's malloc functions.
* Define this on Solaris; we use version codes like 270 for SunOS 5.7 andMartin Baulig1999-05-131-0/+3
| | | | | | | 1999-05-13 Martin Baulig <martin@home-of-linux.org> * libgtop-sysdeps.m4 (GLIBTOP_SOLARIS_RELEASE): Define this on Solaris; we use version codes like 270 for SunOS 5.7 and 251 for SunOS 2.5.1.
* Added checks for <procfs.h> and <sys/procfs.h>Drazen Kacar1999-05-091-0/+5
| | | | | * configure.in, acconfig.h: Added checks for <procfs.h> and <sys/procfs.h>
* Added a new sysctl () interface to the Linux Kernel.Martin Baulig1999-03-211-1/+1
| | | | | | | | | | | 1999-03-21 Martin Baulig <martin@home-of-linux.org> Added a new sysctl () interface to the Linux Kernel. * kernel/sysctl: Imported. * libgtop-sysdeps.m4: If `--enable-hacker-mode' is given, check for my new sysctl () interface.
* Really forgot them ...Martin Baulig1999-02-121-0/+4
|
* Check whether we need to declare this; some libc5 systems define thatMartin Baulig1999-02-111-0/+3
| | | | | | | | 1999-02-10 Martin Baulig <martin@home-of-linux.org> * configure.in (program_invocation_name): Check whether we need to declare this; some libc5 systems define that symbol but do not declare it in any header file.
* Reverted last change, should have installed newer autoconf first ...Martin Baulig1999-01-201-1/+0
|
* Added WITH_SYMBOL_UNDERSCORE.Martin Baulig1999-01-201-0/+1
|
* *** empty log message ***Martin Baulig1998-12-031-0/+5
|
* Define LIBGTOP_ENABLE_DEBUG if this parameter is given.Martin Baulig1998-11-111-1/+4
| | | | | | | | | | | | | | | | | | 1998-11-11 Martin Baulig <martin@home-of-linux.org> * configure.in (--enable-debug): Define LIBGTOP_ENABLE_DEBUG if this parameter is given. (--enable-fatal-warnings): New parameter to make all warnings fatal; define `LIBGTOP_FATAL_WARNINGS' if given. * sysdeps/common/error.c (glibtop_error_r): Use abort () instead of exit () if LIBGTOP_ENABLE_DEBUG. (glibtop_error_io_r): Likewise. (glibtop_warn_r): Call abort () if LIBGTOP_FATAL_WARNINGS. (glibtop_warn_io_r): Likewise. [NOTE: To get a core dump of the libgtop_server, you need to remove all suid/sgid bits and invoke it as a priviledged user.]
* Added new feature to get PPP/ISDN support:Martin Baulig1998-10-251-0/+3
| | | | | | | | | | | | | | | | | | enum { GLIBTOP_PPP_STATE_UNKNOWN = 0, GLIBTOP_PPP_STATE_HANGUP, GLIBTOP_PPP_STATE_ONLINE }; struct _glibtop_ppp { u_int64_t flags, state, /* GLIBTOP_PPP_STATE */ bytes_in, /* GLIBTOP_PPP_BYTES_IN */ bytes_out; /* GLIBTOP_PPP_BYTES_OUT */ }; Currently only implemented in the FreeBSD port with ISDN via I4B. - Martin
* Added `HAVE_LIBGTOP_SMP'.Martin Baulig1998-09-091-0/+1
|
* New file.Martin Baulig1998-08-251-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Added `offset' and `perm' fields.Martin Baulig1998-08-171-0/+1
| | | | | | | | | | | | | | 1998-08-17 Martin Baulig <martin@home-of-linux.org> * include/glibtop/procmap (glibtop_map_entry): Added `offset' and `perm' fields. * src/inodedb: New directory. * src/inodedb/README: New file - read it to know what this is about. * configure.in (--with-libgtop-inodedb): New `configure' parameter. * include/glibtop/inodedb.h: New file. * sysdeps/common/inodedb.c: New file.
* *** empty log message ***Martin Baulig1998-08-081-0/+1
|
* New checks.Martin Baulig1998-08-061-0/+3
| | | | | | 1998-08-06 Martin Baulig <martin@home-of-linux.org> * configure.in (HAVE_SOCKETS, HAVE_SOCKADDR_SUN_LEN): New checks.
* Added.Martin Baulig1998-07-301-0/+4
| | | | | | 1998-07-30 Martin Baulig <martin@home-of-linux.org> * acconfig.h (u_int64_t, int64_t): Added.
* New macros.Martin Baulig1998-07-061-0/+79
| | | | | | | | | | | | | | 1998-07-06 Martin Baulig <martin@home-of-linux.org> * acconfig.h (AFS, MOUNTED_FREAD, MOUNTED_FREAD_FSTYP, MOUNTED_GETFSSTAT, MOUNTED_GETMNT, MOUNTED_GETMNTENT1, MOUNTED_GETMNTENT2, MOUNTED_GETMNTINFO, MOUNTED_LISTMNTENT, MOUNTED_VMOUNT, STAT_STATFS3_OSF1, STAT_READ_FILSYS, STAT_STATFS2_BSIZE, STAT_STATFS2_FSIZE, STAT_STATFS2_FS_DATA, STAT_STATFS4, STAT_STATVFS, STATFS_TRUNCATES_BLOCK_COUNTS): New macros. * configure.in: added GNOME_FILEUTILS_CHECKS.
* New tag.Martin Baulig1998-06-141-0/+2
| | | | | | | | 1998-06-14 Martin Baulig <martin@home-of-linux.org> * acconfig.h (HAVE_XAUTH): New tag. * configure.in: Added check for `HAVE_XAUTH'.
* New tag.Martin Baulig1998-06-141-0/+2
| | | | | | 1998-06-14 Martin Baulig <martin@home-of-linux.org> * acconfig.h (HAVE_LINUX_TABLE): New tag.
* added 'NEED_LIBGTOP'.Martin Baulig1998-05-211-0/+2
| | | | * acconfig.h: added 'NEED_LIBGTOP'.
* added 'GLIBTOP_EXAMPLES'.Martin Baulig1998-05-211-1/+1
| | | | * acconfig.h: added 'GLIBTOP_EXAMPLES'.
* added '--enable-libgtop-server' (default=auto), '--enable-libgtop-names'Martin Baulig1998-05-201-0/+3
| | | | | | | | | | | * acinclude.m4 (AC_LC_SYSDEPS): added '--enable-libgtop-server' (default=auto), '--enable-libgtop-names' (default=yes) and '--enable-libgtop-guile' (default=yes); we now define 'GLIBTOP_NAMES' here. * acconfig.h: added 'GLIBTOP_NAMES' and 'GLIBTOP_GUILE_NAMES'
* Initial revisionMartin Baulig1998-05-191-0/+30