~ubuntu-branches/ubuntu/oneiric/postgresql-9.1/oneiric-security

« back to all changes in this revision

Viewing changes to src/include/pg_config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-06-14 09:53:29 UTC
  • mto: (6.1.1 sid) (10.1.1 oneiric-proposed) (1.2.1)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20110614095329-71gfhjywyp2c27au
Tags: upstream-9.1~beta2
ImportĀ upstreamĀ versionĀ 9.1~beta2

Show diffs side-by-side

added added

removed removed

Lines of Context:
505
505
/* Define to 1 if the system has the type `struct cmsgcred'. */
506
506
#undef HAVE_STRUCT_CMSGCRED
507
507
 
508
 
/* Define to 1 if the system has the type `struct fcred'. */
509
 
#undef HAVE_STRUCT_FCRED
510
 
 
511
508
/* Define to 1 if the system has the type `struct option'. */
512
509
#undef HAVE_STRUCT_OPTION
513
510
 
532
529
/* Define to 1 if the system has the type `struct sockaddr_un'. */
533
530
#undef HAVE_STRUCT_SOCKADDR_UN
534
531
 
535
 
/* Define to 1 if the system has the type `struct sockcred'. */
536
 
#undef HAVE_STRUCT_SOCKCRED
537
 
 
538
532
/* Define to 1 if `tm_zone' is member of `struct tm'. */
539
533
#undef HAVE_STRUCT_TM_TM_ZONE
540
534
 
592
586
/* Define to 1 if you have the <sys/types.h> header file. */
593
587
#undef HAVE_SYS_TYPES_H
594
588
 
 
589
/* Define to 1 if you have the <sys/ucred.h> header file. */
 
590
#undef HAVE_SYS_UCRED_H
 
591
 
595
592
/* Define to 1 if you have the <sys/un.h> header file. */
596
593
#undef HAVE_SYS_UN_H
597
594