Mercurial > hg > octave-nkf > gnulib-hg
comparison modules/posix_spawn-tests @ 11721:54dacd4ed1a5
Fix build error on mingw with the modules sys_select and unistd.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 19 Jul 2009 17:16:51 +0200 |
parents | 8fea875fffee |
children | 151492d3bb0c |
comparison
equal
deleted
inserted
replaced
11720:dad85cd90e2e | 11721:54dacd4ed1a5 |
---|---|
6 posix_spawn_file_actions_addopen | 6 posix_spawn_file_actions_addopen |
7 posix_spawn_file_actions_destroy | 7 posix_spawn_file_actions_destroy |
8 stdbool | 8 stdbool |
9 unistd | 9 unistd |
10 sys_wait | 10 sys_wait |
11 close | |
11 | 12 |
12 configure.ac: | 13 configure.ac: |
13 AC_EGREP_CPP([notposix], [[ | 14 AC_EGREP_CPP([notposix], [[ |
14 #if defined _MSC_VER || defined __MINGW32__ | 15 #if defined _MSC_VER || defined __MINGW32__ |
15 notposix | 16 notposix |