From: Pasi Kallinen Date: Sat, 25 Jul 2009 15:21:15 +0000 (+0000) Subject: Use HAVE_SETENV. This must've been a leftover from before configure was used. X-Git-Tag: v1.6.1-roc-dev~247 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=3801c41172717cf0b33b2c2dda2c4d65e473367d;p=dgamelaunch Use HAVE_SETENV. This must've been a leftover from before configure was used. git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@461 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- diff --git a/dgamelaunch.h b/dgamelaunch.h index d1b78fc..f1313fb 100644 --- a/dgamelaunch.h +++ b/dgamelaunch.h @@ -213,7 +213,7 @@ extern void graceful_exit(int status); extern int purge_stale_locks(int game); /*extern int menuloop(void);*/ extern void ttyrec_getpty(void); -#if !defined(BSD) && !defined(__linux__) +#ifndef HAVE_SETENV extern int mysetenv (const char* name, const char* value, int overwrite); #else # define mysetenv setenv