summaryrefslogtreecommitdiff
path: root/popt/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'popt/config.h.in')
-rw-r--r--popt/config.h.in22
1 files changed, 13 insertions, 9 deletions
diff --git a/popt/config.h.in b/popt/config.h.in
index ffa544935..c2b94e728 100644
--- a/popt/config.h.in
+++ b/popt/config.h.in
@@ -3,15 +3,6 @@
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
-/* Define to the name of the distribution. */
-#undef PACKAGE
-
-/* Define to the version of the distribution. */
-#undef VERSION
-
-/* Define to 1 if ANSI function prototypes are usable. */
-#undef PROTOTYPES
-
/* Define if you have the dgettext function. */
#undef HAVE_DGETTEXT
@@ -32,3 +23,16 @@
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+
+/* Name of package */
+#undef PACKAGE
+
+/* Version number of package */
+#undef VERSION
+
+/* Define if compiler has function prototypes */
+#undef PROTOTYPES
+
+/* define if compiled symbols have a leading underscore */
+#undef WITH_SYMBOL_UNDERSCORE
+