Don't force a .bat extension for scripts under Windows.
This commit is contained in:
parent
b180c1af99
commit
8f84244458
4 changed files with 2 additions and 18 deletions
|
|
@ -32,12 +32,6 @@
|
|||
#include "utils.h"
|
||||
#include "xalloc.h"
|
||||
|
||||
#ifdef HAVE_MINGW
|
||||
#define SCRIPTEXTENSION ".bat"
|
||||
#else
|
||||
#define SCRIPTEXTENSION ""
|
||||
#endif
|
||||
|
||||
int addressfamily = AF_UNSPEC;
|
||||
|
||||
char *get_my_hostname() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue