~ubuntu-branches/ubuntu/lucid/openssh/lucid

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2008-09-30 23:09:58 UTC
  • mfrom: (1.13.3 upstream) (29 hardy)
  • mto: This revision was merged to the branch mainline in revision 43.
  • Revision ID: james.westby@ubuntu.com-20080930230958-o6vsgn8c4mm959s0
Tags: 1:5.1p1-3
* Remove unnecessary ssh-vulnkey output in non-verbose mode when no
  compromised or unknown keys were found (closes: #496495).
* Configure with --disable-strip; dh_strip will deal with stripping
  binaries and will honour DEB_BUILD_OPTIONS (thanks, Bernhard R. Link;
  closes: #498681).
* Fix handling of zero-length server banners (thanks, Tomas Mraz; closes:
  #497026).

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
/* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */
8
8
#undef AIX_LOGINFAILED_4ARG
9
9
 
 
10
/* System only supports IPv4 audit records */
 
11
#undef AU_IPv4
 
12
 
10
13
/* Define if your resolver libs need this for getrrsetbyname */
11
14
#undef BIND_8_COMPAT
12
15
 
19
22
/* getgroups(0,NULL) will return -1 */
20
23
#undef BROKEN_GETGROUPS
21
24
 
 
25
/* FreeBSD glob does not do what we need */
 
26
#undef BROKEN_GLOB
 
27
 
22
28
/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
23
29
#undef BROKEN_INET_NTOA
24
30
 
32
38
   */
33
39
#undef BROKEN_ONE_BYTE_DIRENT_D_NAME
34
40
 
 
41
/* Can't do comparisons on readv */
 
42
#undef BROKEN_READV_COMPARISON
 
43
 
35
44
/* Define if you have a broken realpath. */
36
45
#undef BROKEN_REALPATH
37
46
 
53
62
/* LynxOS has broken setvbuf() implementation */
54
63
#undef BROKEN_SETVBUF
55
64
 
 
65
/* QNX shadow support is broken */
 
66
#undef BROKEN_SHADOW_EXPIRE
 
67
 
56
68
/* Define if your snprintf is busted */
57
69
#undef BROKEN_SNPRINTF
58
70
 
107
119
/* Define if you don't want to use wtmpx */
108
120
#undef DISABLE_WTMPX
109
121
 
110
 
/* Workaround more Linux IPv6 quirks */
111
 
#undef DONT_TRY_OTHER_AF
112
 
 
113
122
/* Builtin PRNG command timeout */
114
123
#undef ENTROPY_TIMEOUT_MSEC
115
124
 
 
125
/* f_fsid has members */
 
126
#undef FSID_HAS_VAL
 
127
 
116
128
/* Define to 1 if the `getpgrp' function requires zero arguments. */
117
129
#undef GETPGRP_VOID
118
130
 
149
161
/* Define to 1 if you have the `arc4random' function. */
150
162
#undef HAVE_ARC4RANDOM
151
163
 
 
164
/* Define to 1 if you have the `arc4random_buf' function. */
 
165
#undef HAVE_ARC4RANDOM_BUF
 
166
 
 
167
/* Define to 1 if you have the `arc4random_uniform' function. */
 
168
#undef HAVE_ARC4RANDOM_UNIFORM
 
169
 
152
170
/* Define to 1 if you have the `asprintf' function. */
153
171
#undef HAVE_ASPRINTF
154
172
 
155
173
/* OpenBSD's gcc has bounded */
156
174
#undef HAVE_ATTRIBUTE__BOUNDED__
157
175
 
 
176
/* Have attribute nonnull */
 
177
#undef HAVE_ATTRIBUTE__NONNULL__
 
178
 
158
179
/* OpenBSD's gcc has sentinel */
159
180
#undef HAVE_ATTRIBUTE__SENTINEL__
160
181
 
 
182
/* Define to 1 if you have the `aug_get_machine' function. */
 
183
#undef HAVE_AUG_GET_MACHINE
 
184
 
161
185
/* Define to 1 if you have the `b64_ntop' function. */
162
186
#undef HAVE_B64_NTOP
163
187
 
230
254
   don't. */
231
255
#undef HAVE_DECL_LOGINSUCCESS
232
256
 
 
257
/* Define to 1 if you have the declaration of `MAXSYMLINKS', and to 0 if you
 
258
   don't. */
 
259
#undef HAVE_DECL_MAXSYMLINKS
 
260
 
 
261
/* Define to 1 if you have the declaration of `offsetof', and to 0 if you
 
262
   don't. */
 
263
#undef HAVE_DECL_OFFSETOF
 
264
 
233
265
/* Define to 1 if you have the declaration of `O_NONBLOCK', and to 0 if you
234
266
   don't. */
235
267
#undef HAVE_DECL_O_NONBLOCK
309
341
/* Define to 1 if you have the <floatingpoint.h> header file. */
310
342
#undef HAVE_FLOATINGPOINT_H
311
343
 
 
344
/* Define to 1 if you have the `fmt_scaled' function. */
 
345
#undef HAVE_FMT_SCALED
 
346
 
312
347
/* Define to 1 if you have the `freeaddrinfo' function. */
313
348
#undef HAVE_FREEADDRINFO
314
349
 
 
350
/* Define to 1 if the system has the type `fsblkcnt_t'. */
 
351
#undef HAVE_FSBLKCNT_T
 
352
 
 
353
/* Define to 1 if the system has the type `fsfilcnt_t'. */
 
354
#undef HAVE_FSFILCNT_T
 
355
 
 
356
/* Define to 1 if you have the `fstatvfs' function. */
 
357
#undef HAVE_FSTATVFS
 
358
 
315
359
/* Define to 1 if you have the `futimes' function. */
316
360
#undef HAVE_FUTIMES
317
361
 
333
377
/* Define to 1 if you have the `getgrouplist' function. */
334
378
#undef HAVE_GETGROUPLIST
335
379
 
 
380
/* Define to 1 if you have the `getgrset' function. */
 
381
#undef HAVE_GETGRSET
 
382
 
336
383
/* Define to 1 if you have the `getluid' function. */
337
384
#undef HAVE_GETLUID
338
385
 
354
401
/* Define to 1 if you have the `getpeereid' function. */
355
402
#undef HAVE_GETPEEREID
356
403
 
 
404
/* Define to 1 if you have the `getpeerucred' function. */
 
405
#undef HAVE_GETPEERUCRED
 
406
 
357
407
/* Define to 1 if you have the `getpwanam' function. */
358
408
#undef HAVE_GETPWANAM
359
409
 
480
530
/* Define to 1 if you have the <libgen.h> header file. */
481
531
#undef HAVE_LIBGEN_H
482
532
 
483
 
/* Define to 1 if you have the `iaf' library (-liaf). */
 
533
/* Define if system has libiaf that supports set_id */
484
534
#undef HAVE_LIBIAF
485
535
 
486
536
/* Define to 1 if you have the `nsl' library (-lnsl). */
619
669
/* define if you have pid_t data type */
620
670
#undef HAVE_PID_T
621
671
 
 
672
/* Define to 1 if you have the `poll' function. */
 
673
#undef HAVE_POLL
 
674
 
 
675
/* Define to 1 if you have the <poll.h> header file. */
 
676
#undef HAVE_POLL_H
 
677
 
622
678
/* Define to 1 if you have the `prctl' function. */
623
679
#undef HAVE_PRCTL
624
680
 
736
792
/* Define to 1 if you have the `setvbuf' function. */
737
793
#undef HAVE_SETVBUF
738
794
 
 
795
/* Define to 1 if you have the `set_id' function. */
 
796
#undef HAVE_SET_ID
 
797
 
739
798
/* Define to 1 if you have the `SHA256_Update' function. */
740
799
#undef HAVE_SHA256_UPDATE
741
800
 
772
831
/* Fields in struct sockaddr_storage */
773
832
#undef HAVE_SS_FAMILY_IN_SS
774
833
 
 
834
/* Define to 1 if you have the `statfs' function. */
 
835
#undef HAVE_STATFS
 
836
 
 
837
/* Define to 1 if you have the `statvfs' function. */
 
838
#undef HAVE_STATVFS
 
839
 
775
840
/* Define to 1 if you have the <stddef.h> header file. */
776
841
#undef HAVE_STDDEF_H
777
842
 
844
909
/* define if you have struct timeval */
845
910
#undef HAVE_STRUCT_TIMEVAL
846
911
 
 
912
/* Define to 1 if you have the `swap32' function. */
 
913
#undef HAVE_SWAP32
 
914
 
847
915
/* Define to 1 if you have the `sysconf' function. */
848
916
#undef HAVE_SYSCONF
849
917
 
871
939
/* Define to 1 if you have the <sys/mman.h> header file. */
872
940
#undef HAVE_SYS_MMAN_H
873
941
 
 
942
/* Define to 1 if you have the <sys/mount.h> header file. */
 
943
#undef HAVE_SYS_MOUNT_H
 
944
 
874
945
/* Define to 1 if you have the <sys/ndir.h> header file. */
875
946
#undef HAVE_SYS_NDIR_H
876
947
 
877
948
/* Define if your system defines sys_nerr */
878
949
#undef HAVE_SYS_NERR
879
950
 
 
951
/* Define to 1 if you have the <sys/poll.h> header file. */
 
952
#undef HAVE_SYS_POLL_H
 
953
 
880
954
/* Define to 1 if you have the <sys/prctl.h> header file. */
881
955
#undef HAVE_SYS_PRCTL_H
882
956
 
889
963
/* Define to 1 if you have the <sys/select.h> header file. */
890
964
#undef HAVE_SYS_SELECT_H
891
965
 
 
966
/* Define to 1 if you have the <sys/statvfs.h> header file. */
 
967
#undef HAVE_SYS_STATVFS_H
 
968
 
892
969
/* Define to 1 if you have the <sys/stat.h> header file. */
893
970
#undef HAVE_SYS_STAT_H
894
971
 
958
1035
/* Define if you have ut_type in utmpx.h */
959
1036
#undef HAVE_TYPE_IN_UTMPX
960
1037
 
 
1038
/* Define to 1 if you have the <ucred.h> header file. */
 
1039
#undef HAVE_UCRED_H
 
1040
 
961
1041
/* define if you have uintxx_t data type */
962
1042
#undef HAVE_UINTXX_T
963
1043
 
1039
1119
/* Define to 1 if you have the `_getshort' function. */
1040
1120
#undef HAVE__GETSHORT
1041
1121
 
 
1122
/* Define if you have struct __res_state _res as an extern */
 
1123
#undef HAVE__RES_EXTERN
 
1124
 
1042
1125
/* Define to 1 if you have the `__b64_ntop' function. */
1043
1126
#undef HAVE___B64_NTOP
1044
1127
 
1134
1217
/* Define if X11 doesn't support AF_UNIX sockets on that system */
1135
1218
#undef NO_X11_UNIX_SOCKETS
1136
1219
 
 
1220
/* Adjust Linux out-of-memory killer */
 
1221
#undef OOM_ADJUST
 
1222
 
1137
1223
/* libcrypto is missing AES 192 and 256 bit functions */
1138
1224
#undef OPENSSL_LOBOTOMISED_AES
1139
1225