Skip to content

Commit c30ae4f

Browse files
committed
forgot HAVE_GETOPT_H
1 parent 5ebe907 commit c30ae4f

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

direct/src/plugin_standalone/panda3d.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#ifndef HAVE_GETOPT
3131
#include "gnu_getopt.h"
3232
#else
33-
#ifdef HAVE_GETOPT_H
33+
#ifdef PHAVE_GETOPT_H
3434
#include <getopt.h>
3535
#endif
3636
#endif

dtool/LocalSetup.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@
511511
$[cdefine HAVE_GETOPT_LONG_ONLY]
512512

513513
/* Define if getopt appears in getopt.h. */
514-
$[cdefine HAVE_GETOPT_H]
514+
$[cdefine PHAVE_GETOPT_H]
515515

516516
/* Define if you have ioctl(TIOCGWINSZ) to determine terminal width. */
517517
$[cdefine IOCTL_TERMINAL_WIDTH]

dtool/src/interrogate/interrogate.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#ifndef HAVE_GETOPT_LONG_ONLY
2626
#include "gnu_getopt.h"
2727
#else
28-
#ifdef HAVE_GETOPT_H
28+
#ifdef PHAVE_GETOPT_H
2929
#include <getopt.h>
3030
#endif
3131
#endif

dtool/src/interrogate/parse_file.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#ifndef HAVE_GETOPT_LONG_ONLY
2828
#include "gnu_getopt.h"
2929
#else
30-
#ifdef HAVE_GETOPT_H
30+
#ifdef PHAVE_GETOPT_H
3131
#include <getopt.h>
3232
#endif
3333
#endif

dtool/src/prckeys/makePrcKey.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#ifndef HAVE_GETOPT
3333
#include "gnu_getopt.h"
3434
#else
35-
#ifdef HAVE_GETOPT_H
35+
#ifdef PHAVE_GETOPT_H
3636
#include <getopt.h>
3737
#endif
3838
#endif

dtool/src/prckeys/signPrcFile_src.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#ifndef HAVE_GETOPT
3333
#include "gnu_getopt.h"
3434
#else
35-
#ifdef HAVE_GETOPT_H
35+
#ifdef PHAVE_GETOPT_H
3636
#include <getopt.h>
3737
#endif
3838
#endif

dtool/src/test_interrogate/test_interrogate.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#ifndef HAVE_GETOPT
2626
#include "gnu_getopt.h"
2727
#else
28-
#ifdef HAVE_GETOPT_H
28+
#ifdef PHAVE_GETOPT_H
2929
#include <getopt.h>
3030
#endif
3131
#endif

panda/src/downloadertools/pdecrypt.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#ifndef HAVE_GETOPT
2020
#include "gnu_getopt.h"
2121
#else
22-
#ifdef HAVE_GETOPT_H
22+
#ifdef PHAVE_GETOPT_H
2323
#include <getopt.h>
2424
#endif
2525
#endif

panda/src/downloadertools/pencrypt.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#ifndef HAVE_GETOPT
2020
#include "gnu_getopt.h"
2121
#else
22-
#ifdef HAVE_GETOPT_H
22+
#ifdef PHAVE_GETOPT_H
2323
#include <getopt.h>
2424
#endif
2525
#endif

panda/src/downloadertools/punzip.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#ifndef HAVE_GETOPT
2020
#include "gnu_getopt.h"
2121
#else
22-
#ifdef HAVE_GETOPT_H
22+
#ifdef PHAVE_GETOPT_H
2323
#include <getopt.h>
2424
#endif
2525
#endif

0 commit comments

Comments
 (0)