File: Config.h

package info (click to toggle)
gabedit 2.5.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 22,476 kB
  • sloc: ansic: 319,608; cpp: 2,081; sh: 1,573; makefile: 577; csh: 181
file content (7 lines) | stat: -rw-r--r-- 187 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
/* Config header file */
#ifndef ENABLE_DEPRECATED
#define GTK_DISABLE_DEPRECATED
#define GDK_DISABLE_DEPRECATED
#define PANGO_DISABLE_DEPRECATED
#endif
#define GETTEXT_PACKAGE "gabedit"