source: trunk/third/libgtop/acconfig.h @ 18272

Revision 18272, 4.9 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18271, which included commits to RCS files with non-trunk default branches.
Line 
1
2/* Define if gethostname () must be declared. */
3#undef NEED_DECLARATION_GETHOSTNAME
4
5/* Define if setreuid () must be declared. */
6#undef NEED_DECLARATION_SETREUID
7
8/* Define if setregid () must be declared. */
9#undef NEED_DECLARATION_SETREGID
10
11/* Define if getpagesize () must be declared. */
12#undef NEED_DECLARATION_GETPAGESIZE
13
14/* Define if program_invocation_name must be declared. */
15#undef NEED_DECLARATION_PROGRAM_INVOCATION_NAME
16
17@TOP@
18
19#undef ENABLE_NLS
20#undef HAVE_CATGETS
21#undef GETTEXT_PACKAGE
22#undef HAVE_GETTEXT
23#undef HAVE_LC_MESSAGES
24#undef HAVE_STPCPY
25#undef HAVE_STRUCT_OSOCKADDR
26#undef PACKAGE
27#undef VERSION
28#undef HAVE_LIBSM
29#undef HAVE_LIBINTL_H
30#undef HAVE_GTK_SIGNAL_HANDLER_PENDING
31
32/* Do not remove this comments and the empty lines; they are needed */
33#undef HAVE_PROGRAM_INVOCATION_SHORT_NAME
34/* Define if you have the Andrew File System.  */
35#undef AFS
36
37/* Define one of the following to indicate how a program can
38   get a list of mounted filesystems.  */
39
40/* Define if there is no specific function for reading the list of
41   mounted filesystems.  fread will be used to read /etc/mnttab.  [SVR2]  */
42#undef MOUNTED_FREAD
43
44/* Define if (like SVR2) there is no specific function for reading the
45   list of mounted filesystems, and your system has these header files:
46   <sys/fstyp.h> and <sys/statfs.h>.  [SVR3]  */
47#undef MOUNTED_FREAD_FSTYP
48
49/* Define if there is a function named getfsstat for reading the list
50   of mounted filesystems.  [DEC Alpha running OSF/1]  */
51#undef MOUNTED_GETFSSTAT
52
53/* Define if there is a function named getmnt for reading the list of
54   mounted filesystems.  [Ultrix]  */
55#undef MOUNTED_GETMNT
56
57/* Define if there is a function named getmntent for reading the list
58   of mounted filesystems, and that function takes a single argument.
59   [4.3BSD, SunOS, HP-UX, Dynix, Irix]  */
60#undef MOUNTED_GETMNTENT1
61
62/* Define if there is a function named getmntent for reading the list of
63   mounted filesystems, and that function takes two arguments.  [SVR4]  */
64#undef MOUNTED_GETMNTENT2
65
66/* Define if there is a function named getmntinfo for reading the list
67   of mounted filesystems.  [4.4BSD]  */
68#undef MOUNTED_GETMNTINFO
69
70/* Define if there is a function named listmntent that can be used to
71   list all mounted filesystems. [UNICOS] */
72#undef MOUNTED_LISTMNTENT
73
74/* Define if there is a function named mntctl that can be used to read
75   the list of mounted filesystems, and there is a system header file
76   that declares `struct vmount.'  [AIX]  */
77#undef MOUNTED_VMOUNT
78
79/* Define one of the following to indicate how a program can obtain
80   filesystems usage information.  */
81
82/*  Define if  statfs takes 3 args.  [DEC Alpha running OSF/1]  */
83#undef STAT_STATFS3_OSF1
84
85/* Define if there is no specific function for reading filesystems usage
86   information and you have the <sys/filsys.h> header file.  [SVR2]  */
87#undef STAT_READ_FILSYS
88
89/* Define if statfs takes 2 args and struct statfs has a field named f_bsize.
90   [4.3BSD, SunOS 4, HP-UX, AIX PS/2]  */
91#undef STAT_STATFS2_BSIZE
92
93/* Define if statfs takes 2 args and struct statfs has a field named f_fsize.
94   [4.4BSD, NetBSD]  */
95#undef STAT_STATFS2_FSIZE
96
97/* Define if statfs takes 2 args and the second argument has
98   type struct fs_data.  [Ultrix]  */
99#undef STAT_STATFS2_FS_DATA
100
101/* Define if statfs takes 4 args.  [SVR3, Dynix, Irix, Dolphin]  */
102#undef STAT_STATFS4
103
104/* Define if there is a function named statvfs.  [SVR4]  */
105#undef STAT_STATVFS
106
107/* Define if the block counts reported by statfs may be truncated to 2GB
108   and the correct values may be stored in the f_spare array.
109   [SunOS 4.1.2, 4.1.3, and 4.1.3_U1 are reported to have this problem.
110   SunOS 4.1.1 seems not to be affected.]  */
111#undef STATFS_TRUNCATES_BLOCK_COUNTS
112
113
114/* to fix a bug in autoheader on DEC OSF1. */
115#undef HAVE_PROGRAM_INVOCATION_NAME
116
117#undef HAVE_SOCKETS
118#undef HAVE_SOCKADDR_SUN_LEN
119
120#undef HAVE_LIBJPEG
121#undef HAVE_LIBGIF
122#undef HAVE_LIBTIFF
123#undef HAVE_LIBZ
124#undef HAVE_LIBPNG
125#undef HAVE_GMP2_INCLUDE_DIR
126#undef HAVE_GUILE
127
128#undef ssize_t
129#undef u_int64_t
130#undef int64_t
131
132#undef HAVE_GLIBTOP_MACHINE_H
133
134#undef GLIBTOP_NAMES
135#undef GLIBTOP_GUILE
136#undef GLIBTOP_GUILE_NAMES
137#undef GLIBTOP_EXAMPLES
138#undef GLIBTOP_INODEDB
139
140#undef NEED_LIBGTOP
141
142#undef HAVE_LINUX_TABLE
143#undef HAVE_LIBGTOP_SMP
144
145#undef HAVE_XAUTH
146
147/* Define if your have the I4B package. */
148#undef HAVE_I4B
149#undef HAVE_I4B_ACCT
150
151/* Define to enable debugging. */
152#undef LIBGTOP_ENABLE_DEBUG
153#undef LIBGTOP_FATAL_WARNINGS
154
155/* Same as LINUX_VERSION_CODE either from <linux/version.h> or from
156 * the running kernel (if we don't have configured kernel sources).
157 */
158#undef GLIBTOP_LINUX_VERSION_CODE
159
160/* Solaris release code (eg. 251 for Solaris 2.5.1). */
161#undef GLIBTOP_SOLARIS_RELEASE
162
163/* Define if you want to use LibGTop without GNOME. */
164#undef WITHOUT_GNOME
165
166/* Define if you have the <procfs.h> header file */
167#undef HAVE_PROCFS_H
168
169/* Define if you have the <sys/procfs.h> header file */
170#undef HAVE_SYS_PROCFS_H
Note: See TracBrowser for help on using the repository browser.