Skip to content

Instantly share code, notes, and snippets.

@fabn
Created February 9, 2016 23:40
Show Gist options
  • Save fabn/d7997cb40143c06584c0 to your computer and use it in GitHub Desktop.
Save fabn/d7997cb40143c06584c0 to your computer and use it in GitHub Desktop.
Config differences
--- /tmp/google-authenticator-c0404dcdbda9ab9e4f0b8451ecdd44eee8db2425/libpam/config.h
+++ /home/fabn/google-authenticator/src/google-authenticator-c0404dcdbda9ab9e4f0b8451ecdd44eee8db2425/libpam/config.h
@@ -2,49 +2,49 @@
/* config.h.in. Generated from configure.ac by autoheader. */
/* Define to 1 if you have the <dlfcn.h> header file. */
-#define HAVE_DLFCN_H 1
+/* #undef HAVE_DLFCN_H */
/* Define to 1 if you have the <inttypes.h> header file. */
-#define HAVE_INTTYPES_H 1
+/* #undef HAVE_INTTYPES_H */
/* Define to 1 if you have the <memory.h> header file. */
-#define HAVE_MEMORY_H 1
+/* #undef HAVE_MEMORY_H */
/* Define to 1 if you have the <security/pam_appl.h> header file. */
-#define HAVE_SECURITY_PAM_APPL_H 1
+/* #undef HAVE_SECURITY_PAM_APPL_H */
/* Define to 1 if you have the `setfsuid' function. */
-#define HAVE_SETFSUID 1
+/* #undef HAVE_SETFSUID */
/* Define to 1 if you have the <stdint.h> header file. */
-#define HAVE_STDINT_H 1
+/* #undef HAVE_STDINT_H */
/* Define to 1 if you have the <stdlib.h> header file. */
-#define HAVE_STDLIB_H 1
+/* #undef HAVE_STDLIB_H */
/* Define to 1 if you have the <strings.h> header file. */
-#define HAVE_STRINGS_H 1
+/* #undef HAVE_STRINGS_H */
/* Define to 1 if you have the <string.h> header file. */
-#define HAVE_STRING_H 1
+/* #undef HAVE_STRING_H */
/* Define to 1 if you have the <sys/fsuid.h> header file. */
-#define HAVE_SYS_FSUID_H 1
+/* #undef HAVE_SYS_FSUID_H */
/* Define to 1 if you have the <sys/stat.h> header file. */
-#define HAVE_SYS_STAT_H 1
+/* #undef HAVE_SYS_STAT_H */
/* Define to 1 if you have the <sys/types.h> header file. */
-#define HAVE_SYS_TYPES_H 1
+/* #undef HAVE_SYS_TYPES_H */
/* Define to 1 if you have the <unistd.h> header file. */
-#define HAVE_UNISTD_H 1
+/* #undef HAVE_UNISTD_H */
/* Define to the sub-directory where libtool stores uninstalled libraries. */
-#define LT_OBJDIR ".libs/"
+/* #undef LT_OBJDIR */
/* Name of package */
-#define PACKAGE "google-authenticator"
+/* #undef PACKAGE */
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "habets@google.com"
@@ -65,7 +65,7 @@
#define PACKAGE_VERSION "1.01"
/* Prevent certain PAM functions from using const arguments */
-#define PAM_CONST const
+#define PAM_CONST /**/
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
@@ -93,7 +93,7 @@
/* Version number of package */
-#define VERSION "1.01"
+/* #undef VERSION */
/* Define to 1 if on MINIX. */
/* #undef _MINIX */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment