File: config.h.in

package info (click to toggle)
isdnutils 1%3A3.25%2Bdfsg1-3.5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 18,188 kB
  • ctags: 12,236
  • sloc: ansic: 98,041; sh: 19,044; perl: 4,948; makefile: 3,145; cpp: 2,708; tcl: 22
file content (54 lines) | stat: -rw-r--r-- 827 bytes parent folder | download | duplicates (11)
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

#ifndef _VBOX_CONFIG_H
#define _VBOX_CONFIG_H 1

/*
 * Define to include both, <time.h> *and* <sys/time.h>:
 */

#undef TIME_WITH_SYS_TIME

/*
 * Define if you have the <sys/time.h> header file:
 */

#undef HAVE_SYS_TIME_H

/*
 * Define if you have the vsnprintf() function:
 */

#undef HAVE_VSNPRINTF

/*
 * Define if libncurses has a resizeterm() function:
 */

#undef HAVE_RESIZETERM

/*
 * Define to empty if the keyword does not work:
 */

#undef const

/*
 * Do not change any of the options below by hand - use the configure script
 * insteed! The directory pathes are stored in other files too!
 */

#undef SPOOLDIR
#undef LOGFILEDIR
#undef PIDFILEDIR
#undef LCKFILEDIR
#undef I4LCONFDIR

/*
 * No need to change anything below this line!
 */

#undef VERSION
#undef VERDATE
#undef PACKAGE

#endif /* _VBOX_CONFIG_H */