~psusi/ubuntu/natty/parted/fix-dmraid

« back to all changes in this revision

Viewing changes to lib/config.h.in

  • Committer: Colin Watson
  • Date: 2010-08-05 21:06:19 UTC
  • mfrom: (7.2.9 sid)
  • Revision ID: cjwatson@canonical.com-20100805210619-f9ld2tuntueagfeo
* Resynchronise with Debian.  Remaining changes:
  - gptsync.dpatch: On Intel Mac systems, write a synced MBR rather than a
    protective MBR.
  - Add -fno-stack-protector on sparc.
  - loop-partitions.dpatch: Loop devices can only have one partition, so
    don't generate device names such as "/dev/loop0p1".
  - udevadm-settle.dpatch: Run 'udevadm settle' either side of rereading
    the partition table, to avoid a variety of races.
  - dmraid.dpatch: Ensure that device-mapper devices for dmraid arrays do
    not have extra nodes created needlessly, as well as making sure that
    partition nodes for dmraid devices are not probed.
  - loop-limits.patch: Remove limits on loop labels.
  - fix-dmraid-regression.path: Reverse upstream change that broke
    installation on dmraid disks for lucid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
/* Define to make the limit macros in <stdint.h> visible. */
87
87
#undef GL_TRIGGER_STDC_LIMIT_MACROS
88
88
 
89
 
/* Define to 1 when using the gnulib module canonicalize-lgpl. */
 
89
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
 
90
   whether the gnulib module canonicalize-lgpl shall be considered present. */
90
91
#undef GNULIB_CANONICALIZE_LGPL
91
92
 
92
 
/* Define to 1 when using the gnulib module close-stream. */
 
93
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
 
94
   whether the gnulib module close-stream shall be considered present. */
93
95
#undef GNULIB_CLOSE_STREAM
94
96
 
95
 
/* Define to 1 when using the gnulib module dirname. */
 
97
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
 
98
   whether the gnulib module dirname shall be considered present. */
96
99
#undef GNULIB_DIRNAME
97
100
 
98
 
/* Define to 1 when using the gnulib module getopt-gnu. */
99
 
#undef GNULIB_GETOPT_GNU
100
 
 
101
101
/* Define to indicate the 'malloc' module. */
102
102
#undef GNULIB_MALLOC_GNU
103
103
 
104
 
/* Define to 1 when using the gnulib module open. */
105
 
#undef GNULIB_OPEN
106
 
 
107
104
/* enable some gnulib portability checks */
108
105
#undef GNULIB_PORTCHECK
109
106
 
110
107
/* Define to indicate the 'realloc' module. */
111
108
#undef GNULIB_REALLOC_GNU
112
109
 
 
110
/* Define to 1 when the gnulib module btowc should be tested. */
 
111
#undef GNULIB_TEST_BTOWC
 
112
 
 
113
/* Define to 1 when the gnulib module calloc-posix should be tested. */
 
114
#undef GNULIB_TEST_CALLOC_POSIX
 
115
 
 
116
/* Define to 1 when the gnulib module canonicalize_file_name should be tested.
 
117
   */
 
118
#undef GNULIB_TEST_CANONICALIZE_FILE_NAME
 
119
 
 
120
/* Define to 1 when the gnulib module close should be tested. */
 
121
#undef GNULIB_TEST_CLOSE
 
122
 
 
123
/* Define to 1 when the gnulib module dup2 should be tested. */
 
124
#undef GNULIB_TEST_DUP2
 
125
 
 
126
/* Define to 1 when the gnulib module environ should be tested. */
 
127
#undef GNULIB_TEST_ENVIRON
 
128
 
 
129
/* Define to 1 when the gnulib module fclose should be tested. */
 
130
#undef GNULIB_TEST_FCLOSE
 
131
 
 
132
/* Define to 1 when the gnulib module fsync should be tested. */
 
133
#undef GNULIB_TEST_FSYNC
 
134
 
 
135
/* Define to 1 when the gnulib module getopt-gnu should be tested. */
 
136
#undef GNULIB_TEST_GETOPT_GNU
 
137
 
 
138
/* Define to 1 when the gnulib module gettimeofday should be tested. */
 
139
#undef GNULIB_TEST_GETTIMEOFDAY
 
140
 
 
141
/* Define to 1 when the gnulib module lseek should be tested. */
 
142
#undef GNULIB_TEST_LSEEK
 
143
 
 
144
/* Define to 1 when the gnulib module lstat should be tested. */
 
145
#undef GNULIB_TEST_LSTAT
 
146
 
 
147
/* Define to 1 when the gnulib module malloc-posix should be tested. */
 
148
#undef GNULIB_TEST_MALLOC_POSIX
 
149
 
 
150
/* Define to 1 when the gnulib module mbrtowc should be tested. */
 
151
#undef GNULIB_TEST_MBRTOWC
 
152
 
 
153
/* Define to 1 when the gnulib module mbsinit should be tested. */
 
154
#undef GNULIB_TEST_MBSINIT
 
155
 
 
156
/* Define to 1 when the gnulib module memchr should be tested. */
 
157
#undef GNULIB_TEST_MEMCHR
 
158
 
 
159
/* Define to 1 when the gnulib module mkstemp should be tested. */
 
160
#undef GNULIB_TEST_MKSTEMP
 
161
 
 
162
/* Define to 1 when the gnulib module nl_langinfo should be tested. */
 
163
#undef GNULIB_TEST_NL_LANGINFO
 
164
 
 
165
/* Define to 1 when the gnulib module open should be tested. */
 
166
#undef GNULIB_TEST_OPEN
 
167
 
 
168
/* Define to 1 when the gnulib module putenv should be tested. */
 
169
#undef GNULIB_TEST_PUTENV
 
170
 
 
171
/* Define to 1 when the gnulib module readlink should be tested. */
 
172
#undef GNULIB_TEST_READLINK
 
173
 
 
174
/* Define to 1 when the gnulib module realloc-posix should be tested. */
 
175
#undef GNULIB_TEST_REALLOC_POSIX
 
176
 
 
177
/* Define to 1 when the gnulib module realpath should be tested. */
 
178
#undef GNULIB_TEST_REALPATH
 
179
 
 
180
/* Define to 1 when the gnulib module rpmatch should be tested. */
 
181
#undef GNULIB_TEST_RPMATCH
 
182
 
 
183
/* Define to 1 when the gnulib module setenv should be tested. */
 
184
#undef GNULIB_TEST_SETENV
 
185
 
 
186
/* Define to 1 when the gnulib module sleep should be tested. */
 
187
#undef GNULIB_TEST_SLEEP
 
188
 
 
189
/* Define to 1 when the gnulib module stat should be tested. */
 
190
#undef GNULIB_TEST_STAT
 
191
 
 
192
/* Define to 1 when the gnulib module strdup should be tested. */
 
193
#undef GNULIB_TEST_STRDUP
 
194
 
 
195
/* Define to 1 when the gnulib module strerror should be tested. */
 
196
#undef GNULIB_TEST_STRERROR
 
197
 
 
198
/* Define to 1 when the gnulib module strndup should be tested. */
 
199
#undef GNULIB_TEST_STRNDUP
 
200
 
 
201
/* Define to 1 when the gnulib module strnlen should be tested. */
 
202
#undef GNULIB_TEST_STRNLEN
 
203
 
 
204
/* Define to 1 when the gnulib module symlink should be tested. */
 
205
#undef GNULIB_TEST_SYMLINK
 
206
 
 
207
/* Define to 1 when the gnulib module unlink should be tested. */
 
208
#undef GNULIB_TEST_UNLINK
 
209
 
 
210
/* Define to 1 when the gnulib module unsetenv should be tested. */
 
211
#undef GNULIB_TEST_UNSETENV
 
212
 
 
213
/* Define to 1 when the gnulib module usleep should be tested. */
 
214
#undef GNULIB_TEST_USLEEP
 
215
 
 
216
/* Define to 1 when the gnulib module wcrtomb should be tested. */
 
217
#undef GNULIB_TEST_WCRTOMB
 
218
 
 
219
/* Define to 1 when the gnulib module wctob should be tested. */
 
220
#undef GNULIB_TEST_WCTOB
 
221
 
113
222
/* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
114
223
   may be supplied by this distribution. */
115
224
#undef HAVE_ALLOCA
152
261
   */
153
262
#undef HAVE_DCGETTEXT
154
263
 
 
264
/* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
 
265
   */
 
266
#undef HAVE_DECL_ALARM
 
267
 
155
268
/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
156
269
   don't. */
157
270
#undef HAVE_DECL_GETC_UNLOCKED
160
273
   */
161
274
#undef HAVE_DECL_GETENV
162
275
 
 
276
/* Define to 1 if you have the declaration of `getopt_clip', and to 0 if you
 
277
   don't. */
 
278
#undef HAVE_DECL_GETOPT_CLIP
 
279
 
163
280
/* Define to 1 if you have the declaration of `imaxabs', and to 0 if you
164
281
   don't. */
165
282
#undef HAVE_DECL_IMAXABS
184
301
   and to 0 if you don't. */
185
302
#undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
186
303
 
 
304
/* Define to 1 if you have the declaration of `sleep', and to 0 if you don't.
 
305
   */
 
306
#undef HAVE_DECL_SLEEP
 
307
 
187
308
/* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
188
309
   */
189
310
#undef HAVE_DECL_STRDUP
273
394
/* Define to 1 if you have the `isblank' function. */
274
395
#undef HAVE_ISBLANK
275
396
 
 
397
/* Define to 1 if you have the `iswblank' function. */
 
398
#undef HAVE_ISWBLANK
 
399
 
276
400
/* Define to 1 if you have the `iswcntrl' function. */
277
401
#undef HAVE_ISWCNTRL
278
402
 
335
459
/* Define to 1 if you have the <memory.h> header file. */
336
460
#undef HAVE_MEMORY_H
337
461
 
 
462
/* Define to 1 if you have the `mkstemp' function. */
 
463
#undef HAVE_MKSTEMP
 
464
 
338
465
/* Define to 1 if you have the `mprotect' function. */
339
466
#undef HAVE_MPROTECT
340
467
 
459
586
/* Define to 1 if getusershell is declared even after undefining macros. */
460
587
#undef HAVE_RAW_DECL_GETUSERSHELL
461
588
 
 
589
/* Define to 1 if grantpt is declared even after undefining macros. */
 
590
#undef HAVE_RAW_DECL_GRANTPT
 
591
 
462
592
/* Define to 1 if imaxabs is declared even after undefining macros. */
463
593
#undef HAVE_RAW_DECL_IMAXABS
464
594
 
555
685
/* Define to 1 if pread is declared even after undefining macros. */
556
686
#undef HAVE_RAW_DECL_PREAD
557
687
 
 
688
/* Define to 1 if ptsname is declared even after undefining macros. */
 
689
#undef HAVE_RAW_DECL_PTSNAME
 
690
 
 
691
/* Define to 1 if pwrite is declared even after undefining macros. */
 
692
#undef HAVE_RAW_DECL_PWRITE
 
693
 
558
694
/* Define to 1 if random_r is declared even after undefining macros. */
559
695
#undef HAVE_RAW_DECL_RANDOM_R
560
696
 
615
751
/* Define to 1 if strdup is declared even after undefining macros. */
616
752
#undef HAVE_RAW_DECL_STRDUP
617
753
 
 
754
/* Define to 1 if strncat is declared even after undefining macros. */
 
755
#undef HAVE_RAW_DECL_STRNCAT
 
756
 
618
757
/* Define to 1 if strndup is declared even after undefining macros. */
619
758
#undef HAVE_RAW_DECL_STRNDUP
620
759
 
657
796
/* Define to 1 if symlinkat is declared even after undefining macros. */
658
797
#undef HAVE_RAW_DECL_SYMLINKAT
659
798
 
 
799
/* Define to 1 if tmpfile is declared even after undefining macros. */
 
800
#undef HAVE_RAW_DECL_TMPFILE
 
801
 
 
802
/* Define to 1 if ttyname_r is declared even after undefining macros. */
 
803
#undef HAVE_RAW_DECL_TTYNAME_R
 
804
 
660
805
/* Define to 1 if unlink is declared even after undefining macros. */
661
806
#undef HAVE_RAW_DECL_UNLINK
662
807
 
663
808
/* Define to 1 if unlinkat is declared even after undefining macros. */
664
809
#undef HAVE_RAW_DECL_UNLINKAT
665
810
 
 
811
/* Define to 1 if unlockpt is declared even after undefining macros. */
 
812
#undef HAVE_RAW_DECL_UNLOCKPT
 
813
 
666
814
/* Define to 1 if unsetenv is declared even after undefining macros. */
667
815
#undef HAVE_RAW_DECL_UNSETENV
668
816
 
739
887
/* Define to 1 if 'wint_t' is a signed integer type. */
740
888
#undef HAVE_SIGNED_WINT_T
741
889
 
 
890
/* Define to 1 if you have the `sleep' function. */
 
891
#undef HAVE_SLEEP
 
892
 
742
893
/* Define to 1 if you have the <stdarg.h> header file. */
743
894
#undef HAVE_STDARG_H
744
895
 
826
977
/* Define to 1 if the system has the type `unsigned long long int'. */
827
978
#undef HAVE_UNSIGNED_LONG_LONG_INT
828
979
 
 
980
/* Define to 1 if you have the `usleep' function. */
 
981
#undef HAVE_USLEEP
 
982
 
829
983
/* Define to 1 if you have the <wchar.h> header file. */
830
984
#undef HAVE_WCHAR_H
831
985
 
1005
1159
/* Define to 1 if unlink (dir) cannot possibly succeed. */
1006
1160
#undef UNLINK_CANNOT_UNLINK_DIR
1007
1161
 
 
1162
/* Define to 1 if unlink() on a parent directory may succeed */
 
1163
#undef UNLINK_PARENT_BUG
 
1164
 
 
1165
/* Define to the prefix of C symbols at the assembler and linker level, either
 
1166
   an underscore or empty. */
 
1167
#undef USER_LABEL_PREFIX
 
1168
 
1008
1169
/* Define if you have sufficient blkid support. */
1009
1170
#undef USE_BLKID
1010
1171
 
1190
1351
   nothing if this is not supported.  Do not define if restrict is
1191
1352
   supported directly.  */
1192
1353
#undef restrict
1193
 
/* Work around a bug in Sun C++: it does not support _Restrict, even
1194
 
   though the corresponding Sun C compiler does, which causes
1195
 
   "#define restrict _Restrict" in the previous line.  Perhaps some future
1196
 
   version of Sun C++ will work with _Restrict; if so, it'll probably
1197
 
   define __RESTRICT, just as Sun C does.  */
 
1354
/* Work around a bug in Sun C++: it does not support _Restrict or
 
1355
   __restrict__, even though the corresponding Sun C compiler ends up with
 
1356
   "#define restrict _Restrict" or "#define restrict __restrict__" in the
 
1357
   previous line.  Perhaps some future version of Sun C++ will work with
 
1358
   restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
1198
1359
#if defined __SUNPRO_CC && !defined __RESTRICT
1199
1360
# define _Restrict
 
1361
# define __restrict__
1200
1362
#endif
1201
1363
 
1202
1364
/* Define to `unsigned int' if <sys/types.h> does not define. */
1205
1367
/* Define as a signed type of the same size as size_t. */
1206
1368
#undef ssize_t
1207
1369
 
1208
 
/* Define to rpl_strnlen if the replacement function should be used. */
1209
 
#undef strnlen
1210
 
 
1211
1370
/* Define as a marker that can be attached to declarations that might not
1212
1371
    be used.  This helps to reduce warnings, such as from
1213
1372
    GCC -Wunused-parameter.  */
1221
1380
#define _UNUSED_PARAMETER_ _GL_UNUSED
1222
1381
 
1223
1382
 
 
1383
/* Define to an unsigned 32-bit type if <sys/types.h> lacks this type. */
 
1384
#undef useconds_t
 
1385
 
1224
1386
/* Define as a macro for copying va_list variables. */
1225
1387
#undef va_copy