-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.h.in
694 lines (466 loc) · 18.1 KB
/
config.h.in
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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
/* config.h.in. Generated from configure.ac by autoheader. */
/* Compatibility pvmgetarch token for AIX on IBM RS6000 */
#undef AIX
/* Compatibility pvmgetarch token for UNICOS on DEC Alpha */
#undef CRAY
/* Compile operators with CCR support */
#undef ENABLE_CCR
/* Compile operators with DAP support from libnetcdf */
#undef ENABLE_DAP
/* Custom debugging: Pedantic, bounds checking (slowest execution) */
#undef ENABLE_DEBUG_CUSTOM
/* Debugging symbols: Produce symbols for debuggers (e.g., dbx, gdb) */
#undef ENABLE_DEBUG_SYMBOLS
/* Build/install NCO TexInfo-based documentation (info hierarchy and PDF/HTML
Users Guide) */
#undef ENABLE_DOC
/* Enable GPU offloading support */
#undef ENABLE_GPU
/* Compile operators with GSL support */
#undef ENABLE_GSL
/* Enable Large File Support (LFS) */
#undef ENABLE_LARGEFILE
/* Define to 1 if libnetcdf.a contains netCDF4 functions */
#undef ENABLE_NETCDF4
/* Compile operators with OpenMP support */
#undef ENABLE_OPENMP
/* Fastest possible execution (slowest compilation) */
#undef ENABLE_OPTIMIZE_CUSTOM
/* Enable shared libraries */
#undef ENABLE_SHARED
/* Enable static libraries */
#undef ENABLE_STATIC
/* Compile operators with UDUnits2 support */
#undef ENABLE_UDUNITS
/* Compatibility pvmgetarch token for FreeBSD on Intel x86 */
#undef FREEBSD
/* Autoconf-generated architecture \"triplet\" */
#undef GNU_TRP
/* Define to 1 if compiler finds external `acosf' function */
#undef HAVE_ACOSF
/* Define to 1 if compiler finds external `acoshf' function */
#undef HAVE_ACOSHF
/* Define to 1 if compiler finds external `asinf' function */
#undef HAVE_ASINF
/* Define to 1 if compiler finds external `asinhf' function */
#undef HAVE_ASINHF
/* Define to 1 if compiler finds external `atan2' function */
#undef HAVE_ATAN2
/* Define to 1 if compiler finds external `atan2f' function */
#undef HAVE_ATAN2F
/* Define to 1 if compiler finds external `atanf' function */
#undef HAVE_ATANF
/* Define to 1 if compiler finds external `atanhf' function */
#undef HAVE_ATANHF
/* Define to 1 if you have the 'canonicalize_file_name' function. */
#undef HAVE_CANONICALIZE_FILE_NAME
/* Define to 1 if <ccr.h> is present */
#undef HAVE_CCR_H
/* Define to 1 if compiler finds external `ceilf' function */
#undef HAVE_CEILF
/* Define to 1 if compiler finds external `cosf' function */
#undef HAVE_COSF
/* Define to 1 if compiler finds external `coshf' function */
#undef HAVE_COSHF
/* Define to 1 if you have the 'creat' function. */
#undef HAVE_CREAT
/* Define to 1 if you have the <cstdlib> header file. */
#undef HAVE_CSTDLIB
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* Define to 1 if compiler finds external `erfcf' function */
#undef HAVE_ERFCF
/* Define to 1 if compiler finds external `erff' function */
#undef HAVE_ERFF
/* Define to 1 if compiler finds external `expf' function */
#undef HAVE_EXPF
/* Define to 1 if compiler finds external `fabsf' function */
#undef HAVE_FABSF
/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
/* Define to 1 if you have the 'floor' function. */
#undef HAVE_FLOOR
/* Define to 1 if compiler finds external `floorf' function */
#undef HAVE_FLOORF
/* Define to 1 if compiler finds external `fmodf' function */
#undef HAVE_FMODF
/* Define to 1 if compiler finds external `gammaf' function */
#undef HAVE_GAMMAF
/* Define to 1 if you have the 'gethostname' function. */
#undef HAVE_GETHOSTNAME
/* Define to 1 if compiler finds external `getopt' function */
#undef HAVE_GETOPT
/* Define to 1 if you have the <getopt.h> header file. */
#undef HAVE_GETOPT_H
/* Define to 1 if compiler finds external `getopt_long' function */
#undef HAVE_GETOPT_LONG
/* Define to 1 if you have the 'getpagesize' function. */
#undef HAVE_GETPAGESIZE
/* Define to 1 if you have the 'getrusage' function. */
#undef HAVE_GETRUSAGE
/* Define to 1 if <gsl_sf_gamma.h> is present */
#undef HAVE_GSL_H
/* Define to 1 if compiler finds external `htonl' function */
#undef HAVE_HTONL
/* Define to 1 if compiler finds external `htons' function */
#undef HAVE_HTONS
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the 'ccmalloc' library (-lccmalloc). */
#undef HAVE_LIBCCMALLOC
/* Define to 1 if you have the 'dl' library (-ldl). */
#undef HAVE_LIBDL
/* Define to 1 if you have the 'gsl' library (-lgsl). */
#undef HAVE_LIBGSL
/* Define to 1 if you have the 'intl' library (-lintl). */
#undef HAVE_LIBINTL
/* Define to 1 if you have the <libintl.h> header file. */
#undef HAVE_LIBINTL_H
/* Define to 1 if you have the 'netcdf' library (-lnetcdf). */
#undef HAVE_LIBNETCDF
/* Define to 1 if you have the 'nsl' library (-lnsl). */
#undef HAVE_LIBNSL
/* Define to 1 if you have the 'resolv' library (-lresolv). */
#undef HAVE_LIBRESOLV
/* Define to 1 if you have the 'socket' library (-lsocket). */
#undef HAVE_LIBSOCKET
/* Define to 1 if you have the 'sunmath' library (-lsunmath). */
#undef HAVE_LIBSUNMATH
/* Define to 1 if you have the 'thread' library (-lthread). */
#undef HAVE_LIBTHREAD
/* Define to 1 if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
/* Define to 1 if you have the <locale.h> header file. */
#undef HAVE_LOCALE_H
/* Define to 1 if compiler finds external `log10f' function */
#undef HAVE_LOG10F
/* Define to 1 if compiler finds external `logf' function */
#undef HAVE_LOGF
/* Define to 1 if you have the 'memchr' function. */
#undef HAVE_MEMCHR
/* Define to 1 if you have the 'memmove' function. */
#undef HAVE_MEMMOVE
/* Define to 1 if you have the 'memset' function. */
#undef HAVE_MEMSET
/* Define to 1 if you have the 'mkstemp' function. */
#undef HAVE_MKSTEMP
/* Define to 1 if compiler finds external `nc_inq_format' function */
#undef HAVE_NC_INQ_FORMAT
/* Define to 1 if compiler finds external `nc_inq_path' function */
#undef HAVE_NC_INQ_PATH
/* Define to 1 if compiler finds external `nc_rename_grp' function */
#undef HAVE_NC_RENAME_GRP
/* Define to 1 if compiler finds external `nc_set_log_level' function */
#undef HAVE_NC_SET_LOG_LEVEL
/* Define to 1 if compiler finds external `nearbyint' function */
#undef HAVE_NEARBYINT
/* Define to 1 if compiler finds external `nearbyintf' function */
#undef HAVE_NEARBYINTF
/* Define to 1 if netcdf.h contains netCDF4 definitions */
#undef HAVE_NETCDF4_H
/* Define to 1 if you have the <netcdf.h> header file. */
#undef HAVE_NETCDF_H
/* Define to 1 if <netcdf_mem.h> is present */
#undef HAVE_NETCDF_MEM_H
/* Define to 1 if you have the <netinet/in.h> header file. */
#undef HAVE_NETINET_IN_H
/* Define to 1 if compiler finds external `ntohl' function */
#undef HAVE_NTOHL
/* Define to 1 if compiler finds external `ntohs' function */
#undef HAVE_NTOHS
/* Define to 1 if you have the 'pow' function. */
#undef HAVE_POW
/* Define to 1 if compiler finds external `powf' function */
#undef HAVE_POWF
/* Define to 1 if the system has the type 'ptrdiff_t'. */
#undef HAVE_PTRDIFF_T
/* Define to 1 if you have the 'readlink' function. */
#undef HAVE_READLINK
/* Define to 1 if you have the 'realpath' function. */
#undef HAVE_REALPATH
/* Define to 1 if 'regcomp()' is present */
#undef HAVE_REGCOMP
/* Define to 1 if 'regexec()' is present */
#undef HAVE_REGEXEC
/* Define to 1 if <regex.h> is present */
#undef HAVE_REGEX_H
/* Define to 1 if 'regfree()' is present */
#undef HAVE_REGFREE
/* Define to 1 if compiler finds external `rint' function */
#undef HAVE_RINT
/* Define to 1 if compiler finds external `rintf' function */
#undef HAVE_RINTF
/* Define to 1 if compiler finds external `round' function */
#undef HAVE_ROUND
/* Define to 1 if compiler finds external `roundf' function */
#undef HAVE_ROUNDF
/* Define to 1 if you have the 'setlocale' function. */
#undef HAVE_SETLOCALE
/* Define to 1 if compiler finds external `sinf' function */
#undef HAVE_SINF
/* Define to 1 if compiler finds external `sinhf' function */
#undef HAVE_SINHF
/* Define to 1 if you have the 'sqrt' function. */
#undef HAVE_SQRT
/* Define to 1 if compiler finds external `sqrtf' function */
#undef HAVE_SQRTF
/* Define to 1 if 'stat' has the bug that it succeeds when given the
zero-length file name argument. */
#undef HAVE_STAT_EMPTY_STRING_BUG
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdio.h> header file. */
#undef HAVE_STDIO_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if compiler finds external `strcasecmp' function */
#undef HAVE_STRCASECMP
/* Define to 1 if compiler finds external `strcasestr' function */
#undef HAVE_STRCASESTR
/* Define to 1 if you have the 'strchr' function. */
#undef HAVE_STRCHR
/* Define to 1 if compiler finds external `strdup' function */
#undef HAVE_STRDUP
/* Define to 1 if you have the 'strerror' function. */
#undef HAVE_STRERROR
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define to 1 if you have the 'strpbrk' function. */
#undef HAVE_STRPBRK
/* Define to 1 if you have the 'strrchr' function. */
#undef HAVE_STRRCHR
/* Define to 1 if compiler finds external `strsep' function */
#undef HAVE_STRSEP
/* Define to 1 if you have the 'strstr' function. */
#undef HAVE_STRSTR
/* Define to 1 if you have the 'strtol' function. */
#undef HAVE_STRTOL
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define to 1 if <sys/types.h> is present */
#undef HAVE_SYS_TYPES_H
/* Define to 1 if compiler finds external `tanf' function */
#undef HAVE_TANF
/* Define to 1 if compiler finds external `tanhf' function */
#undef HAVE_TANHF
/* Define to 1 if compiler finds external `trunc' function */
#undef HAVE_TRUNC
/* Define to 1 if compiler finds external `truncf' function */
#undef HAVE_TRUNCF
/* Define to 1 if <udunits2.h> is present */
#undef HAVE_UDUNITS2_H
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to 1 if compiler finds external `__builtin_bswap16' function */
#undef HAVE___BUILTIN_BSWAP16
/* Define to 1 if compiler finds external `__builtin_bswap32' function */
#undef HAVE___BUILTIN_BSWAP32
/* Define to 1 if compiler finds external `__builtin_bswap64' function */
#undef HAVE___BUILTIN_BSWAP64
/* Hostname */
#undef HOST
/* Hostname alias */
#undef HOSTNAME
/* Compatibility pvmgetarch token for HPUX on PA RISC */
#undef HPUX
/* i18n support requested */
#undef I18N
/* Compatibility pvmgetarch token for Linux on Intel x86 */
#undef LINUX
/* Compatibility pvmgetarch token for Linux on DEC Alpha */
#undef LINUXALPHA
/* Compatibility pvmgetarch token for Linux on AMD x86_64 */
#undef LINUXAMD64
/* Compatibility pvmgetarch token for Linux on PowerPC */
#undef LINUXPPC
/* Compatibility pvmgetarch token for Linux on Sun Sparc */
#undef LINUXSPARC64
/* Define to 1 if 'lstat' dereferences a symlink specified with a trailing
slash. */
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
/* Define to the sub-directory where libtool stores uninstalled libraries. */
#undef LT_OBJDIR
/* Compatibility pvmgetarch token for Apple Mac OSX */
#undef MACOS
/* Building TeXInfo documentation requires version greater than 4.8 */
#undef MAKEINFO_VERSION
/* System used to build/install NCO */
#undef NCO_BUILDENGINE
/* GSL major version number */
#undef NCO_GSL_MAJOR_VERSION
/* GSL minor version number */
#undef NCO_GSL_MINOR_VERSION
/* GSL version number */
#undef NCO_GSL_VERSION
/* POSIX extended regular expressions available */
#undef NCO_HAVE_REGEX_FUNCTIONALITY
/* Compatibility pvmgetarch token for SuperUX on NEC SX */
#undef NECSX
/* Define to 1 if compiler needs external `acosf' function */
#undef NEED_ACOSF
/* Define to 1 if compiler needs external `acoshf' function */
#undef NEED_ACOSHF
/* Define to 1 if compiler needs external `asinf' function */
#undef NEED_ASINF
/* Define to 1 if compiler needs external `asinhf' function */
#undef NEED_ASINHF
/* Define to 1 if compiler needs external `atan2' function */
#undef NEED_ATAN2
/* Define to 1 if compiler needs external `atan2f' function */
#undef NEED_ATAN2F
/* Define to 1 if compiler needs external `atanf' function */
#undef NEED_ATANF
/* Define to 1 if compiler needs external `atanhf' function */
#undef NEED_ATANHF
/* Define to 1 if compiler needs external `ceilf' function */
#undef NEED_CEILF
/* Define to 1 if compiler needs external `cosf' function */
#undef NEED_COSF
/* Define to 1 if compiler needs external `coshf' function */
#undef NEED_COSHF
/* Define to 1 if compiler needs external `erfcf' function */
#undef NEED_ERFCF
/* Define to 1 if compiler needs external `erff' function */
#undef NEED_ERFF
/* Define to 1 if compiler needs external `expf' function */
#undef NEED_EXPF
/* Define to 1 if compiler needs external `fabsf' function */
#undef NEED_FABSF
/* Define to 1 if compiler needs external `floorf' function */
#undef NEED_FLOORF
/* Define to 1 if compiler needs external `fmodf' function */
#undef NEED_FMODF
/* Define to 1 if compiler needs external `gammaf' function */
#undef NEED_GAMMAF
/* Define to 1 if compiler needs external `getopt' function */
#undef NEED_GETOPT
/* Define to 1 if compiler needs external `getopt_long' function */
#undef NEED_GETOPT_LONG
/* Define to 1 if compiler needs external `htonl' function */
#undef NEED_HTONL
/* Define to 1 if compiler needs external `htons' function */
#undef NEED_HTONS
/* Define to 1 if compiler needs external `log10f' function */
#undef NEED_LOG10F
/* Define to 1 if compiler needs external `logf' function */
#undef NEED_LOGF
/* Define to 1 if compiler needs external `nc_inq_format' function */
#undef NEED_NC_INQ_FORMAT
/* Define to 1 if compiler needs external `nc_inq_path' function */
#undef NEED_NC_INQ_PATH
/* Define to 1 if compiler needs external `nc_rename_grp' function */
#undef NEED_NC_RENAME_GRP
/* Define to 1 if compiler needs external `nc_set_log_level' function */
#undef NEED_NC_SET_LOG_LEVEL
/* Define to 1 if compiler needs external `nearbyint' function */
#undef NEED_NEARBYINT
/* Define to 1 if compiler needs external `nearbyintf' function */
#undef NEED_NEARBYINTF
/* Define to 1 if compiler needs external `ntohl' function */
#undef NEED_NTOHL
/* Define to 1 if compiler needs external `ntohs' function */
#undef NEED_NTOHS
/* Define to 1 if compiler needs external `powf' function */
#undef NEED_POWF
/* Define to 1 if compiler needs external `rint' function */
#undef NEED_RINT
/* Define to 1 if compiler needs external `rintf' function */
#undef NEED_RINTF
/* Define to 1 if compiler needs external `round' function */
#undef NEED_ROUND
/* Define to 1 if compiler needs external `roundf' function */
#undef NEED_ROUNDF
/* Define to 1 if compiler needs external `sinf' function */
#undef NEED_SINF
/* Define to 1 if compiler needs external `sinhf' function */
#undef NEED_SINHF
/* Define to 1 if compiler needs external `sqrtf' function */
#undef NEED_SQRTF
/* Define to 1 if compiler needs external `strcasecmp' function */
#undef NEED_STRCASECMP
/* Define to 1 if compiler needs external `strcasestr' function */
#undef NEED_STRCASESTR
/* Define to 1 if compiler needs external `strdup' function */
#undef NEED_STRDUP
/* Define to 1 if compiler needs external `strsep' function */
#undef NEED_STRSEP
/* Define to 1 if compiler needs external `tanf' function */
#undef NEED_TANF
/* Define to 1 if compiler needs external `tanhf' function */
#undef NEED_TANHF
/* Define to 1 if compiler needs external `trunc' function */
#undef NEED_TRUNC
/* Define to 1 if compiler needs external `truncf' function */
#undef NEED_TRUNCF
/* Define to 1 if compiler needs external `__builtin_bswap16' function */
#undef NEED___BUILTIN_BSWAP16
/* Define to 1 if compiler needs external `__builtin_bswap32' function */
#undef NEED___BUILTIN_BSWAP32
/* Define to 1 if compiler needs external `__builtin_bswap64' function */
#undef NEED___BUILTIN_BSWAP64
/* No netCDF version 2.x API */
#undef NO_NETCDF_2
/* Name of package */
#undef PACKAGE
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Compatibility pvmgetarch token for IRIX on SGI MIPS */
#undef SGIMP64
/* The size of 'int*', as computed by sizeof. */
#undef SIZEOF_INTP
/* Define to 1 if all of the C89 standard headers exist (not just the ones
required in a freestanding environment). This macro is provided for
backward compatibility; new code need not use it. */
#undef STDC_HEADERS
/* Compatibility pvmgetarch token for Solaris 2.x on Sun Sparc */
#undef SUNMP
/* Define to 1 if your <sys/time.h> declares 'struct tm'. */
#undef TM_IN_SYS_TIME
/* User */
#undef USER
/* Use Fortran arithmetic */
#undef USE_FORTRAN_ARITHMETIC
/* Version number of package */
#undef VERSION
/* Compatibility pvmgetarch token for Windows on Intel-compatible x86_64 */
#undef WIN32
/* Compatibility pvmgetarch token for MS Windows OS */
#undef WINOS
/* Define to 1 if 'lex' declares 'yytext' as a 'char *' by default, not a
'char[]'. */
#undef YYTEXT_POINTER
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS
/* Define to 1 on platforms where this makes off_t a 64-bit type. */
#undef _LARGE_FILES
/* Number of bits in time_t, on hosts where this is settable. */
#undef _TIME_BITS
/* Define to 1 on platforms where this makes time_t a 64-bit type. */
#undef __MINGW_USE_VC2005_COMPAT
/* Define to empty if 'const' does not conform to ANSI C. */
#undef const
/* Define as 'int' if <sys/types.h> doesn't define. */
#undef gid_t
/* Define to '__inline__' or '__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
#ifndef __cplusplus
#undef inline
#endif
/* Define as a signed integer type capable of holding a process identifier. */
#undef pid_t
/* Define as 'unsigned int' if <stddef.h> doesn't define. */
#undef size_t
/* Define as 'int' if <sys/types.h> doesn't define. */
#undef uid_t