~ubuntu-branches/debian/sid/glib2.0/sid

« back to all changes in this revision

Viewing changes to config.h.win32.in

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-05-08 06:25:57 UTC
  • mfrom: (1.27.14) (3.1.181 experimental)
  • Revision ID: package-import@ubuntu.com-20130508062557-i7gbku66mls70gi2
Tags: 2.36.1-2
Merge experimental branch, upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
/* Define if building universal (internal helper macro) */
6
6
/* #undef AC_APPLE_UNIVERSAL_BUILD */
7
7
 
 
8
/* The normal alignment of `guint32', in bytes. */
 
9
#define ALIGNOF_GUINT32 4
 
10
 
 
11
/* The normal alignment of `guint64', in bytes. */
 
12
#define ALIGNOF_GUINT64 8
 
13
 
 
14
/* The normal alignment of `unsigned long', in bytes. */
 
15
#define ALIGNOF_UNSIGNED_LONG 4
 
16
 
8
17
/* poll doesn't work on devices */
9
18
#define BROKEN_POLL 1
10
19
 
80
89
   */
81
90
/* #undef HAVE_ALLOCA_H */
82
91
 
83
 
/* Define to 1 if you have the <arpa/nameser_compat.h> header file. */
84
 
/* #undef HAVE_ARPA_NAMESER_COMPAT_H */
85
 
 
86
92
/* Define to 1 if you have the `atexit' function. */
87
93
#define HAVE_ATEXIT 1
88
94
 
109
115
/* Define to 1 if you have the `clock_gettime' function. */
110
116
/* #undef HAVE_CLOCK_GETTIME */
111
117
 
 
118
/* define to 1 if Cocoa is available */
 
119
/* #undef HAVE_COCOA */
 
120
 
112
121
/* Have nl_langinfo (CODESET) */
113
122
/* #undef HAVE_CODESET */
114
123
 
121
130
/* Define to 1 if you have the `dcgettext' function. */
122
131
#define HAVE_DCGETTEXT 1
123
132
 
124
 
/* Define to 1 if you have the <dirent.h> header file. */
 
133
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
 
134
   */
125
135
#ifndef _MSC_VER
126
136
#define HAVE_DIRENT_H 1
127
137
#else
200
210
/* Define to 1 if you have the `getpwuid' function. */
201
211
/* #undef HAVE_GETPWUID */
202
212
 
 
213
/* Define to 1 if you have the `getresuid' function. */
 
214
/* #undef HAVE_GETRESUID */
 
215
 
203
216
/* Define if the GNU gettext() function is already present or preinstalled. */
204
217
#define HAVE_GETTEXT 1
205
218
 
259
272
/* Define if we have struct ip_mreqn */
260
273
/* #undef HAVE_IP_MREQN */
261
274
 
 
275
/* Define to 1 if you have the `issetugid' function. */
 
276
/* #undef HAVE_ISSETUGID */
 
277
 
 
278
/* Define to 1 if you have the `kevent' function. */
 
279
/* #undef HAVE_KEVENT */
 
280
 
 
281
/* Define to 1 if you have the `kqueue' function. */
 
282
/* #undef HAVE_KQUEUE */
 
283
 
262
284
/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
263
285
/* #undef HAVE_LANGINFO_CODESET */
264
286
 
277
299
/* Define if your <locale.h> file defines LC_MESSAGES. */
278
300
/* #undef HAVE_LC_MESSAGES */
279
301
 
 
302
/* Define if you have the __libc_enable_secure variable (GNU libc, eglibc) */
 
303
/* #undef HAVE_LIBC_ENABLE_SECURE */
 
304
 
280
305
/* Define if libelf is available */
281
306
/* #undef HAVE_LIBELF */
282
307
 
335
360
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
336
361
/* #undef HAVE_NDIR_H */
337
362
 
338
 
/* Define to 1 if you have the <netdb.h> header file. */
339
 
/* #undef HAVE_NETDB_H */
340
 
 
341
363
/* We have AF_NETLINK sockets */
342
364
/* #undef HAVE_NETLINK */
343
365
 
484
506
/* #undef HAVE_STRLCPY */
485
507
 
486
508
/* Define to 1 if you have the `strncasecmp' function. */
487
 
#if !defined(_MSC_VER) && !defined(__DMC__)
 
509
#if !defined(__DMC__)
 
510
#if defined(_MSC_VER)
 
511
#define strncasecmp _strnicmp
 
512
#endif /* _MSC_VER uses _strnicmp, which is identical to strncasecmp */
488
513
#define HAVE_STRNCASECMP 1
489
 
#else /* _MSC_VER or __DMC__ */
 
514
#else /* __DMC__ */
490
515
/* #undef HAVE_STRNCASECMP */
491
 
#endif /* _MSC_VER or __DMC__ */
 
516
#endif /* __DMC__ */
492
517
 
493
518
/* Define to 1 if you have the `strsignal' function. */
494
519
/* #undef HAVE_STRSIGNAL */
550
575
/* Define to 1 if you have the `symlink' function. */
551
576
/* #undef HAVE_SYMLINK */
552
577
 
 
578
/* Define to 1 if you have the `sysctlbyname' function. */
 
579
/* #undef HAVE_SYSCTLBYNAME */
 
580
 
553
581
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
554
582
   */
555
583
/* #undef HAVE_SYS_DIR_H */
556
584
 
 
585
/* Define to 1 if you have the <sys/event.h> header file. */
 
586
/* #undef HAVE_SYS_EVENT_H */
 
587
 
 
588
/* Define to 1 if you have the <sys/event.h> header file. */
 
589
/* #undef HAVE_SYS_EVENT_H */
 
590
 
 
591
/* Define to 1 if you have the <sys/filio.h> header file. */
 
592
/* #undef HAVE_SYS_FILIO_H */
 
593
 
557
594
/* Define to 1 if you have the <sys/inotify.h> header file. */
558
595
/* #undef HAVE_SYS_INOTIFY_H */
559
596
 
 
597
/* Define to 1 if you have the <sys/ioctl.h> header file. */
 
598
/* #undef HAVE_SYS_IOCTL_H */
 
599
 
560
600
/* Define to 1 if you have the <sys/mkdev.h> header file. */
561
601
/* #undef HAVE_SYS_MKDEV_H */
562
602
 
699
739
/* Have a working bcopy */
700
740
/* #undef HAVE_WORKING_BCOPY */
701
741
 
702
 
/* Define to 1 if you have the <wspiapi.h> header file. */
703
 
#ifndef _MSC_VER
704
 
/* #undef HAVE_WSPIAPI_H */
705
 
#else
706
 
#define HAVE_WSPIAPI_H 1
707
 
#endif
708
 
 
709
742
/* Define to 1 if xattr is available */
710
743
/* #undef HAVE_XATTR */
711
744
 
842
875
/* Number of bits in a file offset, on hosts where this is settable. */
843
876
/* #undef _FILE_OFFSET_BITS */
844
877
 
 
878
/* defines how to decorate public symbols while building */
 
879
#define _GLIB_EXTERN __declspec (dllexport)
 
880
 
845
881
/* Make all glibc extensions visible */
846
882
/* #undef _GNU_SOURCE */
847
883
 
848
884
/* Define for large files, on AIX-style hosts. */
849
885
/* #undef _LARGE_FILES */
850
886
 
 
887
/* Target the Windows XP API */
 
888
#define _WIN32_WINNT 0x0501
 
889
 
851
890
/* Needed to get declarations for msg_control and msg_controllen on Solaris */
852
891
/* #undef _XOPEN_SOURCE */
853
892
 
857
896
/* Needed to get declarations for msg_control and msg_controllen on Solaris */
858
897
/* #undef __EXTENSIONS__ */
859
898
 
 
899
/* compiler supports atomic operations */
 
900
/* #undef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 */
 
901
 
860
902
/* Define to empty if `const' does not conform to ANSI C. */
861
903
/* #undef const */
862
904