File: config.h.in

package info (click to toggle)
gbuffy 0.2.6-11
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 536 kB
  • ctags: 517
  • sloc: ansic: 6,235; sh: 564; makefile: 162; perl: 44; awk: 2
file content (46 lines) | stat: -rw-r--r-- 971 bytes parent folder | download | duplicates (3)
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
/* config.h.in.  Generated automatically from configure.in by autoheader.  */
/*
 * config file for xbuffy.  
 */


/* Define if you have the ANSI C header files.  */
#undef STDC_HEADERS

/* if you want Xbuffy to try to use Content-Length: headers uncomment the
 * following 
 */
#undef USE_CONTENT_LENGTH

/* Version Information */
#undef VERSION

/* enable keyboard LED blinking? */
#undef USE_LED

/* build as a GNOME Applet */
#undef GNOME_APPLET

/* Does your system have the snprintf() call? */
#undef HAVE_SNPRINTF

/* Does your system have the vsnprintf() call? */
#undef HAVE_VSNPRINTF

/* program to use for shell commands */
#define EXECSHELL "/bin/sh"

/* Enable SSL? */
#undef HAVE_SSL

/* Enable debugging info */
#undef DEBUG

/* Define if you have the setpriority function.  */
#undef HAVE_SETPRIORITY

/* Define if you have the utimes function.  */
#undef HAVE_UTIMES

/* Define if you have the compface library (-lcompface).  */
#undef HAVE_LIBCOMPFACE