Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
ad7f850e
Kaydet (Commit)
ad7f850e
authored
Şub 21, 2012
tarafından
Noel Power
Kaydeden (comit)
Petr Mladek
Şub 21, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
later cygwins have a different locaton for process.h
Signed-off-by:
Petr Mladek
<
pmladek@suse.cz
>
üst
5dde19c4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
1 deletion
+8
-1
config.h.in
dmake/config.h.in
+3
-0
configure
dmake/configure
+0
-0
configure.in
dmake/configure.in
+1
-1
runargv.c
dmake/unix/runargv.c
+4
-0
No files found.
dmake/config.h.in
Dosyayı görüntüle @
ad7f850e
...
...
@@ -9,6 +9,9 @@
/* Enables the use of spawn instead of fork/exec if it is supported. */
#undef ENABLE_SPAWN
/* Define to 1 if you have the <cygwin/process.h> header file. */
#undef HAVE_CYGWIN_PROCESS_H
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
*/
#undef HAVE_DIRENT_H
...
...
dmake/configure
Dosyayı görüntüle @
ad7f850e
This diff is collapsed.
Click to expand it.
dmake/configure.in
Dosyayı görüntüle @
ad7f850e
...
...
@@ -189,7 +189,7 @@ dnl Initialize libtool
dnl Checks for header files.
AC_HEADER_DIRENT
AC_HEADER_STDC
AC_CHECK_HEADERS(fcntl.h limits.h strings.h sys/types.h sys/stat.h unistd.h errno.h utime.h spawn.h wait.h sys/wait.h sys/time.h)
AC_CHECK_HEADERS(fcntl.h limits.h strings.h sys/types.h sys/stat.h unistd.h errno.h utime.h spawn.h wait.h sys/wait.h sys/time.h
cygwin/process.h
)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
...
...
dmake/unix/runargv.c
Dosyayı görüntüle @
ad7f850e
...
...
@@ -125,8 +125,12 @@ _finished_child(pid, status) [unix/runargv] handles the finished child. If
#endif
#if __CYGWIN__ && ENABLE_SPAWN
#if HAVE_CYGWIN_PROCESS_H
# include <cygwin/process.h>
#else
# include <process.h>
#endif
#endif
#ifdef __EMX__
# include <process.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment