File: interface.h

package info (click to toggle)
ocp 1%3A3.2.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 27,660 kB
  • sloc: ansic: 361,942; cpp: 70,353; javascript: 12,429; makefile: 6,915; sh: 4,493; java: 1,331; tcl: 1,040; xml: 841; perl: 285; ruby: 126; python: 15
file content (65 lines) | stat: -rw-r--r-- 1,608 bytes parent folder | download | duplicates (4)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
/* interface.h.  Generated from interface.h.in by configure.  */
/* Define if you have EMACS interface. */
/* #undef IA_EMACS */

/* Define if you have GTK interface. */
/* #undef IA_GTK */

/* Define if you have KMIDI interface. */
/* #undef IA_KMIDI */

/* Define if you have MOTIF interface. */
/* #undef IA_MOTIF */

/* Define if you have NCURSES interface. */
/* #undef IA_NCURSES */

/* Define if you have PLUGIN interface. */
/* #undef IA_PLUGIN */

/* Define if you have SLANG interface. */
/* #undef IA_SLANG */

/* Define if you have TCLTK interface. */
/* #undef IA_TCLTK */

/* Define if you have VT100 interface. */
/* #undef IA_VT100 */

/* Define if you have XAW interface. */
/* #undef IA_XAW */

/* Define if you have XSKIN interface. */
/* #undef IA_XSKIN */

/* Define if you have DYNAMIC interface. */
/* #undef IA_DYNAMIC */

/* Define if you have Windows32 GUI interface. */
/* #undef IA_W32GUI */

/* Define if you have Windows GUI synthesizer mode interface. */
/* #undef IA_W32G_SYN */

/* Define if you have Remote MIDI interface. */
/* #undef IA_SERVER */

/* Define if you have Remote MIDI interface. */
/* #undef IA_ALSASEQ */

/* Define if you have Windows synthesizer mode interface. */
/* #undef IA_WINSYN */

/* Define if you have PortMIDI synthesizer mode interface. */
/* #undef IA_PORTMIDISYN */

/* Define if you have Windows named pipe synthesizer mode interface. */
/* #undef IA_NPSYN */

#if defined(IA_W32GUI) || defined(IA_W32G_SYN)
#ifndef __W32READDIR__
#define __W32READDIR__
#endif
#define URL_DIR_CACHE_ENABLE
#define __W32G__        /* for Win32 GUI */
#endif