File: config.h.in

package info (click to toggle)
turqstat 2.2.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,768 kB
  • ctags: 1,148
  • sloc: cpp: 16,876; perl: 250; makefile: 193; sh: 8
file content (152 lines) | stat: -rw-r--r-- 3,932 bytes parent folder | download
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
/* config.h.in.  Generated automatically from configure.in by autoheader.  */

/* Define to empty if the keyword does not work.  */
#undef const

/* Define if you have the strftime function.  */
#undef HAVE_STRFTIME

/* Define if your processor stores words with the most significant
   byte first (like Motorola and SPARC, unlike Intel and VAX).  */
#undef WORDS_BIGENDIAN

/* Define if we are using EMX's implementation of findfirst/findnext */
#undef HAVE_EMX_FINDFIRST

/* Define if we are using DJGPP's implementation of findfirst/findnext */
#undef HAVE_DJGPP_FINDFIRST

/* Define if getopt is found in unistd.h */
#undef HAVE_GETOPT_IN_UNISTD

/* Define if getopt is found in stdio.h */
#undef HAVE_GETOPT_IN_STDIO

/* Define if getopt is found in getopt.h */
#undef HAVE_GETOPT_IN_GETOPT

/* Define if no system getopt is available */
#undef USE_OWN_GETOPT

/* Define if you have the <sys/socket.h> header file.  */
#undef HAVE_SYS_SOCKET_H

/* Define if struct tm has tm_gmtoff */
#undef HAVE_TM_GMTOFF

/* Define if time.h defines timezone variable */
#undef HAVE_TIMEZONE

/* Define if time.h defines _timezone variable */
#undef HAVE_UTIMEZONE

/* Define if platform primarily uses backslash as path separators */
#undef BACKSLASH_PATHS

/* Define if C library includes snprintf */
#undef HAVE_SNPRINTF

/* Define if C library includes _snprintf instead of snprint */
#undef HAVE_USNPRINTF

/* Define if C library includes sleep */
#undef HAVE_SLEEP

/* Define if C library includes _sleep instead of sleep */
#undef HAVE_U_SLEEP

/* Define if C library includes strcasestr */
#undef HAVE_STRCASESTR

/* Define if C library includes stristr */
#undef HAVE_STRISTR

/* Define if C library includes strcasecmp */
#undef HAVE_STRCASECMP

/* Define if C library includes stricmp */
#undef HAVE_STRICMP

/* Define if C library includes strlwr */
#undef HAVE_STRLWR

/* Define to size of time_t, in bytes */
#undef SIZEOF_TIME_T

/* Define if limits.h includes CHAR_BIT */
#undef HAVE_CHAR_BIT

/* Define if you have OS/2 DosQueryCtryInfo API */
#undef HAVE_OS2_COUNTRYINFO

/* Define if you have Win32 GetDateFormat API */
#undef HAVE_WIN32_LOCALEINFO

/* Define if you have a working wstring implementation */
#undef HAVE_WORKING_WSTRING

/* Define if ctype.h defines towupper */
#undef HAVE_TOWUPPER_IN_CTYPE_H

/* Define if std namespace always is available */
#undef HAVE_IMPLICIT_NAMESPACE

/* Define if the fstream class has the GNU extension fstream::form */
#undef HAVE_FSTREAM_FORM_METHOD

/* Define if we have NNTP support */
#undef HAVE_NNTP

/* Define if you have the <dirent.h> header file.  */
#undef HAVE_DIRENT_H

/* Define if you have the <errno.h> header file.  */
#undef HAVE_ERRNO_H

/* Define if you have the <limits.h> header file.  */
#undef HAVE_LIMITS_H

/* Define if you have the <locale.h> header file.  */
#undef HAVE_LOCALE_H

/* Define if you have the <ndir.h> header file.  */
#undef HAVE_NDIR_H

/* Define if you have the <netdb.h> header file.  */
#undef HAVE_NETDB_H

/* Define if you have the <netinet/in.h> header file.  */
#undef HAVE_NETINET_IN_H

/* Define if you have the <stdint.h> header file.  */
#undef HAVE_STDINT_H

/* Define if you have the <sys/dir.h> header file.  */
#undef HAVE_SYS_DIR_H

/* Define if you have the <sys/errno.h> header file.  */
#undef HAVE_SYS_ERRNO_H

/* Define if you have the <sys/ndir.h> header file.  */
#undef HAVE_SYS_NDIR_H

/* Define if you have the <wchar.h> header file.  */
#undef HAVE_WCHAR_H

/* Define if you have the <wctype.h> header file.  */
#undef HAVE_WCTYPE_H

/* Define if you have the <winsock.h> header file.  */
#undef HAVE_WINSOCK_H

/* Define if you have the crtdll library (-lcrtdll).  */
#undef HAVE_LIBCRTDLL

/* Define if you have the nsl library (-lnsl).  */
#undef HAVE_LIBNSL

/* Define if you have the socket library (-lsocket).  */
#undef HAVE_LIBSOCKET

/* Define if you have the w library (-lw).  */
#undef HAVE_LIBW