File: config.h.in

package info (click to toggle)
pgpdump 0.27-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 412 kB
  • sloc: ansic: 2,272; makefile: 75; haskell: 29; sh: 14
file content (33 lines) | stat: -rw-r--r-- 832 bytes parent folder | download | duplicates (5)
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
/* config.h.in.  Generated automatically from configure.in by autoheader.  */

#undef PATH_SEPARATOR

/* Define if you don't have tm_zone but do have the external array
   tzname.  */
#undef HAVE_TZNAME

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

/* Define if you have the <unistd.h> header file.  */
#undef HAVE_UNISTD_H

/* Define if you have the z library (-lz).  */
#undef HAVE_LIBZ

/* Define if you have the z library (-lbz2).  */
#undef HAVE_LIBBZ2

/* Define if you can safely include both <sys/time.h> and <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 <unixlib/local.h> header file.  */
#undef HAVE_UNIXLIB_LOCAL_H

/* Define if your struct tm has tm_zone.  */
#undef HAVE_STRUCT_TM_TM_ZONE