Selaa lähdekoodia

have to use system getopt here because we don't link with dtool

David Rose 15 vuotta sitten
vanhempi
sitoutus
62fecd76cb
1 muutettua tiedostoa jossa 0 lisäystä ja 7 poistoa
  1. 0 7
      direct/src/autorestart/autorestart.c

+ 0 - 7
direct/src/autorestart/autorestart.c

@@ -15,14 +15,7 @@
 /*#include "dtool_config.h"*/
 #include "dtoolbase.h"
 
-#ifndef HAVE_GETOPT
-#include "gnu_getopt.h"
-#else
-#ifdef PHAVE_GETOPT_H
 #include <getopt.h>
-#endif
-#endif
-
 #include <stdio.h>
 #include <errno.h>
 #include <string.h>  /* for strerror */