File: config.h.in

package info (click to toggle)
pcopy 1.5-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 160 kB
  • ctags: 74
  • sloc: ansic: 402; sh: 186; makefile: 77
file content (16 lines) | stat: -rw-r--r-- 383 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* config.h.in */

/* Define if you have the pthread library (-lpthread).  */
#undef HAVE_LIBPTHREAD

/* Define if you have the UI threads library (-lthread).  */
#undef HAVE_LIBTHREAD

/* Define if you have the llseek() function */
#undef HAVE_LLSEEK

/* Define if you have the lseek64() function */
#undef HAVE_LSEEK64

/* Set this to the size of a 'long' */
#define SIZEOF_LONG 4