Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Update config.h.win32(.in)
Browse files Browse the repository at this point in the history
Make it more like the one that is generated by autotools.

It is true that Visual C++ has sig_atomic_t, at least for Visual C++ 2008
and later, but this is currently only used for UNIX builds of GLib, as a
point of note here.
  • Loading branch information
fanc999-1 committed Mar 19, 2012
1 parent bac0294 commit 1908910
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.h.win32.in
Original file line number Diff line number Diff line change
Expand Up @@ -383,9 +383,6 @@
/* Define to 1 if you have the <pwd.h> header file. */
/* #undef HAVE_PWD_H */

/* Define to 1 if you have the 'qsort_r' function */
/* #undef HAVE_QSORT_R */

/* Define to 1 if you have the `readlink' function. */
/* #undef HAVE_READLINK */

Expand All @@ -407,6 +404,9 @@
/* Define to 1 if you have the `setmntent' function. */
/* #undef HAVE_SETMNTENT */

/* Define if you have the 'sig_atomic_t' type. */
#define HAVE_SIG_ATOMIC_T 1

/* Define to 1 if you have the `snprintf' function. */
#ifndef _MSC_VER
#define HAVE_SNPRINTF 1
Expand Down

0 comments on commit 1908910

Please sign in to comment.