source: trunk/third/gnome-utils/acconfig.h @ 18366

Revision 18366, 1.8 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18365, which included commits to RCS files with non-trunk default branches.
Line 
1#undef HAVE_LC_MESSAGES
2#undef HAVE_STPCPY
3#undef PACKAGE
4#undef GETTEXT_PACKAGE
5#undef VERSION
6#undef ENABLE_NLS
7#undef HAVE_CATGETS
8#undef HAVE_GETTEXT
9#undef HAVE_LANGINFO_D_FMT
10#undef HAVE_GMP2_INCLUDE_DIR
11#undef HAVE_LIBSM
12#undef HAVE_PROGRAM_INVOCATION_NAME
13#undef HAVE_PROGRAM_INVOCATION_SHORT_NAME
14#undef HAVE_SHADOW_H
15#undef HAVE_GLIBTOP_MACHINE_H
16#undef HAVE_LIBGTKHTML
17#undef HAVE_LIBGTOP
18#undef NEED_LIBGTOP
19#undef HAVE_GUILE
20#undef HAVE_LINUX_TABLE
21#undef HAVE_GNOME_PRINT
22#undef HAVE_LINUX_FD_H
23#undef PATH_MESSAGES
24
25/* Define if LibGTop has support for multiple processors. */
26#undef HAVE_LIBGTOP_SMP
27
28/* Define if you want to build against development gtk */
29#undef HAVE_DEVGTK
30
31/* Define if there is no `u_int64_t' and `int64_t'. */
32#undef u_int64_t
33#undef int64_t
34
35/*=== Curses version detection defines ===*/
36/* Found some version of curses that we're going to use */
37#undef HAS_CURSES
38
39/* Use SunOS SysV curses? */
40#undef USE_SUNOS_CURSES
41
42/* Use old BSD curses - not used right now */
43#undef USE_BSD_CURSES
44
45/* Use SystemV curses? */
46#undef USE_SYSV_CURSES
47
48/* Use Ncurses? */
49#undef USE_NCURSES
50
51/* If you Curses does not have color define this one */
52#undef NO_COLOR_CURSES
53
54/* Define if you want to turn on SCO-specific code */
55#undef SCO_FLAVOR
56
57/* Set to reflect version of ncurses *
58 *   0 = version 1.*
59 *   1 = version 1.9.9g
60 *   2 = version 4.0/4.1 */
61#undef NCURSES_970530
62
63/* LibGTop major, minor and micro version. */
64#undef LIBGTOP_MAJOR_VERSION
65#undef LIBGTOP_MINOR_VERSION
66#undef LIBGTOP_MICRO_VERSION
67
68/* LibGTop version and numerical version code ("1.234.567" -> 1234567). */
69#undef LIBGTOP_VERSION
70#undef LIBGTOP_VERSION_CODE
71
72/* LibGTop server version, increased each time the protocol changes. */
73#undef LIBGTOP_SERVER_VERSION
74
75#undef USE_PAM
76#undef BUILD_GSTRIPCHART_APPLET
77#undef BUILD_GCOLORSEL_APPLET
78
79#undef GNOME_ICONDIR
Note: See TracBrowser for help on using the repository browser.