File: acconfig.h

package info (click to toggle)
gnome-spell 1.0.7-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 2,244 kB
  • ctags: 352
  • sloc: sh: 8,873; ansic: 2,074; makefile: 155
file content (31 lines) | stat: -rw-r--r-- 595 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#undef PACKAGE
#undef VERSION
#undef HAVE_LIBSM
#undef ENABLE_NLS
#undef HAVE_CATGETS
#undef HAVE_GETTEXT
#undef HAVE_LC_MESSAGES
#undef HAVE_STPCPY
#undef HAVE_ORBIT
#undef HAVE_GTK_SELECTION_ADD_TARGET
#undef HAVE_GUILE
#undef ENABLE_BONOBO
#undef HAVE_IEEEFP_H
#undef ENABLE_GNOME
#undef HAVE_GLIBWWW
#undef HAVE_GNU_REGEX
#undef USING_OAF
#undef API_VERSION
#undef HAVE_ISPELL_MODULE
#undef HAVE_ASPELL_MODULE
#undef GETTEXT_PACKAGE
#undef GNOME_SPELL_RELEASE

@BOTTOM@
/* This is from libglade */

#ifdef DEBUG
#  define debug(stmnt) stmnt
#else
#  define debug(stmnt) /* nothing */
#endif