summaryrefslogtreecommitdiff
path: root/support/popt-gnome.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/popt-gnome.h')
-rw-r--r--support/popt-gnome.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/support/popt-gnome.h b/support/popt-gnome.h
index 0072e25..c341a83 100644
--- a/support/popt-gnome.h
+++ b/support/popt-gnome.h
@@ -16,7 +16,9 @@
#define POPT_ERROR_BADNUMBER -17
#define POPT_ERROR_OVERFLOW -18
+/* context creation flags */
#define POPT_BADOPTION_NOALIAS (1 << 0) /* don't go into an alias */
+#define POPT_KEEP_FIRST (1 << 1) /* pay attention to argv[0] */
struct poptOption {
const char * longName; /* may be NULL */