File: config.h.in

package info (click to toggle)
gbuffy 0.1-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 380 kB
  • ctags: 379
  • sloc: ansic: 4,329; sh: 175; makefile: 146; perl: 44; awk: 2
file content (49 lines) | stat: -rw-r--r-- 1,110 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
/* config.h.in.  Generated automatically from configure.in by autoheader.  */
/*
 * config file for xbuffy.  
 */

/* Enable debugging info */
#undef DEBUG


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

/* Define if the X Window System is missing or not being used.  */
#undef X_DISPLAY_MISSING

/* 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

/* 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"

/* Define if you have the bcopy function.  */
#undef HAVE_BCOPY

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

/* Define if you have the strdup function.  */
#undef HAVE_STRDUP

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

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